KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › 어떻게 하면 수평선을 중앙정렬 할 수 있나요?

glacks0224 | 2016.05.08 00:39:38 | 메뉴 건너뛰기 쓰기

아래의 그림은 컴파일 결과입니다. 코드는 그림 아래에 있습니다.


캡처.PNG



\documentclass[11pt]{book} % use larger type; default would be 10pt


\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation

\defaultfontfeatures{Mapping=tex-text} % to support TeX conventions like ``---''

\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)

\usepackage{xltxtra} % Extra customizations for XeLaTeX

\usepackage{setspace}

\usepackage{kotex}

\usepackage{titling}


% other LaTeX packages.....

\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.

\geometry{a4paper}

\usepackage{graphicx} % support the \includegraphics command and options


\title{Fortran}

\author{name}

\date{\today}


\renewcommand{\maketitle}{

\singlespacing

\thispagestyle{empty}

\vspace*{\fill}

\begin{center}

{\center \hrule width 0.8\hsize height 2pt \kern 1mm \hrule width 0.8\hsize}

\vspace{10pt}

\Huge {\scshape \thetitle} \\

\rule{0.8\textwidth}{.5pt}\\

\singlespacing

\large \theauthor \\

\singlespacing

\thedate

\end{center} \vspace*{\fill}

}


\begin{document}

\maketitle



\end{document}


첨부 [1]

댓글 [1]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹