summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/xq/xqexample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xq/xqexample.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/xq/xqexample.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/xq/xqexample.tex b/Master/texmf-dist/doc/fonts/xq/xqexample.tex
index ecf221df1d7..6d8fb8e5e2f 100644
--- a/Master/texmf-dist/doc/fonts/xq/xqexample.tex
+++ b/Master/texmf-dist/doc/fonts/xq/xqexample.tex
@@ -11,7 +11,7 @@
\begin{document}
-\texttt{The xq package is made for writing about xiangqi or chinese chess. This file demonstrates what the package can do.}
+\texttt{The xq package is made for writing about Xiangqi or Chinese chess. This file demonstrates what the package can do.}
\mylanguage english
%i ve tried to enable input of the language typical letters for the different pieces. By now there
@@ -44,7 +44,7 @@
\move f1e2 h8e8
%note that there is absolutely no check for legal moves - this means, that on the one hand any piece can move to any place, even to the place it comes from and on the other hand a piece moved from/to a place that does not exist on the board will not be shown, selecting an empty square as start square produces an error - so everything has to be correct here
\bigskip
-\texttt{Moves are input like this: "f1e2 h8e8", the letter for the piece that is moved is generated automatically and also, whether it is a capture or not. The piece letters shown depend on the language, you choose at the beginning of the tex file, in this case it is "english". By now there are letters defined for english, spanish, french, italian, czech, dutch and my mother tongue german. I created a pattern in the style file, where you can add your language typical letters, if the ones already defined do not match your preferences.} \\
+\texttt{Moves are input like this: "\textbackslash{}move f1e2 h8e8". The letter of the piece moved is generated automatically and also, whether it is a capture or not. The piece letters shown depend on the language, you choose at the beginning of the .tex file, in this case it is "english". By now there are letters defined for English, Spanish, French, Italian, Czech, Dutch and my mother tongue: German. I created a pattern in the style file, where you can add your language typical letters, if the ones already defined do not match your preferences.} \\
\bigskip
\move h1g3 h0g8
@@ -100,7 +100,7 @@ but in the game Red takes the whole defense of Black\dots
\showwesternboard
-\texttt{You can also show the board with western pieces.}
+\texttt{You can also show the board with western pieces using \textbackslash{}showwesternboard.}
\bigskip
\move b9a9 d8d2
@@ -118,12 +118,12 @@ Black resigned the game.
\newpage
\newpage
-\texttt{Now we start playing from a special position, that is input in the tex file.}
+\texttt{Now we start playing from a special position, that is input in the .tex file.}
\begin{center}
{\bf{\large{Exercise}}}
\end{center}
-In the diagram shown below both sides can checkmate the opponent, depending only on who is to move.
+In the diagram shown below, both sides can checkmate the opponent, depending only on who is to move.
\resetboard
%makes the board to show an empty one, recommended before setting up a position
@@ -158,8 +158,8 @@ In the diagram shown below both sides can checkmate the opponent, depending only
\showboard
-1.\,Red to move checkmates in 3 moves\\
-2.\,Black to move checkmates in 4 moves\\
+1.\,Red to move, checkmates in 3 moves\\
+2.\,Black to move, checkmates in 4 moves\\
\textit{Solution}\\
@@ -217,7 +217,7 @@ In the diagram shown below both sides can checkmate the opponent, depending only
\newpage
-\texttt{I added a small font with some additional signs, f.e. to demonstrate legal moves of pieces. But by now this is not more than a first draft with only the four extra signs shown in the diagram}
+\texttt{I added some additional signs to demonstrate legal moves of pieces.\\But for now this is not more than a first draft with only the four extra signs shown in the diagram.}
\resetboard
@@ -244,7 +244,7 @@ In the diagram shown below both sides can checkmate the opponent, depending only
%pieces in running text
\newpage
-\texttt{pieces in running text}
+\texttt{Pieces in running text:}
\bigskip
\textpiece K \textpiece k
@@ -272,11 +272,11 @@ the pawns/soldiers
\onecolumn
\newgame
-\texttt{I also included a large board.}
+\texttt{I also included commands to show large boards: \textbackslash{}showlargeboard and \textbackslash{}showlargewesternboard.}
\showlargeboard
%shows a board in a size fitted to onecolumn on a4paper according to my personal preference. For western pieces input \showlargewesternboard
-\texttt{Thats all! Hopefully everything works like it should!}
+\texttt{That's all! Hopefully everything works like it should!}
\end{document}