diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/rawtables-a4.pdf | bin | 9336701 -> 8654553 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf | bin | 9334791 -> 8652546 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/Makefile | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/fakearcs.sty | 103 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/fakelatexsym.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb | bin | 7660 -> 7660 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/source/symbols.tex | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf | bin | 9046741 -> 9018439 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf | bin | 9064360 -> 9039683 bytes |
11 files changed, 146 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/comprehensive/README b/Master/texmf-dist/doc/latex/comprehensive/README index 71903e5b70d..6894eab369f 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/README +++ b/Master/texmf-dist/doc/latex/comprehensive/README @@ -2,7 +2,7 @@ | THE COMPREHENSIVE LATEX SYMBOL LIST | | By Scott Pakin, scott+clsl@pakin.org | | | - | 03 November 2015 | + | 12 November 2015 | +--------------------------------------+ The Comprehensive LaTeX Symbol List is an organized list of over 14000 diff --git a/Master/texmf-dist/doc/latex/comprehensive/rawtables-a4.pdf b/Master/texmf-dist/doc/latex/comprehensive/rawtables-a4.pdf Binary files differindex 31ebbea7be1..e2854f9ba23 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/rawtables-a4.pdf +++ b/Master/texmf-dist/doc/latex/comprehensive/rawtables-a4.pdf diff --git a/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf b/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf Binary files differindex d9683edffd3..4e229380d5b 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf +++ b/Master/texmf-dist/doc/latex/comprehensive/rawtables-letter.pdf diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/Makefile b/Master/texmf-dist/doc/latex/comprehensive/source/Makefile index 07ef92b47ee..42c357e2197 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/source/Makefile +++ b/Master/texmf-dist/doc/latex/comprehensive/source/Makefile @@ -21,14 +21,14 @@ EXTRADIST = symbols.tex lightbulb10.mf lightbulb.mf \ symbols.ist fakego.sty unicode2eps.pe \ makefakeMnSymbol teubner-subset.sty fakemusixtex.sty \ fakearevmath.sty fakedozenal.sty fakelatexsym.sty \ - makefakefdsymbol makefakeboisik \ + makefakefdsymbol makefakeboisik fakearcs.sty \ makefakestix makefakestarfont makerawtables \ Makefile # All formats of the symbol list depend upon the following files. COMMONDEPS = symbols.tex symbols.ist fakeMnSymbol.sty teubner-subset.sty \ fakemusixtex.sty fakeknitting.sty fakefdsymbol.sty \ - fakeboisik.sty fakestix.sty \ + fakeboisik.sty fakestix.sty fakearcs.sty \ fakearevmath.sty fakedozenal.sty fakelatexsym.sty \ fakestarfont.sty nonlatex versatim.tex junicode lilyglyphs \ $(TARGETS_SOURCE) @@ -283,6 +283,10 @@ SYMLIST: symbols.ind README: makeREADME symbols-letter-pdf.log symbols.ind ./makeREADME symbols-letter-pdf.log symbols.ind > README +# Prepare to timestamp the distributed symbols.tex file. +TODAY = $(shell date +'%d %B %Y') +NOW = $(shell date +'%T %Z') + # Create a .tar.gz file. comprehensive.tar.gz: $(TARGETS) $(EXTRADIST) $(RM) -r comprehensive @@ -290,7 +294,10 @@ comprehensive.tar.gz: $(TARGETS) $(EXTRADIST) mkdir comprehensive/source install -m 664 $(TARGETS_DIST) comprehensive install -m 664 $(TARGETS_SOURCE) $(EXTRADIST) comprehensive/source - cat symbols.tex | checksum > comprehensive/source/symbols.tex + cat symbols.tex | \ + perl -ne 's/(date\s*=\s*)\"[^\"]*\"/$$1\"$(TODAY)\"/; print' | \ + perl -ne 's/(time\s*=\s*)\"[^\"]*\"/$$1\"$(NOW)\"/; print' | \ + checksum > comprehensive/source/symbols.tex for fakes in MnSymbol fdsymbol boisik stix starfont ; do \ chmod 755 comprehensive/source/makefake$$fakes ; \ done diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/fakearcs.sty b/Master/texmf-dist/doc/latex/comprehensive/source/fakearcs.sty new file mode 100644 index 00000000000..692ae5a2a5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/comprehensive/source/fakearcs.sty @@ -0,0 +1,103 @@ +%% --------------------------------------------------------------------------- +%% This version of arcs.sty was hacked up to work around an incompatibility +%% between arcs and relsize. See Michael Sharpe's August 2013 posting to +%% the XeTeX list (http://tug.org/pipermail/xetex/2013-August/024674.html) +%% for details, but the patch is basically to replace \@gobbletwo with a +%% newly defined \@gobblethree. +%% --------------------------------------------------------------------------- + +%% +%% This is file `arcs.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% arcs.dtx (with options: `package') +%% +%% This is a generated file. +%% +%% Copyright 2004 Gianfranco Boggio-Togna +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions +%% of LaTeX version 1999/12/01 or later. +%% +\NeedsTeXFormat {LaTeX2e}[2003/12/01] +\ProvidesPackage {arcs}[2004/05/09] +\RequirePackage {relsize} +\long\def\@gobblethree#1#2#3{} +\newcommand{\overarc}[2][1]{\over@under@arc{#1}{#2}\z@} +\newcommand{\underarc}[2][1]{\over@under@arc{#1}{#2}\@ne} +\newcommand{\over@under@arc}[3]{% + \leavevmode + \hbox {% + \setbox\z@ = \hbox {#2}% + \ifdim \ht\z@ = \z@ % arc over/under space + \ifdim \dp\z@ = \z@ + \ht\z@ = 1ex\relax + \fi + \fi + \dimen@ = #1\wd\z@ + \begingroup + \let \rs@size@warning = \@gobblethree + \relsize{-10}% + \wd\@ne = \z@ + \@whiledim \wd\@ne < .95\dimen@ \do {% + \ifx \@currsize \Huge + \dimen@ = \z@ + \else + $% + \skip@ = \f@baselineskip + \fontencoding{OML}\fontfamily{cmm}\fontseries{m}% + \fontshape{it}\fontsize{\ssf@size}{\skip@}\selectfont + \global \setbox\@ne = \hbox {% + \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}% + \ifdim \wd\@ne < \dimen@ + \fontsize{\sf@size}{\skip@}\selectfont + \global \setbox\@ne = \hbox {% + \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}% + \ifdim \wd\@ne < \dimen@ + \fontsize{\tf@size}{\skip@}\selectfont + \global \setbox\@ne = \hbox {% + \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}% + \fi + \fi + $% + \fi + \ifdim \wd\@ne < \dimen@ + \relsize{+1}% + \fi + \global \dimen@i = \fontdimen5\the\font + }% + \endgroup + \ifnum #3 = \z@ + \dimen@ii = 1.067\ht\z@ + \global \divide \dimen@i by \tw@ + \global \advance \dimen@i by -\ht\@ne + \advance \dimen@ii by .6\dimen@i + \else + \dimen@ii = -1.05\ht\@ne + \advance \dimen@ii by -.75pt + \ifdim \dp\z@ > \z@ + \advance \dimen@ii by -\dp\z@ + \fi + \fi + \copy\z@ + \dimen@ = \wd\z@ + \advance \dimen@ by \wd\@ne + \kern -.5\dimen@ + \raisebox {\dimen@ii}[\z@][\z@]{\copy\@ne}% + \dimen@ = \wd\z@ + \advance \dimen@ by -\wd\@ne + \dimen@ = .5\dimen@ + \kern \dimen@ + }% +} +%% \Finale +\endinput +%% +%% End of file `arcs.sty'. diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/fakelatexsym.sty b/Master/texmf-dist/doc/latex/comprehensive/source/fakelatexsym.sty index 6c36765637d..9129e5bd01e 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/source/fakelatexsym.sty +++ b/Master/texmf-dist/doc/latex/comprehensive/source/fakelatexsym.sty @@ -3,7 +3,7 @@ % By Scott Pakin <scott+clsl@pakin.org> % ===================================== % -% We don't want to waste a precious math alphabets when loading the real +% We don't want to waste a precious math alphabet when loading the real % latexsym.sty. Hence, we simply define explicitly all of the symbols % as text symbols. @@ -15,7 +15,6 @@ } \usepackage{latexsym} \let\ProvidesPackage=\origProvidesPackage -\RequirePackage{amsmath} % Define all of the symbols explicitly. \newcommand{\fakelatexsym}[1]{\text{\usefont{U}{lasy}{m}{n}\char#1}} diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps b/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps index 7327650a0ab..1fe78a52d08 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps +++ b/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb.eps @@ -2,7 +2,7 @@ %%BoundingBox: -1 -37 180 259 %%HiResBoundingBox: -0.2 -36.06541 179.5271 258.43044 %%Creator: MetaPost 1.999 -%%CreationDate: 2015.11.03:1045 +%%CreationDate: 2015.11.12:1826 %%Pages: 1 %%DocumentResources: procset mpost-minimal %%+ font CMR17 diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb b/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb Binary files differindex 89be0687b03..076322d774f 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb +++ b/Master/texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb diff --git a/Master/texmf-dist/doc/latex/comprehensive/source/symbols.tex b/Master/texmf-dist/doc/latex/comprehensive/source/symbols.tex index 45bfc88bceb..a853c68ad5a 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/source/symbols.tex +++ b/Master/texmf-dist/doc/latex/comprehensive/source/symbols.tex @@ -1,11 +1,11 @@ %%% ==================================================================== %%% @LaTeX-file{ %%% author = "Scott Pakin", -%%% version = "12.0", -%%% date = "3 November 2015", -%%% time = "09:06:45 MST", +%%% version = "12.1", +%%% date = "12 November 2015", +%%% time = "18:28:08 MST", %%% filename = "symbols.tex", -%%% checksum = "57608 21241 67502 967429", +%%% checksum = "15298 21258 67603 968452", %%% email = "scott+clsl@pakin.org (Internet)", %%% codetable = "ISO/ASCII", %%% keywords = "symbols, LaTeX2e, typesetting, accents, @@ -74,7 +74,7 @@ \person{David}{Carlisle}, with several additional tables provided by \person{Alexander}{Holt}. See \vref{about-doc} for more information about who did what.}} -\date{3 November 2015} +\date{12 November 2015} \makeindex @@ -214,6 +214,9 @@ \DeclareRobustCommand{\xelatexInternal}{% \mbox{X\lower0.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\LaTeX}} \newcommand{\xelatex}{\xelatexInternal\index{XeLaTeX=\string\xelatexInternal}\xspace} +\DeclareRobustCommand{\xetexInternal}{% + \mbox{X\lower0.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\TeX}} +\newcommand{\xetex}{\xetexInternal\index{XeTeX=\string\xetexInternal}\xspace} \newcommand{\lualatex}{Lua\LaTeX\index{LuaLaTeX=Lua\string\LaTeX}\xspace} \newcommand{\italic}[1][italic]{#1\index{italic}} \newcommand{\TikZ}{\pkgname{TikZ}} @@ -1372,11 +1375,15 @@ {\PHAItrue\usepackage{phaistos}} {} +% The latest version of arcs, dated 2004/05/09, doesn't work with the +% latest version of relsize, dated 2013/03/29. We therefore load a +% version that was patched according to Michael Sharpe's suggestion +% (cf. http://tug.org/pipermail/xetex/2013-August/024674.html). \newif\ifARCS \newcommand\ARCS{\pkgname{arcs}} \IfStyFileExists{arcs} {\ARCStrue - \usepackage{arcs} + \fakeusepackage{arcs} \def\RSpercentTolerance{5} % Prevent \overarc and \underarc from hanging. } {} @@ -2204,7 +2211,7 @@ {\TGRKtrue \savesymbol{textmu} \usepackage{textgreek} - \restoresymbol{TGRK}{mu} + \restoresymbol{TGRK}{textmu} } {} @@ -4489,8 +4496,8 @@ such as punctuation marks, accents, ligatures, and currency symbols. \bigskip \begin{tablenote}[*] - Synonyms for \cmdI[\textmugreek]\textmu include - \cmdI[\textmugreek]\textmicro and \cmdI\textmugreek. + Synonyms for \cmdI[\textmugreek]\textmu\ include + \cmdI[\textmugreek]\textmicro\ and \cmdI\textmugreek. \end{tablenote} \bigskip @@ -5139,6 +5146,16 @@ such as punctuation marks, accents, ligatures, and currency symbols. The accents shown above scale only to a few characters wide. An optional macro argument alters the effective width of the accented characters. \seedocs{\ARCS}. + + At the time of this writing (2015/11/12), there exists an + incompatibility between the \ARCS\ package and the \pkgname{relsize} + package, upon which \ARCS\ depends. As a workaround, one should + apply the patch proposed by \person{Michael}{Sharpe} on the + \xetex\ mailing list (subject + ``\href{http://tug.org/pipermail/xetex/2013-August/024674.html}{The + arcs package}'', dated 2013/08/25) to prevent spurious text from + being added to the document (as in, ``5.0pt\overarc{A}'' when + ``\overarc{A}'' is expected). \end{tablenote} \end{symtable} @@ -5254,7 +5271,7 @@ such as punctuation marks, accents, ligatures, and currency symbols. \end{symtable} -\begin{symtable}{\MARV\ Diacritics} +\begin{symtable}[MARV]{\MARV\ Diacritics} \index{accents} \index{accents>macron=macron (\showmacron)} % "Generic" \label{marv-accent-chars} @@ -11568,7 +11585,7 @@ within subscripts and superscripts% \end{symtable} -\begin{symtable}{\BEGRIFF\ Begriffsschrift Symbols} +\begin{symtable}[BEGRIFF]{\BEGRIFF\ Begriffsschrift Symbols} \idxboth{Frege logic}{symbols} \idxboth{Begriffsschrift}{symbols} \label{begriff} @@ -11589,7 +11606,7 @@ within subscripts and superscripts% \end{symtable} -\begin{symtable}{\FREGE\ Begriffsschrift Symbols} +\begin{symtable}[FREGE]{\FREGE\ Begriffsschrift Symbols} \idxboth{Frege logic}{symbols} \idxboth{Begriffsschrift}{symbols} \label{frege} @@ -13213,7 +13230,7 @@ particular symbol. \end{symtable} -\begin{symtable}[AREV]{\FNTAWE\ Pencils} +\begin{symtable}[FNTAWE]{\FNTAWE\ Pencils} \index{pencils} \label{fontawesome-pencils} \begin{tabular}{*3{ll}} diff --git a/Master/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf b/Master/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf Binary files differindex ba54c68e06e..6bf1e9ae52b 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf +++ b/Master/texmf-dist/doc/latex/comprehensive/symbols-a4.pdf diff --git a/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf b/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf Binary files differindex 23aa00cbc63..ff37f5c47cf 100644 --- a/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf +++ b/Master/texmf-dist/doc/latex/comprehensive/symbols-letter.pdf |