summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/viewports/grayscale-vp-syntax.tex')
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index a8460703a9..1c0c8bf532 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -1,6 +1,6 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}}% 3\config{\%V(x,y,[width],[height],[font]) \%Vf([fgshade]) \%Vb([bgshade])}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3 6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
@@ -12,15 +12,16 @@
12 definitions blank will set them to their default values. 12 definitions blank will set them to their default values.
13 \end{itemize} 13 \end{itemize}
14 14
15\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in 15\note{The correct number of commas with hyphens in
16 blank fields are still needed in any case.} 16 blank fields are still needed in any case.}
17 17
18\begin{example} 18\begin{example}
19 %V|12|20|-|-|1|-|-| 19 %V(12,20,-,-,1) %Vf(0) %Vb(3)
20 %sThis viewport is displayed permanently. It starts 12px from the left and 20 %sThis viewport is displayed permanently. It starts 12px from the left and
21 %s20px from the top of the screen, and fills the rest of the screen from 21 %s20px from the top of the screen, and fills the rest of the screen from
22 %sthat point. The lines will scroll if this text does not fit in the viewport. 22 %sthat point. The lines will scroll if this text does not fit in the viewport.
23 %sThe user font is used, as are the default foreground/background shades. 23 %sThe user font is used, the foreground colour is set to black and the
24 %sbackground is set to white.
24\end{example} 25\end{example}
25\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} 26\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
26 width/height & remaining part of screen \\ 27 width/height & remaining part of screen \\