Skip to content

Instantly share code, notes, and snippets.

@dokenzy
Created December 1, 2014 13:14
Show Gist options
  • Save dokenzy/6665a779d43b361f58ac to your computer and use it in GitHub Desktop.
Save dokenzy/6665a779d43b361f58ac to your computer and use it in GitHub Desktop.
v.0.2.2 graphicspath 사용하기
\documentclass[hangul, 11pt, chapter, oneside, openany]{xoblivoir}
\usepackage{graphicx}
\graphicspath{{images/}}
\include{fonts}
\title{\LaTeX~일주일만 하면 저녀석만큼 한다.}
\author{저녀석}
\date{일주일 전}
\begin{document}
\maketitle
\begin{abstract}
\LaTeX~문서작성 샘플 코드. 문서를 구성하는 각 요소를 모듈처럼 분리하여 나중에 바꾸고 싶은 부분만 바꿔서 활용할 수 있게 하고자 한다. 폰트, 색상 등 기본적인 것 뿐만 아니라 목차, 페이지스타일, 헤딩 요소 등도 그럭저럭 만들어 두었다. 본문과 그림은 위키백과에서 가져왔다.
\end{abstract}
\tableofcontents*
\include{content}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment