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

 
(같은 사용자의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==예시==
===A4===
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass{memoir}
\documentclass{memoir}
\begin{document}
\begin{document}
(default) A4 papar
(default) A4 paper
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>
9번째 줄: 10번째 줄:
\documentclass[a4paper]{memoir}
\documentclass[a4paper]{memoir}
\begin{document}
\begin{document}
A4 papar
A4 paper
\end{document}
</syntaxhighlight>
{{소스헤더|가로}}
<syntaxhighlight lang='tex' run>
\documentclass[a4paper,landscape]{memoir}
\begin{document}
A4 paper
\end{document}
</syntaxhighlight>
 
===A6===
<syntaxhighlight lang='tex' run>
\documentclass[a6paper]{memoir}
\begin{document}
A6 paper
\end{document}
</syntaxhighlight>
{{소스헤더|가로}}
<syntaxhighlight lang='tex' run>
\documentclass[a6paper,landscape]{memoir}
\begin{document}
A6 paper (landscape)
\end{document}
</syntaxhighlight>
 
===A7===
<syntaxhighlight lang='tex' run>
\documentclass[a7paper]{memoir}
\begin{document}
A7 paper
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>
15번째 줄: 46번째 줄:
\documentclass[a7paper,landscape]{memoir}
\documentclass[a7paper,landscape]{memoir}
\begin{document}
\begin{document}
A7 paper + landscape
A7 paper
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>
:→ A7은 가로로 할 수 없다...


==같이 보기==
==같이 보기==
* [[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 }}