diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/maths-symbols')
-rw-r--r-- | Master/texmf-dist/doc/latex/maths-symbols/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.pdf | bin | 123654 -> 243493 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.tex (renamed from Master/texmf-dist/doc/latex/maths-symbols/symbols.tex) | 9 |
3 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/maths-symbols/README b/Master/texmf-dist/doc/latex/maths-symbols/README index 29fd33a289b..99be4ee0801 100644 --- a/Master/texmf-dist/doc/latex/maths-symbols/README +++ b/Master/texmf-dist/doc/latex/maths-symbols/README @@ -2,7 +2,7 @@ maths-symbols – Summary of mathematical symbols available in LaTeX -symbols.tex (David Carlisle) +maths-symbols.tex (David Carlisle) (formerly symbols.tex) A predecessor of the comprehensive symbols list, covering mathematical symbols available in standard LaTeX (including the AMS symbols, if available at compile time). @@ -12,3 +12,6 @@ A development, with examples, of an answer in the UK TeX FAQ, showing the Script or Caligraphic fonts generally available to the user of LaTeX at the time this file was written. + + + diff --git a/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.pdf b/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.pdf Binary files differindex 08e14239376..800123a2f92 100644 --- a/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.pdf +++ b/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.pdf diff --git a/Master/texmf-dist/doc/latex/maths-symbols/symbols.tex b/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.tex index 55eff0a580c..e524bd20c25 100644 --- a/Master/texmf-dist/doc/latex/maths-symbols/symbols.tex +++ b/Master/texmf-dist/doc/latex/maths-symbols/maths-symbols.tex @@ -1,4 +1,4 @@ -%%% symbols.tex version 3.3 +%%% maths-symbols.tex version 3.4 (was symbols.tex) %%% %%% List of maths symbols. %%% @@ -19,7 +19,12 @@ \NeedsTeXFormat{LaTeX2e} -\documentclass{article} +\documentclass[a4paper]{article} + +\ifx\pdfpagewidth\undefined\else + \pdfpagewidth=\paperwidth + \pdfpageheight=\paperheight +\fi \newif\ifAMS \IfFileExists{amssymb.sty} |