Skip to content

A XeLaTeX documentclass that satisfies GOST requirements.

License

Notifications You must be signed in to change notification settings

nikitagashkov/gostarticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gostarticle

A XeLaTeX documentclass that satisfies GOST requirements.

Features

  • Title page
  • Table of contents
  • Bibliography

Requirements

Installation

  1. Clone this repository
$ git clone git@github.com: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.

About

A XeLaTeX documentclass that satisfies GOST requirements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages