summaryrefslogtreecommitdiff
path: root/help/manual/en
diff options
context:
space:
mode:
authorBartosz Leper <bl.nero@gmail.com>2015-06-24 01:27:03 +0200
committerBartosz Leper <bl.nero@gmail.com>2015-06-24 01:27:03 +0200
commit2676521231679cfd24114d38ce6c5b2208568530 (patch)
treeb063c1a68073804d9c3d090668e06cbfe9076fc2 /help/manual/en
parentb08f7bad1b00e26df910d0fbbfdfe86aded8abec (diff)
downloadsnap-2676521231679cfd24114d38ce6c5b2208568530.tar.gz
snap-2676521231679cfd24114d38ce6c5b2208568530.zip
Move some stuff to the common directory
Diffstat (limited to 'help/manual/en')
-rw-r--r--help/manual/en/snap-manual.tex25
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}}