summaryrefslogtreecommitdiff
path: root/help/manual/common
diff options
context:
space:
mode:
Diffstat (limited to 'help/manual/common')
-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}