diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/latexcourse-rug |
Initial commit
Diffstat (limited to 'info/latexcourse-rug')
-rw-r--r-- | info/latexcourse-rug/README | 70 | ||||
-rw-r--r-- | info/latexcourse-rug/latexcourse-rug.pdf | bin | 0 -> 2417172 bytes |
2 files changed, 70 insertions, 0 deletions
diff --git a/info/latexcourse-rug/README b/info/latexcourse-rug/README new file mode 100644 index 0000000000..feced1ead5 --- /dev/null +++ b/info/latexcourse-rug/README @@ -0,0 +1,70 @@ +These are the book and the practice files for a LaTeX introduction +that I gave several times at the Rijksuniversiteit Groningen. + +This is a getting-started style introduction, with pointers +to further resources, and with advice for getting a TeX system up +and running. + +BUILDING THE BOOK + +The master file, latexcourse_rug.tex, is suitable for screen +viewing, with pdf bookmarks and hyperlinks. + +The pdf should print just fine. But if you do not want (colored) +hyperlinks or your setup has trouble with non-standard paper sizes, +then you can add a document option a4 or letter, e.g.: + +\documentclass[a4]{coursebook} + +The samples are already included as pdfs, with cropped margins where +appropriate. Therefore, you only have to compile latexcourse_rug +itself, with pdflatex and with a biber (not bibtex) run for +bibliographic references. + +RECOMPILING AND CROPPING SAMPLE FILES + +All sample sources are also included as pdfs. + +- Most samples can be compiled with one or two runs of pdflatex. + +- The font_* samples which use the fontspec package need xelatex or + luatex and some system fonts. + +- The bib[la]tex samples in the bibsamples directory naturally + require a bibtex- or biber run. + +- For cropping, I used epspdf with a -b option for cropping and + sometimes a -p option for page selection. pdfcrop should do as + well (not tested). + +- Beamer_* and nobeamer samples do not need cropping. + +The scripts subdirectory contains a bash script compile_samples +which does all this. + +OCTOBER 2014 VERSION + +Compared to the original release from July 2014, there have been +some minor textual changes, mainly to de-emphasize the RUG +installation. Also, the book got a new, more compact layout. + +DECEMBER 2015 VERSION + +Information on external software, screenshots and references have +been updated. Scripts for compiling samples and for packing for CTAN +have been added. Small changes in the samples and some rephrasings. + +LICENSE + +Copyright (C) 2014, 2015 Siep Kroonenberg + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without any warranty. + +The sample- and practice files are released into the public domain. + +Groningen, December 6 2015 + +Siep Kroonenberg, n_dot_s_dot_kroonenberg_at_rug_dot_nl diff --git a/info/latexcourse-rug/latexcourse-rug.pdf b/info/latexcourse-rug/latexcourse-rug.pdf Binary files differnew file mode 100644 index 0000000000..225e00c00d --- /dev/null +++ b/info/latexcourse-rug/latexcourse-rug.pdf |