[Scidvspc-users] Printing Games with LaTeX (Help or Feature Request)
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Alan W. <a.c...@gm...> - 2013-04-05 01:40:56
|
Hi Steveand community, I've been printing individual games and game collections by exporting them to Latex. However, there seems to be two essential components missing that I believewould enhance the printouts: For game collections, away to number each game; and for each ply of moves, thechess engine's evaluation. When evaluating one's own games with Stockfish (or some other engine,) this excellent feature wouldhelpto evaluate the estimated positional value of the move. And it would be even more helpful when combined withinserted variations. Example: *Game 1* Myaskov I Alekhine, Alexander 19031 - 0 D43 1 . d4 d5 [0.00] 2. c4 e6 [+0.15] 3. Nc3 Nf6 [+0.18] 4. Nf3 c6 [+0.25] 5. Bg5 Be7 [+0.20] 6. e3dxc4 [-0.12] 7. e4 h6 [-0.18] 8 Bxf6 Bxf6 [-0.25] ... I'm not a programmer or a LaTeX practitioner, but I've tried using the following code to enumerate the games. The problem is that each game will need to be wrapped with the'enumerate' environment. \begin{enumerate} \item {\bf $\circ$ Myaskov, I\\ $\bullet$ Alekhine, Alexander\\ \\ 1903 \hfill 1-0 \hfill D43\\ } \begin{chess}{\bf 1.d4 d5 2.c4 e6 3.Nc3 Nf6 4.Nf3 c6 5.Bg5 Be7 6.e3 dxc4 7.e4 h6 8.Bxf6 Bxf6 9.e5 Be7 10.Bxc4 Nd7 11.O-O Nb6 12.Bd3 c5 13.dxc5 Bxc5 14.Ne4 Be7 15.Rc1 Bd7 16.Qe2 Bc6 17.Rfd1 Nd5 18.Bb1 Qb6 19.b3 Nf4 20.Qb2 Bxe4 21.Bxe4 Rd8 }\end{chess} {\bf 1-0} \end{enumerate} Hopefully I was clear enough, your help is greatly appreciated. |