summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lgrmath
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lgrmath')
-rw-r--r--Master/texmf-dist/doc/latex/lgrmath/README48
-rw-r--r--Master/texmf-dist/doc/latex/lgrmath/lgrmath.pdfbin0 -> 125218 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lgrmath/lgrmath.tex25
3 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lgrmath/README b/Master/texmf-dist/doc/latex/lgrmath/README
new file mode 100644
index 00000000000..ed0eeadaf9b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lgrmath/README
@@ -0,0 +1,48 @@
+ +-------------------------------------------------------+
+ + lgrmath +
+ + Greek letters in math mode from +
+ + any LGR-encoded font +
+ + https://github.com/jfbu/lgrmath +
+ +-------------------------------------------------------+
+
+ This is the README file for the LaTeX2e package
+ `lgrmath', version 1.0 of 2022/11/16.
+
+ Copyright (C) 2022 Jean-François Burnol
+
+ This Work may be distributed and/or modified
+ under the conditions of the LaTeX Project Public License,
+ version 1.3c. The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of
+ LaTeX version 2003/12/01 or later.
+
+ This Work includes lgrmath.sty, the documentation
+ lgrmath.pdf, this README and the source lgrmath.dtx.
+
+With \usepackage[font=<name>]{lgrmath} the Greek letters in math
+mode will be from the given font name, assumed to exist on the
+LaTeX installation in LGR encoding for traditional LaTeX/pdfLaTeX.
+
+The shape of the Greek letters are configured via package
+options, and they also come in \...up and \...it variants.
+
+Manual installation:
+--------------------
+
+Execute This creates
+
+ etex lgrmath.dtx lgrmath.sty
+ lgrmath.tex
+
+The first one is the package file. The second one is for
+building the PDF documentation. To do the latter:
+
+ latexmk lgrmath.tex
+ dvipdfmx lgrmath.dvi
+
+The PDF documentation then includes the commented source code.
+
+It is possible to run latex + dvipdfmx, pdflatex, lualatex, or
+xelatex directly on lgrmath.dtx rather than on lgrmath.tex.
+The PDF will then not include the commented source code.
diff --git a/Master/texmf-dist/doc/latex/lgrmath/lgrmath.pdf b/Master/texmf-dist/doc/latex/lgrmath/lgrmath.pdf
new file mode 100644
index 00000000000..e5c483014fd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lgrmath/lgrmath.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lgrmath/lgrmath.tex b/Master/texmf-dist/doc/latex/lgrmath/lgrmath.tex
new file mode 100644
index 00000000000..2865e3fbc03
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lgrmath/lgrmath.tex
@@ -0,0 +1,25 @@
+\def\lgrmathversion{1.0}
+\def\lgrmathdate{2022/11/16}
+%% This is a generated file. Run latexmk on this file lgrmath.tex then
+%% run dvipdfmx on lgrmath.dvi to produce the documentation lgrmath.pdf,
+%% with the package source code included.
+%%
+%% Customize as desired the class options and the two toggles below.
+%%
+%% See lgrmath.dtx for the copyright and the conditions for distribution
+%% and/or modification of this Work.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesFile{lgrmath.tex}%
+[\lgrmathdate\space v\lgrmathversion\space
+ driver file for lgrmath documentation (JFB)]%
+\PassOptionsToClass{a4paper,fontsize=11pt}{scrartcl}
+\chardef\Withdvipdfmx \ifdefined\pdfoutput\ifnum\pdfoutput>0 0\else1\fi\else0\fi\relax
+\chardef\NoSourceCode 0 % replace 0<space> by 1<space> for no source code
+\input lgrmath.dtx
+%%% Local Variables:
+%%% mode: latex
+%%% End:
+\endinput
+%%
+%% End of file `lgrmath.tex'.