Text FormattingLaTex: chess

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
maximuss
Posts: 1
Joined: Wed Feb 03, 2016 11:21 am

LaTex: chess

Post by maximuss »

I try to learn Latex language to publish simply Chess article.
I found in Internet a very old script (2005) in Italian Language

TEX
http://www.gripho.it/skak.tex

And Author publish

PDF
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?

PDF
http://www.gripho.it/skak.pdf

TEX
http://www.gripho.it/skak.tex

thank you
Bye Max

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

Welcome,

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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply