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

잔글 (Jmnote님이 Memoir 공급용지 설정 문서를 Memoir 용지 설정 문서로 이동했습니다)
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
52번째 줄: 52번째 줄:


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


==참고==
==참고==
58번째 줄: 59번째 줄:


[[분류: Memoir]]
[[분류: 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 }}