diff options
| -rw-r--r-- | manual/advanced_topics/viewports/colour-vp-syntax.tex | 4 | ||||
| -rw-r--r-- | manual/advanced_topics/viewports/grayscale-vp-syntax.tex | 2 | ||||
| -rw-r--r-- | manual/advanced_topics/viewports/mono-vp-syntax.tex | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex index de424dc..ba72ec2 100644 --- a/manual/advanced_topics/viewports/colour-vp-syntax.tex +++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex @@ -19,9 +19,9 @@ %sthat point. The lines will scroll if this text does not fit in the viewport. %sThe user font is used, as are the default foreground/background colours. \end{example} -\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} +\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} width/height & remaining part of screen \\ font & user defined \\ - forground/background colours & defined by theme \\ + foreground/background colours & defined by theme \\ \end{rbtabular} diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex index ec8db02..d2c2907 100644 --- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex +++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex @@ -20,7 +20,7 @@ %sthat point. The lines will scroll if this text does not fit in the viewport. %sThe user font is used, as are the default foreground/background shades. \end{example} -\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} +\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} width/height & remaining part of screen \\ font & user defined \\ shade & black foreground on white background \\ diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex index 20c16c8..aa64890 100644 --- a/manual/advanced_topics/viewports/mono-vp-syntax.tex +++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex @@ -18,7 +18,7 @@ %sthat point. The lines will scroll if this text does not fit in the viewport. %sThe user font is used. \end{example} -\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} +\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{} width/height & remaining part of screen \\ font & user defined \\ \end{rbtabular} |