From 6f18e08e74ae4ec416c093c75d33a21c51c02061 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Sep 2021 20:42:01 +0000 Subject: ejpecp (8sep21) git-svn-id: svn://tug.org/texlive/trunk@60454 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ejpecp/README.md | 36 ++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf | Bin 183645 -> 105240 bytes 2 files changed, 36 insertions(+) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/ejpecp/README.md b/Master/texmf-dist/doc/latex/ejpecp/README.md index f893ab593cd..7f350b041ee 100644 --- a/Master/texmf-dist/doc/latex/ejpecp/README.md +++ b/Master/texmf-dist/doc/latex/ejpecp/README.md @@ -57,6 +57,40 @@ electronic journals are https://imstat.org/journals-and-publications/electronic- `microtype`, `afterpackage`. It was also successfully tested with the next generation engine `lualatex`. +## TROUBLESHOOTING + +- If You get an error after compilation (e.g. in MiKTeX v2.9): + + ! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts. + + Try one of the following: + + 1. Add _Latin Modern_ font loading lines before the document class line: + + \RequirePackage{lmodern} + \RequirePackage[T1]{fontenc} + \documentclass[EJP]{ejpecp} + + It will change bitmap _Computer Modern_ fonts with scalable _Latin Modern_ fonts. + + 2. If 1st step does not solve the problem, then use `nofontexpansion` option: + + \documentclass[nofontexpansion,EJP]{ejpecp} + + It will turn off font expansion feature of `microtype` package. + + **No worries**: font expansion will still be used at production stage. + +- If _Bitstream Vera_ font (i.e. `bera` package) is not available in Your TeX distribution, use `nobera` class option and add alternative main document font: + + \documentclass[nobera,EJP]{ejpecp} + \usepackage{mathptmx}% URW Nimbus Roman + \usepackage[T1]{fontenc} + + Some suggestions can be found here: https://www.tug.org/FontCatalogue/seriffonts.html + + **No worries**: `bera` package will still be used at production stage. + ## LATEST VERSION The latest version is on the CTAN at: @@ -67,6 +101,8 @@ https://github.com/vtex-soft/texsupport.ims-ejpecp ## CHANGELOG +- 2021/09/07 v1.11.2 + - Added `nobera` and `nofontexpansion` options - 2021/08/17 v1.11.1 - Removed dependency on `lastpage` package - 2021/04/20 v1.11.0 diff --git a/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf b/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf index f55a7f9df9c..47f1bb8d656 100644 Binary files a/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf and b/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf differ -- cgit v1.2.3