Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for source code tidy up. #375

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/ib/appH.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ \chapter{Glossary of Defined Symbols}
of parameters in \texttt{\#begdef} multi-line macros; they are local in
scope and cannot be modified in \textfn{define.h} or used anywhere else.


Some symbols -- mostly those of historical interest -- have been removed from
the present source code. The definitions have been retained here and are colored
in {\gr grey}.
\bigskip

% \texttt{1st column}, \center{2nd column}
Expand Down Expand Up @@ -560,8 +562,6 @@ \section{A Bestiary of Unicon Releases}
% the default value (of 0.1) gives very short pages: this works better for this table.
\xentrystretch{-0.15}
%
\definecolor{lightgrey}{RGB}{180,180,180}
\newcommand{\gr}[1]{\color{lightgrey}#1}
\begin{xtabular}{|c@{\hspace{1cm}}c@{\hspace{1cm}}lll@{\hspace{1cm}}l|}
%%
%% In reverse chronological order ----------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions doc/ib/ib.tex
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
%\setlength\headheight{0.5075in}
%\setlength\headsep{0.2in}
%
%Grey
\definecolor{lightgrey}{RGB}{180,180,180}%
\newcommand{\gr}[1]{\color{lightgrey}#1}%
%Figures
\setlength{\abovecaptionskip}{0pt plus 2pt minus 20pt}% [DonW] May need to tweak these
\setlength{\belowcaptionskip}{0pt plus 2pt minus 20pt}% values.
Expand Down
1 change: 0 additions & 1 deletion doc/ib/p1-storage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,6 @@ \subsection{Pointer Adjustment and Compaction}
indicate marked blocks, and clear areas indicate unmarked blocks:


\definecolor{lightgrey}{RGB}{180,180,180}
\begin{picture}(300,200)
\thicklines
\put(80,183){\vector(1,0){20}}
Expand Down
Loading