diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex b/Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex index 8ea34f6f771..d9f40da0a80 100644 --- a/Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex +++ b/Master/texmf-dist/doc/latex/chemgreek/chemgreek_en.tex @@ -56,7 +56,7 @@ renewchemgreekmapping, selectchemgreekmapping } , - index-setup = { level = \section , headers={\indexname}{\indexname} } + index-setup = { level = \section , headers={\indexname}{\indexname} , noclearpage } } \usepackage{array,booktabs} @@ -271,7 +271,7 @@ uppercase name of the Greek letter. The default mapping is -- as you can probably see -- \emph{not an upright one}. This is because \chemgreek{} will not make any choice for a specific -package but let's the user (or another package) choose. \chemgreek\ however +package but lets the user (or another package) choose. \chemgreek\ however recognizes if \emph{an unambiguous choice} for one of the upright mappings is possible and if it is will select the appropriate mapping at begin document. @@ -355,10 +355,10 @@ Since the \code{fontspec} mapping is a little bit different than the others I'd like to show a little example for it. The difference is subtle: you need to choose a font containing the needed glyphs. -\begin{example}[compile,program=lualatex,runs=1,add-frame=false] +\begin{example}[compile,program=xelatex,runs=1,add-frame=false] \documentclass[margin=3pt]{standalone} \usepackage{fontspec} - \setmainfont{Linux Libertine O}% need a font that has the glyphs! + \setmainfont{LinLibertine_R.otf}% need a font that has the glyphs! \usepackage{chemgreek} \selectchemgreekmapping{fontspec} \begin{document} |