"Memoir 용지 설정"의 두 판 사이의 차이

20번째 줄: 20번째 줄:
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>
==A7==
==A6==
 
<syntaxhighlight lang='tex' run>
\documentclass[a6paper]{memoir}
\begin{document}
A6 paper
\end{document}
</syntaxhighlight>
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass[a7paper]{memoir}
\documentclass[a6paper,landscape]{memoir}
\begin{document}
\begin{document}
A7 paper
A6 paper (landscape)
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>


==A7==
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass[a7paper,landscape]{memoir}
\documentclass[a7paper]{memoir}
\begin{document}
\begin{document}
A7 paper (landscape)
A7 paper
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>

2021년 4월 8일 (목) 01:58 판

1 A4

1.1 세로

\documentclass{memoir}
\begin{document}
(default) A4 paper
\end{document}
\documentclass[a4paper]{memoir}
\begin{document}
A4 paper
\end{document}

1.2 가로

\documentclass[a4paper,landscape]{memoir}
\begin{document}
A4 paper
\end{document}

2 A6

\documentclass[a6paper]{memoir}
\begin{document}
A6 paper
\end{document}
\documentclass[a6paper,landscape]{memoir}
\begin{document}
A6 paper (landscape)
\end{document}

3 A7

\documentclass[a7paper]{memoir}
\begin{document}
A7 paper
\end{document}

4 같이 보기

5 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}