Finished chapter 2 of VS2K Maint

This commit is contained in:
2025-03-26 16:11:39 +00:00
parent c2c4acdb9f
commit 62b1854641
10 changed files with 1044 additions and 74 deletions
Binary file not shown.
+1027 -70
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+2 -1
View File
@@ -109,7 +109,8 @@ contents section.
The `ttfig` is a little different in that it defines a new environment
which is used for creating text-based (ASCII art, console display, etc)
figures.
figures. The default input format is UTF-8 so all box-drawing and
similar characters are available for your use.
\begin{ttfig}{This is the caption}
_____ _
BIN
View File
Binary file not shown.
+2 -1
View File
@@ -98,7 +98,8 @@ The \texttt{ImageRefCode} is the ID code (XX-NNNN-YY) of an image within the fig
above the image and included in the list of figures in the contents section.
The \texttt{ttfig} is a little different in that it defines a new environment which is used for creating
text-based (ASCII art, console display, etc) figures.
text-based (ASCII art, console display, etc) figures. The default input format is UTF-8 so all box-drawing and
similar characters are available for your use.
\begin{verbatim}
+9
View File
@@ -0,0 +1,9 @@
┌ ─ ┬ ─ ┐
│ │ │
├ ─ ┼ ─ ┤
│ │ │
└ ─ ┴ ─ ┘
+4 -2
View File
@@ -21,6 +21,8 @@
\usepackage{environ}
\usepackage{caption}
\usepackage{longtable}
\usepackage[utf8]{inputenc}
\usepackage{pmboxdraw}
\setlist{nosep}
\setlist{parsep=0em, itemsep=0.5em,topsep=-0.8em}
@@ -293,7 +295,7 @@ required to take measures to correct the interference.
\newcommand{\pdf}[1]{\href{#1.pdf}{#1}}
\captionsetup{skip=0pt}
\captionsetup{font=Large}
\captionsetup{font=large}
\newenvironment{ttfig}[1]{%
\VerbatimEnvironment
@@ -344,4 +346,4 @@ required to take measures to correct the interference.
\newcommand{\figref}[1]{\hyperref[figure:#1]{Figure #1}}
\newcommand{\tabref}[1]{\hyperref[table:#1]{Table #1}}
\newcommand{\caution}[1]{{\fontfamily{phv}\selectfont\textbf{CAUTION:}}\hspace*{1em}\textit{#1}}
Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB