
패키지 를 사용하여 큰 논리 퍼즐을 만들려고 합니다 logicpuzzle
. 결과 PDF 페이지가 전체 논리 퍼즐에 맞기를 원합니다. 문서 클래스를 사용해 보았지만 standalone
PDF에서 퍼즐이 잘립니다.
지금까지 시도한 작업의 예는 다음과 같습니다.
\documentclass{standalone}
\usepackage[german]{babel}
\usepackage{logicpuzzle}
\begin{document}
\begin{fourwinds}[rows=50,columns=50,scale=0.5]
\framepuzzle
\fourwindscell{1}{2}{2}{}
\fourwindscell{40}{40}{2}{}
\end{fourwinds}
\end{document}
varwidth
또한 설명된 대로 패키지를 사용하려고 했습니다 .여기, 그러나 작동하지 않습니다.
답변1
올바르게 설정해야 하는 퍼즐 width
옵션이 있습니다 :fourwinds
\begin{fourwinds}[rows=50,columns=50,width=750px,scale=0.5]