summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xskak/skak-comment-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/xskak/skak-comment-test.tex')
-rw-r--r--macros/latex/contrib/xskak/skak-comment-test.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/latex/contrib/xskak/skak-comment-test.tex b/macros/latex/contrib/xskak/skak-comment-test.tex
new file mode 100644
index 0000000000..17d099df2f
--- /dev/null
+++ b/macros/latex/contrib/xskak/skak-comment-test.tex
@@ -0,0 +1,7 @@
+\documentclass[12pt]{article}
+\usepackage{skak} %=skak version 1.5
+\begin{document}
+\newgame
+\newcommand\mycomment{ What else?}
+\mainline{1.e4!\wbetter{}\mycomment{} e5 2.Nf3 Nc6}
+\end{document}