Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.41 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.41 KB

gostarticle

A XeLaTeX documentclass that satisfies GOST requirements.

Features

  • Title page
  • Table of contents
  • Bibliography

Requirements

Installation

  1. Clone this repository
$ git clone [email protected]:kirillgashkov/gostarticle.git
  1. Remove .git/
  2. Done. Put your XeLaTeX document files into this directory.

Usage

\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}

Customization

Check the style files under sty/. Most used options are explained and logically grouped. Feel free to customize the options as you like.

License

Distributed under the MIT License. See the LICENSE.md for details.