Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hroncok/bakalarka
Bakalářka
https://github.com/hroncok/bakalarka
Last synced: 15 days ago
JSON representation
Bakalářka
- Host: GitHub
- URL: https://github.com/hroncok/bakalarka
- Owner: hroncok
- Created: 2014-04-29T20:16:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T22:50:08.000Z (about 8 years ago)
- Last Synced: 2024-12-13T20:48:14.006Z (20 days ago)
- Language: TeX
- Size: 1.82 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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):
linux-libertine-fonts
pandoc
texlive
texlive-arara
texlive-bera
texlive-biblatex
texlive-cs
texlive-cslatex
texlive-datatool
texlive-dirtree
texlive-etoolbox
texlive-glossaries
texlive-hyphen-czech
texlive-ifplatform
texlive-libertine
texlive-logreq
texlive-minted
texlive-pgfopts
texlive-substr
texlive-vlna
texlive-xetex
texlive-xfor
texlive-xstringAnd `biber` from [this copr repository](http://copr.fedoraproject.org/coprs/cbm/Biber/).
Note 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/`
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.