From d430bac6d6fa6bfc340fee665185e4ef9ccb9a67 Mon Sep 17 00:00:00 2001 From: Bartosz Leper Date: Wed, 24 Jun 2015 18:55:24 +0200 Subject: Improve typesetting of Snap logo --- help/manual/common/defs.tex | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'help/manual/common') 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} -- cgit v1.3.1