summaryrefslogtreecommitdiff
path: root/language/korean/HLaTeX/hlguide.tex
blob: aebaa28bee0e8b6a2b934974729031310d1e148e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass[titlepage]{article}

\usepackage{indentfirst}

\ifx\nullocplist\undefined
\input hlguide-k.tex
\else
\input hlguide-u.tex
\fi

\newpage

\bibliographystyle{halpha}
\ifx\nullocplist\undefined
\bibliography{hlguide-k,texbook1,texbook3}
\else
\bibliography{hlguide-u,texbook1,texbook3}
\fi
\printindex

%% Start Of Trailer
\end{document}