diff options
| author | Bartosz Leper <bl.nero@gmail.com> | 2015-06-24 01:27:03 +0200 |
|---|---|---|
| committer | Bartosz Leper <bl.nero@gmail.com> | 2015-06-24 01:27:03 +0200 |
| commit | 2676521231679cfd24114d38ce6c5b2208568530 (patch) | |
| tree | b063c1a68073804d9c3d090668e06cbfe9076fc2 /help | |
| parent | b08f7bad1b00e26df910d0fbbfdfe86aded8abec (diff) | |
| download | snap-2676521231679cfd24114d38ce6c5b2208568530.tar.gz snap-2676521231679cfd24114d38ce6c5b2208568530.zip | |
Move some stuff to the common directory
Diffstat (limited to 'help')
| -rw-r--r-- | help/manual/common/defs.tex | 23 | ||||
| -rw-r--r-- | help/manual/en/snap-manual.tex | 25 |
2 files changed, 24 insertions, 24 deletions
diff --git a/help/manual/common/defs.tex b/help/manual/common/defs.tex new file mode 100644 index 0000000..4453b67 --- /dev/null +++ b/help/manual/common/defs.tex @@ -0,0 +1,23 @@ +\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} +}
\ No newline at end of file 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}} |
