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

1번째 줄: 1번째 줄:
==A4==
==예시==
===A4===
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass{memoir}
\documentclass{memoir}
20번째 줄: 21번째 줄:
</syntaxhighlight>
</syntaxhighlight>


==A6==
===A6===
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass[a6paper]{memoir}
\documentclass[a6paper]{memoir}
35번째 줄: 36번째 줄:
</syntaxhighlight>
</syntaxhighlight>


==A7==
===A7===
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass[a7paper]{memoir}
\documentclass[a7paper]{memoir}

2021년 4월 8일 (목) 02:08 판

1 예시

1.1 A4

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

1.2 A6

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

1.3 A7

\documentclass[a7paper]{memoir}
\begin{document}
A7 paper
\end{document}
\documentclass[a7paper,landscape]{memoir}
\begin{document}
A7 paper
\end{document}
→ A7은 가로로 할 수 없다...

2 같이 보기

3 참고

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