diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-06 23:59:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-06 23:59:19 +0000 |
commit | 96431979a0d1783ebec6dfca9c9e871840dcfc38 (patch) | |
tree | aed50e5e4dca90229245e0e8578cb4ae364bfb4b /Master/texmf-dist/doc/fonts | |
parent | d21204a2ce704e9424d40ae1499e388c8dff4086 (diff) |
lm-math (6feb13)
git-svn-id: svn://tug.org/texlive/trunk@29044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
18 files changed, 70 insertions, 71 deletions
diff --git a/Master/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt b/Master/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt index 5703d701596..b8ec614e694 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt +++ b/Master/texmf-dist/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt @@ -4,10 +4,10 @@ Font: Latin Modern Math Authors: Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski -Version: 1.950 -Date: 11 X 2012 +Version: 1.958 +Date: 14 I 2013 -Copyright 2012 for TeX Gyre math extensions by B. Jackowski, +Copyright 2012--2013 for TeX Gyre math extensions by B. Jackowski, P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). This work can be freely used and distributed under @@ -32,26 +32,26 @@ restrictions. 1.1 OTF menu names Latin Modern Math - LModernMath-Regular + LatinModernMath-Regular 2. Files whose names should be changed in derived works as requested by clause 1 of GUST-FONT-LICENSE.txt - 2.1 otf/texgyretermes-math.otf + 2.1 otf/latinmodern-math.otf 2.2 doc/MANIFEST-Latin-Modern-Math.txt doc/README-Latin-Modern-Math.txt doc/presentation-lmodern_math.pdf doc/math-test.tex doc/math-test-context.tex - doc/test-context-lmodern_math.pdf - doc/test-context-lmodern_math.tex - doc/test-lualatex-lmodern_math.pdf - doc/test-lualatex-lmodern_math.tex - doc/test-xelatex-lmodern_math.pdf - doc/test-xelatex-lmodern_math.tex - doc/test-word-tg_lmodern_math.docx - doc/test-word-tg_lmodern_math.pdf + doc/test-context-latinmodern_math.pdf + doc/test-context-latinmodern_math.tex + doc/test-lualatex-latinmodern_math.pdf + doc/test-lualatex-latinmodern_math.tex + doc/test-xelatex-latinmodern_math.pdf + doc/test-xelatex-latinmodern_math.tex + doc/test-word-tg_latinmodern_math.docx + doc/test-word-tg_latinmodern_math.pdf 3. Files whose names need not be changed in derived works as requested by clause 1 of GUST-FONT-LICENSE.txt diff --git a/Master/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt b/Master/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt index 43b274a0f17..6697b5d9fdb 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt +++ b/Master/texmf-dist/doc/fonts/lm-math/README-Latin-Modern-Math.txt @@ -4,11 +4,11 @@ Font: Latin Modern Math Authors: Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski -Version: 1.950 -Date: 11 X 2012 +Version: 1.958 +Date: 14 I 2013 License: - % Copyright 2012 for the Latin Modern math extensions by B. Jackowski, + % Copyright 2012--2013 for the Latin Modern math extensions by B. Jackowski, % P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). % % This work can be freely used and distributed under @@ -36,10 +36,10 @@ for Math Processing". Moreover, they should contain a broad collection of special characters (see "Draft Unicode Technical Report #25. UNICODE SUPPORT FOR MATHEMATICS" by Barbara Beeton, Asmus Freytag, and Murray Sargent III). In particular, math OTF fonts are expected -to contain the following scripts: a basic serif font (regular, bold, -italic and bold italic), a calligraphic font (regular and bold), -a double-struck font, a fraktur font (regular and bold), a sans-serif -font (regular, bold, oblique and regular oblique), and a monospaced font. +to contain the following scripts: a basic serif script (regular, bold, +italic and bold italic), a calligraphic script (regular and bold), +a double-struck script, a fraktur script (regular and bold), a sans-serif +script (regular, bold, oblique and bold oblique), and a monospaced script. The basic script is, obviously, Latin Modern. Some scripts, however, are borrowed from other fonts (the current selection, however, may diff --git a/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex b/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex index 91284ab06c1..187b5f76b13 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex +++ b/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex @@ -1,7 +1,11 @@ \startformula + \let\widehat\hat % will be fixed in Context + \let\widetilde\tilde \widehat{bcd} \ \widetilde{efg} \ \dot A \ {\bi\dot A \check t} - \ \check{\cal A} \check{\cal a} \ \mathbf{\acute \imath} + \ \check{\cal A} + % \check{\cal a}% at the moment, there is no lowercase calligraphic alphabet in Latin Modern Math + \ \mathbf{\acute \imath} \stopformula %Angle brackets: @@ -16,11 +20,9 @@ \stopformula %%Horizontal brackets: -\let\overbracket\overbrace -\let\overparen\overbrace \startformula \underbrace{\overbracket{aaaaaaa}}_{\rm Siedém} - \underbrace{\overparen{aaaaa}}_{\rm pięć} + \underbrace{\overparent{aaaaa}}_{\rm pięć} \stopformula %Squares: diff --git a/Master/texmf-dist/doc/fonts/lm-math/math-test.tex b/Master/texmf-dist/doc/fonts/lm-math/math-test.tex index 8fac66bb174..248454b051f 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/math-test.tex +++ b/Master/texmf-dist/doc/fonts/lm-math/math-test.tex @@ -3,7 +3,9 @@ %Accents: \begin{displaymath} \widehat{bcd} \ \widetilde{efg} \ \dot A \ \mathbf{\dot A \check t} - \ \check{\mathcal{A}} \check{\mathcal{a}} \ \mathbf{\acute \imath} + \ \check{\mathcal{A}} + % \check{\cal a}% at the moment, there is no lowercase calligraphic alphabet in Latin Modern Math + \ \mathbf{\acute \imath} \end{displaymath} %Angle brackets: @@ -60,4 +62,4 @@ x^{\alpha} e^{\beta x^{\gamma} e^{\delta x^{\epsilon}}} &=& \sqrt{\pi} \end{eqnarray*} -\endinput
\ No newline at end of file +\endinput diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.pdf Binary files differnew file mode 100644 index 00000000000..9d7058e28dd --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.pdf diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-context-lmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.tex index 52d8490f792..d47ee95cbf6 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/test-context-lmodern_math.tex +++ b/Master/texmf-dist/doc/fonts/lm-math/test-context-latinmodern_math.tex @@ -1,6 +1,7 @@ +%% This is a test file for ConTeXt \starttypescript [math][lmodern,modern][all] - \definefontsynonym[MathRoman][file:lmmath-1950.otf][features=math\mathsizesuffix] + \definefontsynonym[MathRoman][file:latinmodern-math.otf][features=math\mathsizesuffix] \stoptypescript \setupbodyfont[modern] diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-context-lmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-context-lmodern_math.pdf Binary files differdeleted file mode 100644 index b5e8e15be3e..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-context-lmodern_math.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf Binary files differnew file mode 100644 index 00000000000..fca53784085 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex new file mode 100644 index 00000000000..be65140041d --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex @@ -0,0 +1,19 @@ +%% This is a test file for LaTeX/Unicode-Math for both LuaLaTeX and XeLaTeX + +\documentclass[12pt,a4paper]{article} + +\usepackage{amsmath}[2000/07/18] %% Displayed equations +\usepackage{amssymb}[2002/01/22] %% and additional symbols + +\usepackage{fontspec} +\setromanfont[Ligatures=TeX]{Latin Modern Roman} +\usepackage{unicode-math} + +\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math} + +\begin{document} + +\input math-test.tex + +\end{document} + diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.pdf Binary files differdeleted file mode 100644 index d475c9b6f2b..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.tex deleted file mode 100644 index 186986f28aa..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-lualatex-lmodern_math.tex +++ /dev/null @@ -1,22 +0,0 @@ -\documentclass[12pt,a4paper]{article} - -\usepackage{amsmath}[2000/07/18] %% Displayed equations -\usepackage{amssymb}[2002/01/22] %% and additional symbols - -\usepackage{fontspec} -\setromanfont[Ligatures=TeX]{Latin Modern Roman} -\usepackage{unicode-math} - -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Pagella Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Termes Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Asana Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Cambria Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{XITS Math} -\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math} - -\begin{document} - -\input math-test.tex - -\end{document} - diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-word-lmodern_math.docx b/Master/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.docx Binary files differindex a2fd75dc43e..3570050951b 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/test-word-lmodern_math.docx +++ b/Master/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.docx diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.pdf Binary files differnew file mode 100644 index 00000000000..bfd5a7a4a5d --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-word-latinmodern_math.pdf diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-word-lmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-word-lmodern_math.pdf Binary files differdeleted file mode 100644 index f057d3b2728..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-word-lmodern_math.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf Binary files differnew file mode 100644 index 00000000000..610b4e8791a --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex new file mode 100644 index 00000000000..be65140041d --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex @@ -0,0 +1,19 @@ +%% This is a test file for LaTeX/Unicode-Math for both LuaLaTeX and XeLaTeX + +\documentclass[12pt,a4paper]{article} + +\usepackage{amsmath}[2000/07/18] %% Displayed equations +\usepackage{amssymb}[2002/01/22] %% and additional symbols + +\usepackage{fontspec} +\setromanfont[Ligatures=TeX]{Latin Modern Roman} +\usepackage{unicode-math} + +\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math} + +\begin{document} + +\input math-test.tex + +\end{document} + diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.pdf b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.pdf Binary files differdeleted file mode 100644 index 6918a3a8e61..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex b/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex deleted file mode 100644 index c5937b16b7e..00000000000 --- a/Master/texmf-dist/doc/fonts/lm-math/test-xelatex-lmodern_math.tex +++ /dev/null @@ -1,22 +0,0 @@ -\documentclass[12pt,a4paper]{article} - -\usepackage{amsmath}[2000/07/18] %% Displayed equations -\usepackage{amssymb}[2002/01/22] %% and additional symbols - -\usepackage{fontspec} -\setromanfont[Ligatures=TeX]{Latin Modern Math} -\usepackage{unicode-math} - -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Termes Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{TG Pagella Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Asana Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Cambria Math} -% \setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{XITS Math} -\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math} - -\begin{document} - -\input math-test.tex - -\end{document} - |