diff options
4 files changed, 14 insertions, 11 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 5a4baf8..6b2d529 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -229,9 +229,9 @@ are discussed below. \subsubsection{\label{ref:Viewports}Viewports} By default, a viewport filling the whole screen contains all the elements -defined in the \fname(.wps) file. The +defined in the \fname{.wps} file. The \opt{lcd_non-mono}{elements in this viewport are displayed - with the same background/foreground + with the same background/\linebreak{}foreground \opt{lcd_color}{colours}\nopt{lcd_color}{shades} and the} text is rendered in the same font as in the main menu. To change this behaviour a custom viewport can diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex index ba72ec2..bdcc5a1 100644 --- a/manual/advanced_topics/viewports/colour-vp-syntax.tex +++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex @@ -1,6 +1,6 @@ \subsubsection{Viewport Declaration Syntax} -{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}% +\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}}% \begin{itemize} \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF. @@ -8,10 +8,11 @@ user-selected font. \item Only the coordinates \emph{have} to be specified. Leaving the other definitions blank will set them to their default values. - \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in - blank fields are still needed in any case.} \end{itemize} +\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in + blank fields are still needed in any case.} + \begin{example} %V|12|20|-|-|1|-|-| %sThis viewport is displayed permanently. It starts 12px from the left and diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex index d2c2907..fdcdabb 100644 --- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex +++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex @@ -1,6 +1,6 @@ \subsubsection{Viewport Declaration Syntax} -{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}% +\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}}% \begin{itemize} \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3 @@ -9,10 +9,11 @@ user-selected font. \item Only the coordinates \emph{have} to be specified. Leaving the other definitions blank will set them to their default values. - \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in - blank fields are still needed in any case.} \end{itemize} +\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in + blank fields are still needed in any case.} + \begin{example} %V|12|20|-|-|1|-|-| %sThis viewport is displayed permanently. It starts 12px from the left and diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex index aa64890..bb015a3 100644 --- a/manual/advanced_topics/viewports/mono-vp-syntax.tex +++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex @@ -1,15 +1,16 @@ \subsubsection{Viewport Declaration Syntax} -{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}% +\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}% \begin{itemize} \item 'font' is a number - '0' is the built-in system font, '1' is the user-selected font. \item Only the coordinates \emph{have} to be specified. Leaving the other definitions blank will set them to their default values. - \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in - blank fields are still needed in any case.} \end{itemize} + +\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in + blank fields are still needed in any case.} \begin{example} %V|12|20|-|-|1| |