summaryrefslogtreecommitdiff
path: root/help/manual/common/defs.tex
diff options
context:
space:
mode:
authorBartosz Leper <bl.nero@gmail.com>2015-06-24 18:55:24 +0200
committerBartosz Leper <bl.nero@gmail.com>2015-06-24 18:55:24 +0200
commitd430bac6d6fa6bfc340fee665185e4ef9ccb9a67 (patch)
treee5ab32792e51e534fc43c84b2ae751ae0d1ad4c5 /help/manual/common/defs.tex
parent132ccdb35e0d2795cc2353b01c3caaf73b04389a (diff)
downloadsnap-d430bac6d6fa6bfc340fee665185e4ef9ccb9a67.tar.gz
snap-d430bac6d6fa6bfc340fee665185e4ef9ccb9a67.zip
Improve typesetting of Snap logo
Diffstat (limited to 'help/manual/common/defs.tex')
-rw-r--r--help/manual/common/defs.tex8
1 files changed, 2 insertions, 6 deletions
diff --git a/help/manual/common/defs.tex b/help/manual/common/defs.tex
index b35b373..50f0c24 100644
--- a/help/manual/common/defs.tex
+++ b/help/manual/common/defs.tex
@@ -11,17 +11,13 @@
%
% Note that in Polish (and other languages), nouns are inflected. The form "Snap!" with suffix looks plain stupid, so the macro takes a suffix as argument. If the suffix is non-empty, no exclamation mark is generated, and the suffix is used instead.
\newcommand{\Snap}[1]{%
- {%
- \sf%
+ \textsf{%
Snap%
- \ifx\\#1\\{\it !}%
+ \ifx\\#1\\\textit{!}%
\else #1%
\fi%
}%
}
-\newcommand{\Foo}[1]{
-\ifx\\#1\\foo\else bar\fi
-}
\newcommand{\code}[1]{\textsf{#1}}
\newcommand{\defaultGraphicsScale}{0.6}