Skip to content

Instantly share code, notes, and snippets.

@motchy869
Created February 18, 2017 15:10
Show Gist options
  • Save motchy869/8bf6b8af70d6c0c2a7c00a8d0c6defef to your computer and use it in GitHub Desktop.
Save motchy869/8bf6b8af70d6c0c2a7c00a8d0c6defef to your computer and use it in GitHub Desktop.
部番号非表示
\documentclass[a4paper]{jsarticle}
\begin{document}
\title{部番号なし}
\author{motchy}
\maketitle
\part{A}
\section{B}
\subsection{C}
\label{subsec:C}
Alpha Bravo Charlie
\part{い}
\setcounter{section}{0}
\section{ろ}
\subsection{は}
\label{subsec:は}
いろは にほへと ちりぬるを
\part{ほげ}
\setcounter{section}{0}
\section{ふが}
\subsection{ぴよ}
\ref{subsec:C},\ref{subsec:は} より...
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment