Finished chapter 2 of VS2K Maint
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -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
README.pdf
BIN
README.pdf
Binary file not shown.
@@ -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}
|
||||
|
||||
6
dec.cls
6
dec.cls
@@ -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}}
|
||||
|
||||
BIN
fig/MA-0067-87.png
Normal file
BIN
fig/MA-0067-87.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
BIN
fig/MA-0068-87.png
Normal file
BIN
fig/MA-0068-87.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 237 KiB |
Reference in New Issue
Block a user