GithubHelp home page GithubHelp logo

sokolusha / latex-dstu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from definability/latex-dstu

0.0 1.0 0.0 30.17 MB

DSTU LaTeX template with Dockerfile

License: MIT License

TeX 88.58% Shell 10.51% Makefile 0.91%

latex-dstu's Introduction

LaTeX DSTU 3008-95

DSTU 3008-95 TeXLive template with Dockerfile to create thesis

DSTU 3008-95 Template

Basic template was got from http://dkhramov.dp.ua/Comp/NIRReportDSTU300895

TeX Live 2015: PSCyr

Following instruction was used to install PSCyr to enable Times New Roman font http://alice.saske.sk/wiki/TeXLive#PSCyr

Inserted in Docker with tag texlive:

docker pull babbage/latex-dstu:texlive

Docker

Based on Docker package provided by @harshjv https://github.com/harshjv/docker-texlive-2015

Link on Dockerhub https://hub.docker.com/r/harshjv/texlive-2015

Link to this image on Dockerhub https://hub.docker.com/r/babbage/latex-dstu/

Usage

Just go to folder with project and run

docker run --rm -it -v $(pwd):/var/texlive babbage/latex-dstu pdflatex_full

To use your own common styles folder

docker run --rm -it -v $(pwd):/var/texlive -v $(pwd)/../common:/var/common babbage/latex-dstu pdflatex_full index

Notes

You have to run pdflatex multiple times to

  • generate correct bibliography citations,
  • generate table of contents.

It's recommended to delete temporary files before compilation or when strange error occur. Assuming that your index file called index.tex:

sudo rm -f index.{bbl,blg,log,toc,aux,out,ist,glo,dat}

Parameter index for pdflatex_full is optional. You should specify your index file name. If it's index.tex, you can use pdflatex_full index either pdflatex_full.

latex-dstu's People

Contributors

definability avatar

Watchers

Vladyslav Sokolovskyi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.