mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 15:57:57 +02:00
fit chessbort exactly in page
This commit is contained in:
parent
147e163dd2
commit
40806db435
5 changed files with 48 additions and 8 deletions
|
@ -0,0 +1,14 @@
|
|||
\documentclass{article}
|
||||
\usepackage[pdftex,active,tightpage]{preview}
|
||||
\setlength\PreviewBorder{2mm}
|
||||
|
||||
\usepackage{chessboard}
|
||||
|
||||
\begin{document}
|
||||
\begin{preview}
|
||||
% get FEN notation with http://www.chess-poster.com/fen/epd_fen.htm
|
||||
% see also http://www.chessgames.com/fenhelp.html
|
||||
\chessboard[setfen=rnb1kbnr/pppp1ppp/8/4p3/6Pq/5P2/PPPPP2P/RNBQKBNR b - - 0 0,
|
||||
showmover=false]
|
||||
\end{preview}
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue