summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-21 01:16:30 +0000
committerKarl Berry <karl@freefriends.org>2016-09-21 01:16:30 +0000
commitdda895435c88cc0438f23a33fdc5ac4fecc70df7 (patch)
treefa0c77f4c551e41c1f9cc3f097552e9c53cab3be
parent51f397fd5a3416d7f30987057e4fe883bc16dfa5 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42114 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/build-aux/texinfo.tex76
-rw-r--r--Master/doc.html55
2 files changed, 59 insertions, 72 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index 3d415301a98..c8913ab918e 100644
--- a/Build/source/build-aux/texinfo.tex
+++ b/Build/source/build-aux/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2016-09-18.11}
+\def\texinfoversion{2016-09-18.18}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2296,7 +2296,7 @@ end
\font\ssecsy=cmsy10 scaled 1315
\def\ssececsize{1200}
-% Reduced fonts for @acro in text (10pt).
+% Reduced fonts for @acronym in text (10pt).
\def\reducednominalsize{10pt}
\setfont\reducedrm\rmshape{10}{1000}{OT1}
\setfont\reducedtt\ttshape{10}{1000}{OT1TT}
@@ -2429,7 +2429,7 @@ end
\font\ssecsy=cmsy10
\def\ssececsize{1000}
-% Reduced fonts for @acro in text (9pt).
+% Reduced fonts for @acronym in text (9pt).
\def\reducednominalsize{9pt}
\setfont\reducedrm\rmshape{9}{1000}{OT1}
\setfont\reducedtt\ttshape{9}{1000}{OT1TT}
@@ -2564,56 +2564,28 @@ end
\csname\curfontstyle\endcsname
}%
-\def\textfonts{%
- \def\curfontsize{text}%
- \def\lsize{reduced}\def\lllsize{smaller}%
- \rmisboldfalse
- \assignfonts{text}%
- \resetmathfonts \setleading{\textleading}}
-\def\titlefonts{%
- \def\curfontsize{title}%
- \def\lsize{chap}\def\lllsize{subsec}%
- \rmisboldtrue
- \assignfonts{title}%
- \resetmathfonts \setleading{27pt}}
+\def\definefontsetatsize#1#2#3#4#5{%
+\expandafter\def\csname #1fonts\endcsname{%
+ \def\curfontsize{#1}%
+ \def\lsize{#2}\def\lllsize{#3}%
+ \csname rmisbold#5\endcsname
+ \assignfonts{#1}%
+ \resetmathfonts
+ \setleading{#4}%
+}}
+
+\definefontsetatsize{text} {reduced}{smaller}{\textleading}{false}
+\definefontsetatsize{title} {chap} {subsec} {27pt} {true}
+\definefontsetatsize{chap} {sec} {text} {19pt} {true}
+\definefontsetatsize{sec} {subsec} {reduced}{17pt} {true}
+\definefontsetatsize{ssec} {text} {small} {15pt} {true}
+\definefontsetatsize{reduced}{small} {smaller}{10.5pt}{false}
+\definefontsetatsize{small} {smaller}{smaller}{10.5pt}{false}
+\definefontsetatsize{smaller}{smaller}{smaller}{9.5pt} {false}
+
\def\titlefont#1{{\titlefonts\rm #1}}
-\def\chapfonts{%
- \def\curfontsize{chap}%
- \def\lsize{sec}\def\lllsize{text}%
- \rmisboldtrue
- \assignfonts{chap}%
- \resetmathfonts \setleading{19pt}}
-\def\secfonts{%
- \def\curfontsize{sec}%
- \def\lsize{subsec}\def\lllsize{reduced}%
- \rmisboldtrue
- \assignfonts{sec}%
- \resetmathfonts \setleading{17pt}}
-\def\subsecfonts{%
- \def\curfontsize{ssec}%
- \def\lsize{text}\def\lllsize{small}%
- \rmisboldtrue
- \assignfonts{ssec}%
- \resetmathfonts \setleading{15pt}}
-\let\subsubsecfonts = \subsecfonts
-\def\reducedfonts{%
- \def\curfontsize{reduced}%
- \def\lsize{small}\def\lllsize{smaller}%
- \rmisboldfalse
- \assignfonts{reduced}%
- \resetmathfonts \setleading{10.5pt}}
-\def\smallfonts{%
- \def\curfontsize{small}%
- \def\lsize{smaller}\def\lllsize{smaller}%
- \rmisboldfalse
- \assignfonts{small}%
- \resetmathfonts \setleading{10.5pt}}
-\def\smallerfonts{%
- \def\curfontsize{smaller}%
- \def\lsize{smaller}\def\lllsize{smaller}%
- \rmisboldfalse
- \assignfonts{smaller}%
- \resetmathfonts \setleading{9.5pt}}
+\let\subsecfonts = \ssecfonts
+\let\subsubsecfonts = \ssecfonts
% Define these just so they can be easily changed for other fonts.
\def\angleleft{$\langle$}
diff --git a/Master/doc.html b/Master/doc.html
index 328aef6ccd3..d77ed72990a 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -5737,6 +5737,11 @@ Extended filecontents and filecontents* environments
<a href="texmf-dist/doc/latex/filecontents/filecontents.pdf">filecontents.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/filecontentsdef">filecontentsdef</a></b>:<small>
+filecontents + macro + verbatim
+<a href="texmf-dist/doc/latex/filecontentsdef/filecontentsdef.pdf">filecontentsdef.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/filedate">filedate</a></b>:<small>
Access and compare info and modification dates
<a href="texmf-dist/doc/latex/filedate/filedate.pdf">filedate.pdf</a>.
@@ -6295,7 +6300,7 @@ Get first and last words of a page
<h2 id="letter-G">G</h2>
-<ol start="992">
+<ol start="993">
<li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
Letter document class
@@ -6968,7 +6973,7 @@ Bundle of classes for "La Gazette des Mathematiciens"
<h2 id="letter-H">H</h2>
-<ol start="1092">
+<ol start="1093">
<li><b><a href="texmf-dist/doc/latex/h2020proposal/manual">h2020proposal</a></b>:<small>
LaTeX class and template for EU H2020 RIA proposal
@@ -7265,7 +7270,7 @@ Basic support for multiple languages in Plain TeX
<h2 id="letter-I">I</h2>
-<ol start="1142">
+<ol start="1143">
<li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
Use the Ibycus 4 Greek font with Babel
@@ -7614,7 +7619,7 @@ A two-element sans-serif font
<h2 id="letter-J">J</h2>
-<ol start="1203">
+<ol start="1204">
<li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
Metafont version of tiles in the style of Slavik Jablan
@@ -7747,7 +7752,7 @@ A replacement for LaTeX's verbatim package
<h2 id="letter-K">K</h2>
-<ol start="1222">
+<ol start="1223">
<li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small>
Generate sentences in Kant's style
@@ -7988,7 +7993,7 @@ A two-element sans-serif typeface
<h2 id="letter-L">L</h2>
-<ol start="1250">
+<ol start="1251">
<li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
LaTeX pictures "how-to" (German)
@@ -9188,7 +9193,7 @@ Set of slide fonts based on CM
<h2 id="letter-M">M</h2>
-<ol start="1429">
+<ol start="1430">
<li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
A preprocessor for pmx
@@ -10253,7 +10258,7 @@ XeLaTeX template for writing the main body of NSFC proposals
<h2 id="letter-N">N</h2>
-<ol start="1602">
+<ol start="1603">
<li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
Detecting and warning about obsolete LaTeX commands
@@ -10680,7 +10685,7 @@ Support for the journal "North-Western European Journal of Mathematics"
<h2 id="letter-O">O</h2>
-<ol start="1668">
+<ol start="1669">
<li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
A bundle of packages submitted by Heiko Oberdiek
@@ -10980,7 +10985,7 @@ Combine LaTeX commands over included graphics
<h2 id="letter-P">P</h2>
-<ol start="1702">
+<ol start="1703">
<li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small>
Interrogate page colour
@@ -12612,7 +12617,7 @@ Run Python from within a document, typesetting the results
<h2 id="letter-Q">Q</h2>
-<ol start="1962">
+<ol start="1963">
<li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
Macros to generate quantum ciruits
@@ -12679,7 +12684,7 @@ An easy way to typeset any part of The Holy Quran
<h2 id="letter-R">R</h2>
-<ol start="1973">
+<ol start="1974">
<li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
Use Raleway with TeX(-alike) systems
@@ -13097,7 +13102,7 @@ Class for Ryerson Unversity Graduate School requirements
<h2 id="letter-S">S</h2>
-<ol start="2037">
+<ol start="2038">
<li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
TikZ library to draw switching architectures
@@ -14266,7 +14271,7 @@ Format systems of equations
<h2 id="letter-T">T</h2>
-<ol start="2221">
+<ol start="2222">
<li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
Draw tangles, trees, Hopf algebra operations and other pictures
@@ -15020,6 +15025,16 @@ Create dynamic online presentations with LaTeX
<a href="texmf-dist/doc/latex/texpower/manual.pdf">manual.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/texproposal">texproposal</a></b>:<small>
+A proposal prototype for LaTeX promotion in Chinese universities
+<a href="texmf-dist/doc/latex/texproposal/Proposal-for-Offering-TeX-Courses-and-Relevant-Resources-in-Chongqing-University.pdf">Proposal-for-Offering-TeX-Courses-and-Relevant-Resources-in-Chongqing-University.pdf</a>,
+<a href="texmf-dist/doc/latex/texproposal/figures/CQU-Example.pdf">CQU-Example.pdf</a>,
+<a href="texmf-dist/doc/latex/texproposal/figures/CQUThesis-poster.pdf">CQUThesis-poster.pdf</a>,
+<a href="texmf-dist/doc/latex/texproposal/figures/TeX-Word-Diff.pdf">TeX-Word-Diff.pdf</a>,
+<a href="texmf-dist/doc/latex/texproposal/figures/TeX-Word-Vote.pdf">TeX-Word-Vote.pdf</a>,
+<a href="texmf-dist/doc/latex/texproposal/figures/pubfig0.pdf">pubfig0.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/texshade">texshade</a></b>:<small>
Package for setting nucleotide and peptide alignments
<a href="texmf-dist/doc/latex/texshade/texshade.pdf">texshade.pdf</a>,
@@ -15822,7 +15837,7 @@ Print a typographic grid
<h2 id="letter-U">U</h2>
-<ol start="2432">
+<ol start="2434">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format
@@ -16118,7 +16133,7 @@ University of Washington thesis class
<h2 id="letter-V">V</h2>
-<ol start="2484">
+<ol start="2486">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals
@@ -16338,7 +16353,7 @@ Variable-width multiple text columns
<h2 id="letter-W">W</h2>
-<ol start="2518">
+<ol start="2520">
<li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages
@@ -16450,7 +16465,7 @@ LaTeX class for Bavarian school w-seminar papers
<h2 id="letter-X">X</h2>
-<ol start="2534">
+<ol start="2536">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments
@@ -16811,7 +16826,7 @@ Tree macros using XY-Pic
<h2 id="letter-Y">Y</h2>
-<ol start="2589">
+<ol start="2591">
<li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
A bundle of miscellaneous footnote packages
@@ -16875,7 +16890,7 @@ Many-featured Young tableaux and Young diagrams
<h2 id="letter-Z">Z</h2>
-<ol start="2599">
+<ol start="2601">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications