diff options
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble-necessary.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/preamble-necessary.tex b/tex/preamble-necessary.tex index bef5a2f..329352a 100644 --- a/tex/preamble-necessary.tex +++ b/tex/preamble-necessary.tex @@ -11,6 +11,7 @@ % Macros for to help in typing, remove them if you don't need them, but % this can help as a demo on how you can simply writing of commonly used % words that need special formatting (like software names). +\newcommand{\gnu}[1]{{\small GNU} #1} \newcommand{\snsign}{{\small S}/{\small N}} \newcommand{\originsoft}{\textsf{ORIGIN}} \newcommand{\sextractor}{\textsf{SE\-xtractor}} |