Skip to content

baygeldin/thesis-text

Repository files navigation

Bachelor Graduation Thesis

This repository contains LaTeX sources of my bachelor graduation thesis. The implementation can be found here.

In order to setup a perfect local environment via Spacemacs:

  1. Install TeX Live along with cyrillic languages package and make sure that XeTeX is included (e.g. on Arch it's texlive-core, texlive-bin, texlive-lang and texlive-fontsextra packages, on Ubuntu it's texlive-xetex and texlive-lang-cyrillic).
  2. Add latex and bibtex layers to .spacemacs:
(latex :variables latex-build-command "LaTeX")
bibtex
  1. Set TeX engine to XeTeX in .spacemacs:
(setq TeX-engine 'xetex)
  1. SPC m b or , b to build the document.
  2. SPC m v or , v to view the document.
  3. , , and choose BibTeX to build bibliography (or SPC SPC to open M-x commands, choose TeX-command-master and then BibTeX). If citations are not rendered, build the document multiple times.
  4. PROFIT!

About

Bachelor graduation thesis LaTeX sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages