Skip to content

Commit

Permalink
Update README and add warning for required LaTex engines (xdanaux#77)
Browse files Browse the repository at this point in the history
* Update README.md for required LaTex engines
* Describes which engines fully work with the package and why.
* Add warning if xetex/luatex is not used
  • Loading branch information
ShadowMitia authored Nov 10, 2021
1 parent 737b05c commit 8ceeb27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Most commands are defined in such a way that arguments are optional.

Until a decent manual is written, one can always look in the `template.tex` file for an example. It can be compiled to pdf via `latexmk -pdf ./template.tex`.

`moderncv` requires to be compiled with a Xe(La)TeX or Lua(La)TeX engine because it relies on [`academicons`]-https://ctan.org/tex-archive/fonts/academicons).

## Licence
moderncv is licensed under the [LPPL-1.3c](https://spdx.org/licenses/LPPL-1.3c.html).

Expand Down
1 change: 1 addition & 0 deletions moderncv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
\xetexorluatextrue
\else
\xetexorluatexfalse
\ClassWarningNoLine{moderncv}{"academicons requires xetex/luatex to work. Not all social icons might work properly."}
\fi
\fi

Expand Down

0 comments on commit 8ceeb27

Please sign in to comment.