A XeLaTeX documentclass that satisfies GOST requirements.
- Title page
- Table of contents
- Bibliography
- Clone this repository
$ git clone git@github.com:kirillgashkov/gostarticle.git
- Remove
.git/
- Done. Put your XeLaTeX document files into this directory.
\documentclass{gostarticle}
\university{Название университета}
\doctype{Курсовой проект}
\title{Название проекта}
\subject{Название дисциплины}
\variation{Номер варианта}
\author{Имя Фамилия Отчество}
\authorgroup{Номер группа}
\supervisor{Имя Фамилия Отчество}
\supervisorposition{кандидат технических наук}
\city{Город}
\begin{document}
\maketitle
\tableofcontents
\clearpage\sectionlike{Введение}
Plain text.
\clearpage\section{Sectionname1}
Plain text.
\subsection{Subsectionname}
Plain text.
\clearpage\section{Sectionname2}
\end{document}
Check the style files under sty/
. Most used options are explained and
logically grouped. Feel free to customize the options as you like.
Distributed under the MIT License. See the LICENSE.md for details.