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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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.