Texbox 테스트

1 오류[ | ]

\begin{document}
Hello World!
\end{document}

2 최소[ | ]

\documentclass{minimal}
\begin{document}
Hello World!
\end{document}

3 판형 변경[ | ]

\documentclass{article}
\usepackage[a6paper,landscape]{geometry}
\begin{document}
Hello World!
\end{document}

4 여러장[ | ]

\documentclass{article}
\usepackage[a6paper,landscape]{geometry}
\begin{document}
Hello World!
\newpage
Hello World!
\end{document}
\documentclass{article}
\usepackage[a6paper,landscape]{geometry}
\begin{document}
Lorem Ipsum 1
\newpage
Lorem Ipsum 2
\newpage
Lorem Ipsum 3
\newpage
Lorem Ipsum 4
\newpage
Lorem Ipsum 5
\newpage
Lorem Ipsum 6
\newpage
Lorem Ipsum 7
\newpage
Lorem Ipsum 8
\newpage
Lorem Ipsum 9
\newpage
Lorem Ipsum 10
\newpage
Lorem Ipsum 11
\newpage
Lorem Ipsum 12
\newpage
Lorem Ipsum 13
\newpage
Lorem Ipsum 14
\end{document}

5 oblivoir[ | ]

\documentclass{oblivoir}
\begin{document}
안녕하세요 Oblivoir!
\end{document}

6 Beamer[ | ]

\documentclass{beamer}
\usepackage{kotex}

\title{Sample title, 무얼까}
\author{Anonymous, 누구게}
\institute{Overleaf}
\date{\today}

\begin{document}

\frame{\titlepage}

\begin{frame}
\frametitle{Sample frame title}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\end{frame}


\begin{frame}
\frametitle{한글을 살펴보자}
\begin{block}{한글도 잘 될까?}
잘 된다.
\end{block}
\end{frame}

\end{document}

7 latex[ | ]

\documentclass[12pt]{article}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
\begin{document}
  \maketitle
  \LaTeX{} is a document preparation system for the \TeX{}
  typesetting program. It offers programmable desktop
  publishing features and extensive facilities for
  automating most aspects of typesetting and desktop
  publishing, including numbering and cross-referencing,
  tables and figures, page layout, bibliographies, and
  much more. \LaTeX{} was originally written in 1984 by
  Leslie Lamport and has become the dominant method for
  using \TeX; few people write in plain \TeX{} anymore.
  The current version is \LaTeXe.

  % This is a comment, not shown in final output.
  % The following shows typesetting power of LaTeX:
  \begin{align}
    E_0 &= mc^2                              \\
    E &= \frac{mc^2}{\sqrt{1-\frac{v^2}{c^2}}}
  \end{align}
\end{document}

8 같이 보기[ | ]

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