diff options
Diffstat (limited to 'help/manual/en')
| -rw-r--r-- | help/manual/en/snap-manual.tex | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/help/manual/en/snap-manual.tex b/help/manual/en/snap-manual.tex index 6ca387c..3b5fe98 100644 --- a/help/manual/en/snap-manual.tex +++ b/help/manual/en/snap-manual.tex @@ -1,29 +1,6 @@ \documentclass{report} -\usepackage{baskervald} % Default font -\usepackage{cabin} % Sans serif font -\usepackage[T1]{fontenc} -\usepackage{setspace} \onehalfspacing -\usepackage{graphicx} -\usepackage{textcomp} -\usepackage{hyperref} - -\newcommand{\Snap}{{\sf Snap{\it !}}} -\newcommand{\code}[1]{\textsf{#1}} -\newcommand{\defaultGraphicsScale}{0.6} - -\newcommand{\inlinepic}[1]{% - \raisebox{-4pt}{% - \includegraphics[scale=\defaultGraphicsScale]{#1}% - }% -} - -\newcommand{\bigpic}[1]{ - \begin{center} - \includegraphics[scale=\defaultGraphicsScale]{#1} - \end{center} -} - +\input{../common/defs.tex} \renewcommand{\thechapter}{\Roman{chapter}} \renewcommand{\thesection}{\Alph{section}} |
