From 04e70106b8a3bbfeeadc2621838dbf10a29ed06c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Jul 2014 22:41:53 +0000 Subject: latexcourse-rug (14jul14) git-svn-id: svn://tug.org/texlive/trunk@34607 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/latexcourse-rug/README | 57 +++++++++++++++++++++ .../latexcourse-rug/latexcourse-rug-sources.zip | Bin 0 -> 1608709 bytes .../doc/latex/latexcourse-rug/latexcourse-rug.pdf | Bin 0 -> 1709688 bytes .../doc/latex/latexcourse-rug/practice.zip | Bin 0 -> 1303217 bytes Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc | 1 + Master/tlpkg/tlpsrc/latexcourse-rug.tlpsrc | 0 7 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/latexcourse-rug/README create mode 100644 Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug-sources.zip create mode 100644 Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug.pdf create mode 100644 Master/texmf-dist/doc/latex/latexcourse-rug/practice.zip create mode 100644 Master/tlpkg/tlpsrc/latexcourse-rug.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/latexcourse-rug/README b/Master/texmf-dist/doc/latex/latexcourse-rug/README new file mode 100644 index 00000000000..4f60dcdf878 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latexcourse-rug/README @@ -0,0 +1,57 @@ +These are the book and the practice files for a LaTeX course that I +gave several times at the Rijksuniversiteit Groningen. + +This course 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 optimized for screen +viewing, with narrow margins and 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} + +for full margins and without (colored) hyperlinks. The samples are +already included as pdfs, with cropped margins. Therefore, you only +have to compile latexcourse_rug itself, with pdflatex and with a +biber run for bibliographic references. + +RECOMPILING AND CROPPING SAMPLE FILES + +All sample sources are also included as cropped 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 do not need cropping. + +There is no Makefile. + +LICENSE + +Copyright (C) 2014 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, July 13 2014 + +Siep Kroonenberg, n_dot_s_dot_kroonenberg_at_rug_dot_nl diff --git a/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug-sources.zip b/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug-sources.zip new file mode 100644 index 00000000000..d9b5edbb7e8 Binary files /dev/null and b/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug-sources.zip differ diff --git a/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug.pdf b/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug.pdf new file mode 100644 index 00000000000..ce1ab58f64c Binary files /dev/null and b/Master/texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug.pdf differ diff --git a/Master/texmf-dist/doc/latex/latexcourse-rug/practice.zip b/Master/texmf-dist/doc/latex/latexcourse-rug/practice.zip new file mode 100644 index 00000000000..afbcf4ec119 Binary files /dev/null and b/Master/texmf-dist/doc/latex/latexcourse-rug/practice.zip differ diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 66b000638ee..b55dfd9688d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -278,7 +278,7 @@ my @TLP_working = qw( latex-tds latex-veryshortguide latex-web-companion latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man latex4wp latex4wp-it - latexcheat latexcheat-esmx latexcheat-ptbr + latexcheat latexcheat-esmx latexcheat-ptbr latexcourse-rug latexdemo latexdiff latexfileinfo-pkgs latexfileversion latexindent latexmk latexmp latexpand lato layaureo layouts lazylist diff --git a/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc index eb5926eb6eb..749e0576780 100644 --- a/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc @@ -33,6 +33,7 @@ depend latex-web-companion depend latex2e-help-texinfo depend latex4wp depend latexcheat +depend latexcourse-rug depend latexfileinfo-pkgs depend lshort-english depend macros2e diff --git a/Master/tlpkg/tlpsrc/latexcourse-rug.tlpsrc b/Master/tlpkg/tlpsrc/latexcourse-rug.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3