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

 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
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}
51번째 줄: 52번째 줄:


==같이 보기==
==같이 보기==
* [[Oblivoir 공급용지 설정]]
* [[Geometry 용지 설정]]
* [[Oblivoir 용지 설정]]


==참고==
==참고==
* http://tug.ctan.org/tex-archive/macros/latex/contrib/memoir/memman.pdf
* http://tug.ctan.org/tex-archive/macros/latex/contrib/memoir/memman.pdf


[[분류: Oblivoir]]
[[분류: Memoir]]
[[분류: documentclass memoir]]

2021년 4월 9일 (금) 00:41 기준 최신판

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 }}