summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/manual/common/defs.tex8
-rw-r--r--help/manual/pl/snap-podrecznik.tex2
2 files changed, 3 insertions, 7 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}
diff --git a/help/manual/pl/snap-podrecznik.tex b/help/manual/pl/snap-podrecznik.tex
index a07a889..1e2c78a 100644
--- a/help/manual/pl/snap-podrecznik.tex
+++ b/help/manual/pl/snap-podrecznik.tex
@@ -36,7 +36,7 @@ Szczęśliwym zrzÄ…dzeniem losu, poprzez forum Scratch Advanced Topics, poznaliÅ
\bf \Huge \Snap{} \\ Podręcznik użytkownika \\ \huge Wersja 4.0 \vspace{40pt}
\end{center}
-\Snap{} (dawniej BYOB) to rozszerzona reimplementacja języka Scratch (\url{http://scratch.mit.edu}), która pozwala na tworzenie własnych bloków (ang. \textit{Build Your Own Blocks}).
+\Snap{} (dawniej BYOB) to rozszerzona reimplementacja języka Scratch (\url{http://scratch.mit.edu}), która pozwala na tworzenie własnych bloków (ang. \textit{Build Your Own Blocks}).
\Snap{} (formerly BYOB) is an extended reimplementation of Scratch (\url{http://scratch.mit.edu}) that allows you to Build Your Own Blocks. It also features first class lists, first class procedures, and continuations. These added capabilities make it suitable for a serious introduction to computer science for high school or college students. To run \Snap{}, open a browser window and connect to either \url{http://snap.berkeley.edu/run} to start with a minimal set of blocks or \url{http://snap.berkeley.edu/init} to load a small set of additional blocks (a little slower startup, but recommended for convenience and assumed in this manual).