Skip to content

Commit

Permalink
Remove target fetchstys and dokumentationen
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 12, 2014
1 parent 4554c32 commit c7ffbf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 76 deletions.
85 changes: 15 additions & 70 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,76 +80,21 @@ stand: $(PDF)

standps: ps
psnup -2 $(SRC).ps > "Ausarbeitung - Stand $(date).ps"

##
# Das ganze am Besten vor der final und als eigene Version ala make spellcheck
# aspell line: aspell -t -l de_DE -d german -c --per-conf= "Dateiname" *.tex -T utf-8 --encoding=utf-8
# Schreiben der LaTeX-Befehle in eine config Dateiname. Sieht so aus
# add-tex-command begin PO // PO := prüfe []{} ;; po := ignoriere []{}
# Leerzeichen ungleich Tabs !!!
# Config File nicht vergessen
aspell:
for tex in $(TEX_FILES); \
do \
aspell -t -l de_DE -d german -T utf-8 -c $$tex --encoding=utf-8; \
done
#
##

##
# Einige nicht-standard-Styles, die noch unbedingt installiert werden müssen.
rcs.sty:
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/rcs/rcs.sty

todonotes.sty:
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/todonotes/todonotes.sty

tabulary.ins:
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/tabulary/tabulary.dtx
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/tabulary/tabulary.ins

microtype.ins:
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/microtype/microtype.ins
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/microtype/microtype.dtx

lmodern.sty:
wget -r -l1 -nd ftp://dante.ctan.org/tex-archive/fonts/lm/tex/latex/lm/

algorithm.sty:
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/algorithms/algorithm.sty
wget ftp://dante.ctan.org/tex-archive/macros/latex/contrib/algorithms/algorithmic.sty

%.sty: %.ins
tex $?
rm -f $*.ins $*.dtx $*.log
#
##

# Die Dokumentationen aller verwendeten Packages. Weitere Dokus von Hand einfügen.
# Geht bestimmt auch hübscher.
dokumentationen:
mkdir Dokus
cd ./Dokus
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/todonotes/todonotes.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/algorithms/algorithms.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/tabulary/tabulary.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/microtype/microtype.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/xcolor/xcolor.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/xcolor/xcolor2.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/paralist/paralist.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/svninfo/svninfo.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/fncychap/fncychap.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/listings/listings.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/fancyvrb/fancyvrb.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/caption/caption.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/floatrow/floatrow.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/subfig/subfig.pdf
wget -N ftp://tug.ctan.org/tex-archive/macros/latex/contrib/yafoot/yafoot-man.pdf
wget -N ftp://dante.ctan.org/tex-archive/macros/latex/contrib/hyperref/*.pdf

# Einmal initial alle Dokumentationen ziehen mit "dokumentation.pdf"
# tabulary.sty algorithm.sty lmodern.sty microtype.sty todonotes.sty dokumentation.pdf
fetchstys: tabulary.sty algorithm.sty lmodern.sty microtype.sty todonotes.sty

##
# Das ganze am Besten vor der final und als eigene Version ala make spellcheck
# aspell line: aspell -t -l de_DE -d german -c --per-conf= "Dateiname" *.tex -T utf-8 --encoding=utf-8
# Schreiben der LaTeX-Befehle in eine config Dateiname. Sieht so aus
# add-tex-command begin PO // PO := prüfe []{} ;; po := ignoriere []{}
# Leerzeichen ungleich Tabs !!!
# Config File nicht vergessen
aspell:
for tex in $(TEX_FILES); \
do \
aspell -t -l de_DE -d german -T utf-8 -c $$tex --encoding=utf-8; \
done
#
##

html: clean pdf
rm $(AUX)
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Characteristics
* pdflatex
* Depends on bibtex (and not to biblatex yet)

This template runs at Windows using the current [MiKTeX](http://www.miktex.org) distribution. Linux should work without any issues. In some cases, `make fetchstys` might be necessary to fetch required `.sty` files.
This template runs at Windows using the current [MiKTeX](http://www.miktex.org) distribution. Linux (TexLive full >= 2012 )should work without any issues.

Using with your git repository
==============================
Expand Down Expand Up @@ -94,11 +94,6 @@ aspell

Checks all files using aspell.

dokumentationen
---------------

Fetches PDFs for important included LaTeX packages.

clean
-----

Expand Down

0 comments on commit c7ffbf5

Please sign in to comment.