Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hroncok/diplomka
My diploma thesis (see releases for PDF), in Czech
https://github.com/hroncok/diplomka
Last synced: 17 days ago
JSON representation
My diploma thesis (see releases for PDF), in Czech
- Host: GitHub
- URL: https://github.com/hroncok/diplomka
- Owner: hroncok
- Created: 2016-01-05T17:53:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T14:58:00.000Z (almost 7 years ago)
- Last Synced: 2024-12-13T20:51:25.618Z (22 days ago)
- Language: TeX
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markdown to XeLaTeX
===================Credit for the system and initial content goes to @jirutka
To generate the PDF, run `make`.
Dependencies
------------I have the following packages installed (on Fedora):
biber
linux-libertine-fonts
pandoc
texlive
texlive-arara
texlive-bera
texlive-biblatex
texlive-cs
texlive-cslatex
texlive-datatool
texlive-dirtree
texlive-etoolbox
texlive-euenc
texlive-floatrow
texlive-glossaries
texlive-hyphen-czech
texlive-ifplatform
texlive-libertine
texlive-logreq
texlive-minted
texlive-pgfopts
texlive-substr
texlive-vlna
texlive-xetex
texlive-xfor
texlive-xstringNote that maybe not all those packages are really necessary and some may be missing (let me know).
You'll also need to install [biblatex-iso690](https://github.com/michal-h21/biblatex-iso690). For me, the following helped:
1. copy the folder to `/usr/share/texlive/texmf-dist/tex/latex/biblatex/`
2. run `texhash` as rootOnce I'll have time, I'll package it for Fedora.
To scale the images as pdfs I use [cpdf](http://community.coherentpdf.com/), feel free to suggest any free software alternative.