diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/censor/censor.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/censor/censor.tex | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/censor/censor.tex b/Master/texmf-dist/doc/latex/censor/censor.tex index 09870223b16..50ee40bfc31 100644 --- a/Master/texmf-dist/doc/latex/censor/censor.tex +++ b/Master/texmf-dist/doc/latex/censor/censor.tex @@ -13,8 +13,8 @@ \small \rule{0in}{1em}Tools for Producing Redacted Documents\\ \large \rule{0in}{2em} Steven B. Segletes\\ steven.b.segletes.civ@mail.mil\\ -\rule{0em}{2em}2013/05/02\\ -v3.10 +\rule{0em}{2em}\today\\ +v\censorversionnumber \end{center} \section{Introduction} @@ -525,7 +525,30 @@ It is not envisioned that the \verb|\blackout| or \verb|\xblackout| commands, discussed in the prior section, are used in this mode, where the source file is in an unsecure environment. -\clearpage +\section{Censor Marks} + +The censor (blacking) mark is a \verb|\rule| which has a depth +\(-\)0.3ex (\textit{i.e.}, below the baseline), and a height of 2.1ex, +by default. The characteristics of that rule may be changed by setting +the following two lengths. + +\itshape +\verb| \censorruledepth=|length\\ +\verb| \censorruleheight=|length +\upshape + +In addition, it was mentioned that periods are not censored, so as to +preserve the ability of \LaTeX{} to produce censored output of +\textit{identical} spacing to the uncensored output. If, however, the +preservation of space is not essential, and the user does not wish to +have periods appear in the censored output, the definition +\verb|\censordot|, by default + +\verb| \def\censordot{.}| + +can be redefined as a blank space, as a null character, or something +else, at the users' discretion. + \section{Summary \& Miscellany} The complete set of commands available to the \textsf{censor} package, @@ -542,6 +565,9 @@ height mult.\tt\}\{\it depth mult.\tt\}\\ only\upshape)\\ \verb| \StopCensoring|\\ \verb| \RestartCensoring|\\ +\verb| \censorruledepth=|\it length\\ +\verb| \censorruleheight=|length\\ +\verb| \def\censordot{.| \upshape or \it character\tt\}\\ ~\\} The star ({\tt*}) version of the commands is envisioned when the source document is being created in an unsecure environment, whereas, the |