partially fix orphaned section problem by introducing stretchability for
both \section and \subsection commands individually.
Does not solve orphaned \section if \section{}\subsection{} are used
immedialtelly one after the other. This situation is better solved by
a \newpage command in my opinion instead of increasing the
stretchability for all \section commands by default, leading to possible
waste of space (and odd looking large spaces at end of pages).
- Systematize colors and make them user adjustable. See documentation for details.
this requires the \moderncvcolor to be issued BEFORE \moderncvstyle.
- all styles: make the head options 'details' and 'nodetails' available to the user.
(previously they were hidden). Olystyle does not respond too well to nodetails.
* fix Researcher ID (still) doesn't display Issue #29.
* make options 'symbols' and 'nosymbols' available to all styles to toggle whether symbols should be used or not. Include symbols in oldstyle by default.
* migrate older newcommand syntax in moderncvcollection.sty to the xparse syntax.
* Fix resumé typo in template. Is now résumé.
* remove loading lmodern fonts in all styles as they can produce issues with german characters, see https://tex.stackexchange.com/questions/496630/lualatex-problems-with-german-characters.
* remove loading inputenc package by default. Only load the package when pdflatex is used.
due to the new Makefile the pdf files have become obsolete in the repo.
The new release rule of the make file creates all templates and the user
guide and includes them into the tarball.
In this way even users for which the linux based Makefile does not work
can download precompiled examples and and the manual
Userguide v2 was never, the old one was deleted. It is still out of date and currently doesn't even build.
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>