๋ฌธ์ ๊ตฌ์กฐ
๋ฌธ์ ๊ตฌ์กฐ¶
์ฃผ์ : LaTeX ๋ ์จ: 16๊ฐ ์ค 2 ์ฌ์ ์๊ตฌ ์ฌํญ: ๋ ์จ 1 (์๊ฐ ๋ฐ ์ค์น) ๋ชฉํ: ๋ฌธ์ ํด๋์ค(Document Class), ์ ๋ฌธ๋ถ(preamble) ๊ตฌ์ฑ, ์น์ ๋ช ๋ น ๋ฐ ๋ณต์กํ ๋ฌธ์๋ฅผ ๊ตฌ์ฑํ๋ ๊ธฐ์ ๋ง์คํฐํ๊ธฐ
๋ฌธ์ ํด๋์ค¶
๋ชจ๋ LaTeX ๋ฌธ์๋ \documentclass{...}๋ก ์์ํฉ๋๋ค. ๋ฌธ์ ํด๋์ค๋ ๋ฌธ์์ ์ ์ฒด ๊ตฌ์กฐ ๋ฐ ์์ ๊ท์น์ ์ ์ํฉ๋๋ค.
ํ์ค ๋ฌธ์ ํด๋์ค¶
LaTeX๋ ์ฌ๋ฌ ๋ด์ฅ ๋ฌธ์ ํด๋์ค๋ฅผ ์ ๊ณตํฉ๋๋ค:
article¶
๋ชฉ์ : ์ฑํฐ๊ฐ ์๋ ์งง์ ๋ฌธ์ (๋ ผ๋ฌธ, ๊ธฐ์ฌ, ๋ณด๊ณ ์)
ํน์ฑ:
- \chapter ๋ช
๋ น ์์
- ์ต์์ ๊ตฌ๋ถ์ผ๋ก \section์ผ๋ก ์์
- Abstract ํ๊ฒฝ ์ฌ์ฉ ๊ฐ๋ฅ
- ์ผ๋ฐ์ ์ผ๋ก ๋จ๋ฉด
์์ :
\documentclass{article}
\title{A Brief Study on LaTeX}
\author{Jane Doe}
\date{February 2024}
\begin{document}
\maketitle
\begin{abstract}
This paper explores the fundamentals of LaTeX document preparation.
\end{abstract}
\section{Introduction}
LaTeX is a powerful typesetting system...
\end{document}
report¶
๋ชฉ์ : ์ฑํฐ๊ฐ ์๋ ๊ธด ๋ฌธ์ (๊ธฐ์ ๋ณด๊ณ ์, ๋ ผ๋ฌธ)
ํน์ฑ:
- \chapter ๋ช
๋ น ํฌํจ
- ์ฑํฐ๋ ์ ํ์ด์ง์์ ์์
- ๊ธฐ๋ณธ๊ฐ์ ๋จ๋ฉด
- ์ ๋ชฉ ํ์ด์ง๊ฐ ์ด๋ก๊ณผ ๋ถ๋ฆฌ๋จ
์์ :
\documentclass{report}
\title{Annual Technical Report}
\author{Engineering Team}
\date{2024}
\begin{document}
\maketitle
\begin{abstract}
This report summarizes our technical achievements in 2024.
\end{abstract}
\tableofcontents
\chapter{Introduction}
This report covers...
\chapter{Methodology}
Our approach was...
\end{document}
book¶
๋ชฉ์ : ์์ ๋ฐ ๊ธด ๋ฌธ์
ํน์ฑ:
- ์๋ฉด ์ธ์์ฉ์ผ๋ก ์ค๊ณ๋จ
- \chapter, \frontmatter, \mainmatter, \backmatter ํฌํจ
- ์ฑํฐ๋ ์ค๋ฅธ์ชฝ ํ์ด์ง์์๋ง ์์ ๊ฐ๋ฅ
- ์ ๋ฉด๋ถ(front matter)์ ๋ํ ๋ณ๋ ์์ (ํ์ด์ง๋ ๋ก๋ง ์ซ์)
์์ :
\documentclass{book}
\title{Introduction to Quantum Computing}
\author{Dr. Smith}
\date{2024}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
\chapter{Quantum Mechanics Basics}
Before diving into quantum computing...
\chapter{Quantum Gates}
Quantum gates are...
\backmatter
\chapter{Appendix}
Additional reference material...
\end{document}
letter¶
๋ชฉ์ : ๋น์ฆ๋์ค ๋ฐ ๊ณต์ ์์
ํน์ฑ: - ํน์ ์์ ์์ - ์ฃผ์ ๋ธ๋ก - ์๋ช ์ค
์์ :
\documentclass{letter}
\signature{John Smith}
\address{123 Main St \\ Anytown, USA}
\begin{document}
\begin{letter}{Ms. Jane Doe \\ Director of Research \\ University of Excellence}
\opening{Dear Ms. Doe,}
I am writing to express my interest in the research position...
\closing{Sincerely,}
\end{letter}
\end{document}
๋ฌธ์ ํด๋์ค ์ต์ ¶
์ต์
์ ๋๊ดํธ๋ก ์ง์ ๋ฉ๋๋ค: \documentclass[options]{class}
๊ธ๊ผด ํฌ๊ธฐ¶
์ฌ์ฉ ๊ฐ๋ฅํ ํฌ๊ธฐ: 10pt (๊ธฐ๋ณธ๊ฐ), 11pt, 12pt
\documentclass[12pt]{article} % ๋ ํฌ๊ณ ์ฝ๊ธฐ ์ฌ์
์ฉ์ง ํฌ๊ธฐ¶
์ผ๋ฐ ์ต์
:
- letterpaper (๋ฏธ๊ตญ ๊ธฐ๋ณธ๊ฐ, 8.5" ร 11")
- a4paper (๊ตญ์ ํ์ค, 210mm ร 297mm)
- a5paper, b5paper, legalpaper, executivepaper
\documentclass[a4paper]{article}
๋ ์ด์์¶
์๋ฉด vs. ๋จ๋ฉด:
- oneside (article/report์ ๊ธฐ๋ณธ๊ฐ)
- twoside (book์ ๊ธฐ๋ณธ๊ฐ)
\documentclass[twoside]{article}
์ด ๋ ์ด์์:
- onecolumn (๊ธฐ๋ณธ๊ฐ)
- twocolumn
\documentclass[twocolumn]{article}
์ ๋ชฉ ํ์ด์ง¶
titlepage: ๋ณ๋ ํ์ด์ง์ ์ ๋ชฉnotitlepage: ์ฒซ ํ์ด์ง ์๋จ์ ์ ๋ชฉ (article์ ๊ธฐ๋ณธ๊ฐ)
\documentclass[titlepage]{article}
๋ฐฉ์ ์¶
leqno: ์ผ์ชฝ์ ๋ฐฉ์ ์ ๋ฒํธfleqn: ์ผ์ชฝ ์ ๋ ฌ ๋ฐฉ์ ์ (์ค์ ์ ๋ ฌ ๋์ )
\documentclass[leqno]{article}
์ต์ ๊ฒฐํฉ¶
์ฌ๋ฌ ์ต์ ์ ์ผํ๋ก ๊ตฌ๋ถ๋ฉ๋๋ค:
\documentclass[12pt, a4paper, twoside, titlepage]{article}
์ ๋ฌธ๋ถ(Preamble)¶
\documentclass์ \begin{document} ์ฌ์ด์ ๋ชจ๋ ๊ฒ์ด ์ ๋ฌธ๋ถ(preamble)์
๋๋ค. ์ฌ๊ธฐ์:
- ํจํค์ง ๋ก๋
- ์ฌ์ฉ์ ์ ์ ๋ช
๋ น ์ ์
- ๋ฌธ์ ๋ฉํ๋ฐ์ดํฐ ์ค์
- ๋ฌธ์ ์ ์ฒด ์ค์ ๊ตฌ์ฑ
ํจํค์ง ๋ก๋¶
ํจํค์ง๋ LaTeX ๊ธฐ๋ฅ์ ํ์ฅํฉ๋๋ค. \usepackage[options]{package}๋ก ๋ก๋ํฉ๋๋ค.
ํ์ ํจํค์ง:
% Encoding and fonts
\usepackage[utf8]{inputenc} % UTF-8 input encoding
\usepackage[T1]{fontenc} % Modern font encoding
\usepackage{lmodern} % Latin Modern fonts
% Language and typography
\usepackage[english]{babel} % Language-specific rules
\usepackage{microtype} % Improved typography
% Mathematics
\usepackage{amsmath} % Enhanced math environments
\usepackage{amssymb} % Additional math symbols
\usepackage{amsthm} % Theorem environments
% Graphics and colors
\usepackage{graphicx} % Include images
\usepackage{xcolor} % Color support
% Hyperlinks
\usepackage{hyperref} % Clickable links (load last!)
% Page layout
\usepackage{geometry} % Customize margins
\geometry{margin=1in}
๋ฒ์ฃผ๋ณ ์ผ๋ฐ ํจํค์ง:
| ๋ฒ์ฃผ | ํจํค์ง | ๋ชฉ์ |
|---|---|---|
| ์ํ | amsmath, amssymb, mathtools |
ํฅ์๋ ์ํ ์กฐํ |
| ๊ทธ๋ฆผ | graphicx, subfig, caption |
์ด๋ฏธ์ง ํฌํจ ๋ฐ ๊ด๋ฆฌ |
| ํ | booktabs, array, longtable |
์ ๋ฌธ์ ์ธ ํ |
| ์ฝ๋ | listings, minted, verbatim |
์์ค ์ฝ๋ ํ์ |
| ์ฐธ์กฐ | biblatex, natbib, hyperref |
์ฐธ๊ณ ๋ฌธํ ๋ฐ ํ์ดํผ๋งํฌ |
| ๋ ์ด์์ | geometry, fancyhdr, multicol |
ํ์ด์ง ๋ ์ด์์ ์ ์ด |
๋ฌธ์ ๋ฉํ๋ฐ์ดํฐ¶
์ ๋ฌธ๋ถ์์ ๋ฌธ์ ์ ๋ณด๋ฅผ ์ ์ํฉ๋๋ค:
\title{The Document Title}
\author{First Author \and Second Author}
\date{March 2024}
% Or use \date{\today} for automatic date
% Or use \date{} for no date
์์์ด ์๋ ์ฌ๋ฌ ์ ์์ ๊ฒฝ์ฐ:
\title{Research Paper Title}
\author{
John Smith\thanks{Department of Physics, University A} \and
Jane Doe\thanks{Department of Mathematics, University B}
}
\date{\today}
์ฌ์ฉ์ ์ ์ ๋ช ๋ น¶
์ ๋ฌธ๋ถ์์ ๋จ์ถํค ๋ฐ ์ฌ์ฉ์ ์ ์ ๋ช ๋ น์ ์ ์ํฉ๋๋ค:
% Simple text substitution
\newcommand{\latex}{\LaTeX}
\newcommand{\tex}{\TeX}
% Commands with arguments
\newcommand{\abs}[1]{\left| #1 \right|}
\newcommand{\norm}[1]{\left\| #1 \right\|}
% Math operators
\DeclareMathOperator{\trace}{Tr}
\DeclareMathOperator{\rank}{rank}
์ฌ์ฉ๋ฒ:
The absolute value is $\abs{x}$, and the trace is $\trace(A)$.
๋ฌธ์ ๋ณธ๋ฌธ¶
์ค์ ๋ด์ฉ์ \begin{document}์ \end{document} ์ฌ์ด์ ์์ต๋๋ค.
์ ๋ชฉ ์์ฑ¶
\maketitle๋ก ์ ๋ชฉ ๋ธ๋ก์ ์์ฑํฉ๋๋ค:
\begin{document}
\maketitle % Creates title using \title, \author, \date from preamble
\end{document}
์ด๋ก(Abstract)¶
ํ์ ๋ ผ๋ฌธ์ ๊ฒฝ์ฐ (article/report ํด๋์ค):
\begin{document}
\maketitle
\begin{abstract}
This paper investigates the fundamental properties of LaTeX document
preparation systems. We demonstrate that proper structure leads to
high-quality typesetting.
\end{abstract}
\section{Introduction}
...
\end{document}
๋ชฉ์ฐจ¶
์๋์ผ๋ก ๋ชฉ์ฐจ๋ฅผ ์์ฑํฉ๋๋ค:
\tableofcontents
์ค์: ๋ ๋ฒ์ ์ปดํ์ผ ํจ์ค๊ฐ ํ์ํฉ๋๋ค:
1. ์ฒซ ๋ฒ์งธ ํจ์ค: ์น์
์ ๋ณด๋ฅผ .toc ํ์ผ์ ์์ฑ
2. ๋ ๋ฒ์งธ ํจ์ค: .toc๋ฅผ ์ฝ๊ณ ๋ชฉ์ฐจ ์์ฑ
์ฌ์ฉ์ ์ ์:
% Control depth (default is 3 for article)
\setcounter{tocdepth}{2} % Only show sections and subsections
% Control section numbering depth
\setcounter{secnumdepth}{2} % Only number up to subsections
๊ทธ๋ฆผ ๋ฐ ํ ๋ชฉ๋ก¶
\listoffigures % List of figures
\listoftables % List of tables
์ด๊ฒ๋ค๋ ์ฌ๋ฌ ์ปดํ์ผ ํจ์ค๊ฐ ํ์ํ๋ฉฐ ๊ทธ๋ฆผ/ํ์ \caption ๋ช
๋ น์ ์์กดํฉ๋๋ค.
์น์ ๋ช ๋ น¶
LaTeX๋ ์๋ ๋ฒํธ ๋งค๊ธฐ๊ธฐ๋ฅผ ์ฌ์ฉํ์ฌ ๊ณ์ธต์ ์น์ ๋ช ๋ น์ ์ ๊ณตํฉ๋๋ค.
Article ํด๋์ค ๊ณ์ธต¶
\section{Section Title}
\subsection{Subsection Title}
\subsubsection{Subsubsection Title}
\paragraph{Paragraph Title}
\subparagraph{Subparagraph Title}
์์ :
\section{Introduction}
This is the introduction.
\subsection{Background}
Some background information.
\subsubsection{Historical Context}
Historical details.
\paragraph{Early Developments}
The early period was characterized by...
\subparagraph{Key Figures}
Important contributors included...
์ถ๋ ฅ ๋ฒํธ ๋งค๊ธฐ๊ธฐ:
1 Introduction
1.1 Background
1.1.1 Historical Context
Early Developments. The early period...
Key Figures. Important contributors...
Report/Book ํด๋์ค ๊ณ์ธต¶
\chapter{Chapter Title}
\section{Section Title}
\subsection{Subsection Title}
% ... same as article below this level
์์ :
\chapter{Quantum Mechanics}
\section{Wave Functions}
The wave function describes...
\subsection{Normalization}
Wave functions must be normalized...
๋ฒํธ ์๋ ์น์ ¶
*๋ฅผ ์ถ๊ฐํ์ฌ ๋ฒํธ ๋งค๊ธฐ๊ธฐ๋ฅผ ์ต์ ํฉ๋๋ค (๋ชฉ์ฐจ์์๋ ์ ์ธ๋จ):
\section*{Acknowledgments}
We thank the reviewers for their helpful comments.
\subsection*{Funding}
This work was supported by...
๋ฒํธ ์์ด ๋ชฉ์ฐจ์ ํฌํจ:
\section*{Acknowledgments}
\addcontentsline{toc}{section}{Acknowledgments}
๋ถ๋ก¶
๋ถ๋ก ๋ชจ๋๋ก ์ ํ:
\appendix
\section{Derivation of Key Formula}
Detailed mathematical derivation...
\section{Supplementary Data}
Additional experimental results...
๋ถ๋ก ๋ชจ๋์์ ์น์ ์ 1, 2, 3 ๋์ A, B, C๋ก ๋ฒํธ๊ฐ ๋งค๊ฒจ์ง๋๋ค.
์์ ์ ๊ฒฝ์ฐ:
\appendix
\chapter{Mathematical Proofs}
\section{Proof of Theorem 1}
...
์ฌ์ฉ์ ์ ์ ์น์ ์ ๋ชฉ¶
์น์ ์ด ๋ชฉ์ฐจ์ ํ ์คํธ์ ํ์๋๋ ๋ฐฉ์์ ์ ์ดํฉ๋๋ค:
\section[Short Title for TOC]{Very Long Title That Appears in the Document}
๋ฌธ์ ๊ตฌ์กฐ ๋ชจ๋ฒ ์ฌ๋ก¶
์์ ํ Article ์์ ¶
\documentclass[12pt, a4paper]{article}
% Packages
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
% Metadata
\title{The Art of Structured Documents}
\author{Jane Smith}
\date{\today}
% Custom commands
\newcommand{\latex}{\LaTeX}
\begin{document}
% Front matter
\maketitle
\begin{abstract}
We present a study on document structure in \latex{}.
\end{abstract}
\tableofcontents
\newpage
% Main content
\section{Introduction}
Document structure is crucial for readability.
\subsection{Motivation}
Well-structured documents are easier to navigate.
\section{Methodology}
We analyzed 100 \latex{} documents.
\subsection{Data Collection}
Documents were collected from academic repositories.
\subsection{Analysis}
Statistical analysis was performed.
\section{Results}
Structured documents showed 40\% better readability.
\section{Conclusion}
Proper structure matters.
% References (would use BibTeX normally)
\begin{thebibliography}{9}
\bibitem{knuth}
Donald Knuth. \textit{The TeXbook}, 1984.
\end{thebibliography}
\end{document}
์์ ํ Report ์์ ¶
\documentclass[12pt, a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{hyperref}
\title{Annual Progress Report}
\author{Research Team}
\date{2024}
\begin{document}
\maketitle
\begin{abstract}
This report summarizes our achievements in 2024.
\end{abstract}
\tableofcontents
\listoffigures
\listoftables
\chapter{Introduction}
This report covers our research activities.
\section{Project Overview}
Our project focuses on...
\section{Team Members}
The team consists of...
\chapter{Research Activities}
\section{Theoretical Work}
We developed new models for...
\section{Experimental Work}
Laboratory experiments were conducted...
\chapter{Publications}
We published 5 papers this year.
\chapter{Conclusions and Future Work}
\section{Summary}
We made significant progress.
\section{Future Directions}
Next year we plan to...
\appendix
\chapter{Detailed Experimental Data}
Raw data tables are provided here.
\end{document}
์ฃผ์¶
์ฃผ์์ ์ปดํ์ผ ์ค์ ๋ฌด์๋ฉ๋๋ค:
% This is a single-line comment
This text is visible. % This comment is invisible
% You can comment out code temporarily:
% \section{Work in Progress}
% This section is not compiled yet.
์ฌ๋ฌ ์ค ์ฃผ์์ verbatim ํจํค์ง๊ฐ ํ์ํฉ๋๋ค:
\usepackage{verbatim}
\begin{comment}
This entire block
is commented out
no matter how many lines
\end{comment}
๊ธฐ๋ณธ ๋ฌธ์ ๋ช ๋ น¶
์ค ๋ฐ ํ์ด์ง ๋๋๊ธฐ¶
์ค ๋๋๊ธฐ:
This is line one. \\
This is line two.
% Or with added vertical space:
This is line one. \\[1cm]
This is line two with 1cm extra space above.
ํ์ด์ง ๋๋๊ธฐ:
\newpage % Start a new page
\clearpage % Start new page and flush floats (figures/tables)
\pagebreak % Suggest page break (LaTeX decides)
\nopagebreak % Discourage page break
๊ฐ๋ก ๋ฐ ์ธ๋ก ๊ณต๊ฐ¶
% Horizontal space
Word1\hspace{1cm}Word2 % 1cm horizontal space
Word1\hfill Word2 % Fill all available space
% Vertical space
Text before.
\vspace{2cm}
Text after.
% Stretchy space
\vfill % Fill vertical space (useful for title pages)
Input ๋ฐ Include¶
๋์ฉ๋ ๋ฌธ์์ ๊ฒฝ์ฐ ์ฌ๋ฌ ํ์ผ๋ก ๋ด์ฉ์ ๋ถํ ํฉ๋๋ค.
\input{filename}¶
๋์: ํด๋น ์์น์ ์ง์ ์ ๋ ฅํ ๊ฒ์ฒ๋ผ ๋ด์ฉ์ ์ฝ์ ํฉ๋๋ค.
๋ฉ์ธ ํ์ผ (main.tex):
\documentclass{article}
\title{Multi-File Document}
\author{Author Name}
\begin{document}
\maketitle
\input{introduction}
\input{methodology}
\input{results}
\input{conclusion}
\end{document}
๋ณ๋ ํ์ผ (introduction.tex):
\section{Introduction}
This is the introduction section.
์ฐธ๊ณ : ํฌํจ๋ ํ์ผ์๋ \documentclass ๋๋ \begin{document}๊ฐ ์์ต๋๋ค.
\include{filename}¶
๋์:
- ์ ํ์ \clearpage ๋ฐํ
- ๋ณ๋ .aux ํ์ผ ์์ฑ
- ์ ํ์ ์ปดํ์ผ์ ์ํด \includeonly์ ํจ๊ป ์ฌ์ฉ ๊ฐ๋ฅ
์ฌ์ฉ๋ฒ:
% In preamble
\includeonly{chapter1,chapter3} % Only compile these
\begin{document}
\include{chapter1}
\include{chapter2} % Skipped
\include{chapter3}
\include{chapter4} % Skipped
\end{document}
๊ฐ๊ฐ ์ธ์ ์ฌ์ฉํ ์ง:
- \input: ์์ ์น์
, ํ์ด์ง ๋๋๊ธฐ๋ฅผ ๊ฐ์ ํ์ง ์์
- \include: ์ฑํฐ, ํฐ ์น์
, ์ ํ์ ์ปดํ์ผ์ ์ํ ๋
์ค์ฒฉ๋ Input¶
\input ๋ช
๋ น์ ์ค์ฒฉํ ์ ์์ต๋๋ค:
main.tex:
\input{chapter1}
chapter1.tex:
\section{Chapter 1}
\input{chapter1/section1}
\input{chapter1/section2}
๋์ฉ๋ ๋ฌธ์์ ๋๋ ํฐ๋ฆฌ ๊ตฌ์กฐ¶
๊ถ์ฅ ๊ตฌ์ฑ:
thesis/
โโโ main.tex
โโโ preamble.tex
โโโ chapters/
โ โโโ chapter1.tex
โ โโโ chapter2.tex
โ โโโ chapter3.tex
โโโ figures/
โ โโโ graph1.pdf
โ โโโ diagram2.png
โโโ tables/
โ โโโ results.tex
โโโ bibliography.bib
main.tex:
\documentclass{report}
\input{preamble} % All packages and settings
\begin{document}
\input{chapters/chapter1}
\input{chapters/chapter2}
\input{chapters/chapter3}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}
์ฐ์ต ๋ฌธ์ ¶
์ฐ์ต ๋ฌธ์ 1: ๋ฌธ์ ํด๋์ค¶
์ธ ๊ฐ์ ๋ณ๋ ๋ฌธ์๋ฅผ ๋ง๋ญ๋๋ค: 1. ์น์ ๋ฐ ํ์ ์น์ ์ด ์๋ article 2. ์ฑํฐ ๋ฐ ์น์ ์ด ์๋ report 3. ์ ๋ฉด๋ถ(front matter), ๋ณธ๋ฌธ(main matter) ๋ฐ ํ๋ฉด๋ถ(back matter)๊ฐ ์๋ book
์ฐ์ต ๋ฌธ์ 2: ๋ชฉ์ฐจ¶
๋ค์์ ํฌํจํ๋ article์ ๋ง๋ญ๋๋ค:
- ์ต์ 3๊ฐ์ ์น์
- ์น์
๋น ์ต์ 2๊ฐ์ ํ์ ์น์
- ๋ชฉ์ฐจ
- ๋ ๋ฒ ์ปดํ์ผํ๊ณ .toc ํ์ผ ํ์ธ
์ฐ์ต ๋ฌธ์ 3: ์ต์ ํ์¶
๋ค์๊ณผ ๊ฐ์ ๋ค๋ฅธ ์ต์
์กฐํฉ์ผ๋ก ๋์ผํ ๋ฌธ์๋ฅผ ๋ง๋ญ๋๋ค:
- [10pt, letterpaper, oneside]
- [12pt, a4paper, twoside]
- [11pt, a4paper, twocolumn]
์ถ๋ ฅ PDF๋ฅผ ๋น๊ตํฉ๋๋ค.
์ฐ์ต ๋ฌธ์ 4: ๋ฒํธ ์๋ ์น์ ¶
๋ค์์ ํฌํจํ๋ ๋ฌธ์๋ฅผ ๋ง๋ญ๋๋ค: - ์ผ๋ฐ ๋ฒํธ๊ฐ ๋งค๊ฒจ์ง ์น์ - ๋ฒํธ ์๋ "Acknowledgments" ์น์ - ๋ฒํธ ์๋ "References" ์น์ - ๋ ๋ฒํธ ์๋ ์น์ ์ด ๋ชฉ์ฐจ์ ๋ํ๋จ
์ฐ์ต ๋ฌธ์ 5: ๋ค์ค ํ์ผ ๋ฌธ์¶
๋ค์์ ํฌํจํ๋ ํ๋ก์ ํธ๋ฅผ ๋ง๋ญ๋๋ค:
- main.tex (๋ฉ์ธ ํ์ผ)
- intro.tex (์๊ฐ ์น์
)
- methods.tex (๋ฐฉ๋ฒ ์น์
)
- conclusion.tex (๊ฒฐ๋ก ์น์
)
\input{}๋ฅผ ์ฌ์ฉํ์ฌ ๊ฒฐํฉํฉ๋๋ค.
์ฐ์ต ๋ฌธ์ 6: ์ฌ์ฉ์ ์ ์ ๋ช ๋ น¶
๋ค์ ์ฌ์ฉ์ ์ ์ ๋ช
๋ น์ ์ ์ํ๊ณ ์ฌ์ฉํฉ๋๋ค:
- ์ค์ ๊ธฐํธ $\mathbb{R}$๋ฅผ ์ํ \R
- ๋ฏธ๋ถ ์ฐ์ฐ์๋ฅผ ์ํ \dd (์: \dd x โ dx)
- ๊ตต์ ๋ฒกํฐ๋ฅผ ์ํ \vect[1]{...}
์ฐ์ต ๋ฌธ์ 7: ์์ ํ Report¶
๋ค์์ ํฌํจํ๋ ๊ธฐ์ ๋ณด๊ณ ์๋ฅผ ๋ง๋ญ๋๋ค:
- ์ ๋ชฉ ํ์ด์ง
- ์ด๋ก
- ๋ชฉ์ฐจ
- 3๊ฐ์ ์ฑํฐ
- ๋ณด์ถฉ ์๋ฃ๊ฐ ์๋ ๋ถ๋ก
- ์ฐธ๊ณ ๋ฌธํ (thebibliography ํ๊ฒฝ ์ฌ์ฉ)
์์ฝ¶
์ด ๋ ์จ์์ ๋ฐฐ์ด ๋ด์ฉ:
- ๋ฌธ์ ํด๋์ค: article, report, book, letter ๋ฐ ๊ทธ ํน์ฑ
- ํด๋์ค ์ต์ : ๊ธ๊ผด ํฌ๊ธฐ, ์ฉ์ง ํฌ๊ธฐ, ๋ ์ด์์ ์ต์
- ์ ๋ฌธ๋ถ(Preamble): ํจํค์ง ๋ก๋, ๋ฉํ๋ฐ์ดํฐ ์ค์ , ์ฌ์ฉ์ ์ ์ ๋ช ๋ น ์ ์
- ๋ฌธ์ ๋ณธ๋ฌธ: ์ ๋ชฉ ์์ฑ, ์ด๋ก, ๋ชฉ์ฐจ
- ์น์ ๊ตฌ๋ถ: ์ฑํฐ์์ ํ์ ๋จ๋ฝ๊น์ง์ ๊ณ์ธต์ ๊ตฌ์กฐ
- ๋ถ๋ก: ๋ณด์ถฉ ์น์ ์์ฑ
- ์ฃผ์: ๋จ์ผ ๋ฐ ์ฌ๋ฌ ์ค ์ฃผ์ ๋ฌ๊ธฐ
- ํ์ผ ๊ตฌ์ฑ: ๋์ฉ๋ ๋ฌธ์๋ฅผ ์ํ
\input{}๋ฐ\include{}์ฌ์ฉ
์ด๋ฌํ ๊ธฐ์ด ๊ฐ๋ ์ ๋ง๋ค ๋ชจ๋ LaTeX ๋ฌธ์์์ ์ฌ์ฉ๋ฉ๋๋ค. ๋ค์์ผ๋ก ํ ์คํธ ์์โ๊ธ๊ผด, ์์, ๋ชฉ๋ก ๋ฐ ํน์ ๋ฌธ์๋ฅผ ํ์ํ ๊ฒ์ ๋๋ค.
ํ์ - ์ด์ : 01_Introduction_and_Setup.md - ๋ค์: 03_Text_Formatting.md