Files
andrigamerita 3c6641c808 [it.i18n] Add missing italian translations, fix typos / excessive length in the existing ones (#331)
* [it.i18n] [apps/code] Add missing translations

* [it.i18n] [apps/reader] Fix typo

* [it.i18n] [apps/external, apps/setting] Add missing translations + fixes
2023-06-26 17:01:54 +02:00
..
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2023-01-16 18:39:31 +01:00
2022-01-09 21:47:51 +01:00
2020-11-21 19:29:46 +01:00
2020-11-13 00:48:46 +01:00
2022-01-09 21:47:51 +01:00
2022-01-09 21:47:51 +01:00

Thanks

Thanks to Gabriel79 for the original reader app, his source code available here and the tutorial to code it !


Rich text format

Reader app supports now a rich text format :

  • $ around a LaTeX expression to render it
  • % around a color-code (see below) to change the color of the text

LaTeX expressions

You can read the documentation for the LaTeX Parser here.

Color codes :

code color
%\last_color% Stop using last color
%r% Red
%rl% Light red
%m% Magenta
%t% Turquoise
%pk% Pink
%pp% Purple
%b% Blue
%bl% Light blue
%br% Brown
%o% Orange
%g% Green
%gl% Light green
%c% Cyan