Hi,

I am ignorant in LaTeX stuff, so could someone tell us what are the 
correct parameters for the beginning of such document ?
I would like to be sure before modifying anything.

Pascal

Ulrich Dirr a écrit :
> Hi,
> Just for your information: your LaTeX code is obsolet, please read 
> l2tabu (available on CTAN, dated Dec 2004), e.g.,
> — a4/a4wide are obsolet, use the a4paper option.
> — $$...$$ better use \[...\] or \begin{displaymath}...\end{displaymath}.
> — times is obsolet use \usepackage{mathptmx}.
> — chess is very old and uses pixel fonts; instead skak is the correct 
> package. Everyone interested should also take a look at chessfs and 
> chessboard (there's also support for many fonts from enpassant).
> Best
> Ulrich
> ------------------------------------------------------------------------
> *From:* [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] *On Behalf Of *WilSoft
> *Sent:* Monday, March 24, 2008 1:07 PM
> *To:* [email protected]
> *Subject:* Re: [Scid-users] Extended NAG values
>
>     Hi,
>
>     I have modified game.cpp, game.h and added a new include file
>     naglatex.h.
>
>     The latter file contains all Tex - Nag translations.
>
>     Zipfile with the source (based on scid 3.6.22) is attached.
>
>     I noticed that when the .tex file is generated the tex-parser is
>     showing errors.
>
>     Modifying the tex-header ( Options - Exporting - Latex file text) to:
>
>     \documentstyle[11pt,times,a4wide,chess,twocolumn]{article}
>
>     % This is a LaTeX file generated by Scid.
>
>     % You must have the "chess12" package installed to typeset this file.
>
>     \setlength{\columnsep}{7mm}
>
>     \setlength{\parindent}{0pt}
>
>     % Macros for variations and diagrams:
>
>     \newenvironment{variation}{\begin{quote}}{\end{quote}}
>
>     \newenvironment{diagram}{\begin{nochess}}{$$\showboard$$\end{nochess}}
>
>     \begin{document}
>
>     will do the trick. Then all NAG codes will be translated to the
>     equivalent Informant codes.
>
>     Let me know if there are any problems.
>
>     gr,
>
>     Willem van den Akker
>
>
>     -- 
>     This message has been scanned for viruses and
>     dangerous content by *MailScanner* <http://www.mailscanner.info/>,
>     and is
>     believed to be clean. 
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Scid-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scid-users
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to