Text Formatting ⇒ LaTex: chess
LaTex: chess
I found in Internet a very old script (2005) in Italian Language
TEX
http://www.gripho.it/skak.tex
And Author publish
http://www.gripho.it/skak.pdf
I install package MiKTeX 2.9 (Windows 7) e copy the script in Texworks but I have some problem.
File italian.ldf warning:
italian.ldf With OT1 encoding guillemets are poorly faked
italian.ldf Use T1 encoding
italian.ldf or specify a font with command \CaporaliFrom
italian.ldf See the documentation concerning the babel-italian typesetting
italian.ldf on input line 11.
I have not any result because the script stop execution.
Can you help Me?
http://www.gripho.it/skak.pdf
TEX
http://www.gripho.it/skak.tex
thank you
Bye Max
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
LaTex: chess
the first is just a warning, you should add
\usepackage[T1]{fontenc}
after loading package inputenc. I cannot really add anything useful regarding the chess part. I don't know the package, but i know that there is a modern extension: xskak.
Hint: Don't look at the code you have linked to as an example of good latex code, it is not.