Skip to content
Snippets Groups Projects

Full rebase of Marco's changes

Open Simon Schuster requested to merge marcos-full-changes-rebased into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 76de7ae8
    ```caption``` automatically loads ```hypcap``` with correct settings for
    moving a hyperlink target to the begin of the surrounding floating environment.
    When ```hypcap``` has been loaded manually before, the target of links
    to minted-provided listings is placed at the caption, which is below the
    listing.
    
    While the ```hypcap``` option is a default setting for ```caption```,
    setting it explicitly helps documentation.
+ 2
1
@@ -9,10 +9,11 @@ Benötigte Pakete
* aktuelle TeX-Distribution, z.B. [TeX Live](https://www.tug.org/texlive/)
* [Latexmk](http://personal.psu.edu/jcc8//software/latexmk-jcc/) und [Make](https://www.gnu.org/software/make/)
* [pygments/pygmentize](https://pygments.org/)
Installation der Pakete unter *Debianoide* Distributionen mittels
apt-get install make texlive-full latexmk
apt-get install make texlive-full latexmk python-pygments
Weiterführende Informationen
Loading