Skip to content

Instantly share code, notes, and snippets.

@dokenzy
Created December 2, 2014 10:11
Show Gist options
  • Save dokenzy/94414e56efeddd33e07e to your computer and use it in GitHub Desktop.
Save dokenzy/94414e56efeddd33e07e to your computer and use it in GitHub Desktop.
\newcommand{\supers}[1]{%윗첨자용
\raisebox{0.3em}{%
\textcolor{PantoneBlue2}{\tiny{\supergothic #1}}
}
}
\titleformat{\chapter} % texdoc titlesec
{\pagestyle{chapter}\vspace{-1cm}\normalfont\ttfamily\Huge\bfseries\color{PantoneBlue}} % PantoneBlue is custom color name.
{}
{0pt}
{\pagestyle{jeju}}
\setlength{\TPHorizModule}{1cm}
\setlength{\TPVertModule}{1cm}
\newcommand{\datebox}[1]{% texdoc textpos
\begin{textblock}{3}(.05,-3.0)%hsize, (hpos, vpos)
\textcolor{PantoneBlue2}{\footnotesize\sffamily{#1}}
\end{textblock}
}
\titleformat{\section}
{\normalfont\sffamily\bfseries\large\color{GoldenGlow}}
{}
{0pt}
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment