From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/texmate/README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 macros/latex/contrib/texmate/README (limited to 'macros/latex/contrib/texmate/README') diff --git a/macros/latex/contrib/texmate/README b/macros/latex/contrib/texmate/README new file mode 100644 index 0000000000..b5f3986977 --- /dev/null +++ b/macros/latex/contrib/texmate/README @@ -0,0 +1,36 @@ +TeXmate 2 --- Comprehensive Chess Annotation in LaTeX +Federico Garcia, 2006 + +CONTENTS + +texmate.dtx +texmate.ins +texmate.pdf +texmatemanual.pdf +texmatemanual.tex +readme.txt + + +DESCRIPTION + +TeXmate formats chess games from very simple ascii input. The clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The resulting format is fully customizable. + +There are 4 levels of commentary: 1 is the main game, 2-3 are commentaries. Each has its fonts, punctuation marks, etc., and these are also customizable. + +The second version has the ability to create diagrams of the position on the board at any time, working in connection with package skak. + +DOCUMENTATION + +The user's manual is file texmate2manual.pdf. The commented code is produced by running LaTeX on texmate.dtx. + + +INSTALLATION + +Run TeX on texmate.ins. This will create texmate.sty, the package file, which should go in the "tex\latex\texmate" folder. + +The dtx and ins to "\source\latex\texmate" + +The pdf's and the tex to "\doc\latex\texmate" + + +It's a good idea to install the skak package as well, for the fonts. But the font files come here in case you want to install them manually. \ No newline at end of file -- cgit v1.2.3