David Seus
055bd54a84
Merge branch 'master' into PR6-explanations-for-colors-and-orphaned-sections
2021-04-29 20:17:24 +02:00
David Seus
19c48f47d2
resolve gitignore
2021-04-29 19:58:59 +02:00
Stefan Sundin
e543cd7976
Remove www from Twitter, GitHub, GitLab, and BitBucket domain names. ( #44 )
2021-03-29 08:58:26 +02:00
msharp1
2630a79fec
Fix compilation error with banking style ( #41 )
...
It fix the bug that already exists in upstream : https://github.com/xdanaux/moderncv/issues/98
2021-02-28 15:29:31 +01:00
David
8df99680ec
refine color section
2021-02-18 17:34:52 +01:00
David
a3dce3562c
clean up old sections
2021-02-18 17:19:40 +01:00
David
8788c36bc4
explain orphaned section problem
2021-02-18 16:31:05 +01:00
David
e0cf13062a
add color explanation section
2021-02-18 16:17:30 +01:00
Mark E. Fuller
09d62474db
delete synctex.gz
2021-02-10 10:39:44 +01:00
Mark E. Fuller
8408c353de
add birthdate field to template
2021-02-10 10:35:37 +01:00
Mark E. Fuller
2de5e9f825
Merge branch 'tvalimaki-birthday'
...
Merge birthdate field
2021-02-10 10:05:32 +01:00
Mark E. Fuller
a4a2062ac9
Merge branch 'birthday' of https://github.com/tvalimaki/moderncv into tvalimaki-birthday
2021-02-10 10:03:43 +01:00
Stephan Lachnit
51e77f8564
run workflow on PRs
...
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-02-07 13:50:22 +01:00
Mark E Fuller
74d672dec0
add WhatsApp, Signal, Matrix social, WhatsApp icon ( #37 )
2021-02-07 13:43:50 +01:00
David
1a4d483275
add fix orphaned section notice to changelog
2021-01-29 14:26:51 +01:00
David
377e4e3852
add explanation on how to use babel to guide
2021-01-29 14:21:13 +01:00
David
3b40d96d27
Merge branch 'orphaned_section_fix' into update_documentation
...
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).
2021-01-29 12:16:00 +01:00
David
62e3debc6a
set default stretchability to 0.9\baselineskip
2021-01-29 12:15:35 +01:00
David
bd7a1ecb7a
introduce \cvsectionstretchability and \cvsubsectionstretchability
2021-01-27 20:30:38 +01:00
David
499b0cac28
adjust spacing.
2021-01-27 18:12:35 +01:00
David
2e06ec3718
fix orphaned section headers (needs testing). Closes #10 .
2021-01-27 15:33:21 +01:00
David
23f9f505d0
add bugs to known_bugs
2021-01-27 14:56:00 +01:00
David
f7c8abf6d2
make colors user adjustable. expose hidden options.
...
- 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.
2021-01-26 23:53:40 +01:00
David
61e915ff45
explain previously hidden options for casual style
2021-01-26 18:51:38 +01:00
David
87a6283824
make hidden head options available
...
casual style: make the head options 'alternate', 'details' and
'nodetails' available to the user. (previously they were hidden).
2021-01-26 18:40:59 +01:00
David
4768a0352c
Merge branch 'master' into update_documentation
...
merge the merged bugfixes with documentation branch
2021-01-26 16:08:19 +01:00
David
2e8d94aa1e
Merge remote-tracking branch 'upstream/master'
...
sync merged bugfixes from moderncv/moderncv
2021-01-26 16:01:28 +01:00
David
35b229994f
make userguide both compilable with make and from the file in the manual/ directory
2021-01-26 16:00:33 +01:00
David
65b82c6ad2
update package list with skillmatrix packages
2021-01-26 15:59:53 +01:00
David
904b890a88
add python script to include known bugs into user guide
2021-01-26 15:36:24 +01:00
David Seus
35138209d3
Bugfixes, improvements and new symbols/nosymbols option for all styles ( #34 )
...
* 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.
2021-01-26 12:57:04 +01:00
David
e931928c40
fix formulations and typos
2021-01-25 23:06:58 +01:00
David
35e81f94e9
add version information in title
2021-01-25 22:58:55 +01:00
David
a2ec1ecd06
update readme. include automatic version in title of user guide
2021-01-25 22:56:12 +01:00
David
fe4d968e2c
add section explaining how to adjust symbols and itemize lables
2021-01-25 22:24:11 +01:00
David
c4a26684de
fix depricated comment explaining usage of \cvlistitem and \cvlistdoubleitem
2021-01-25 22:23:40 +01:00
David
82992f3dbf
start section on fine tuning styles
2021-01-25 11:24:54 +01:00
David
2a5a649f29
explain how to build template in a certain style
2021-01-24 13:40:55 +01:00
David
15369f5f43
make template rule aware of STYLE variable
2021-01-24 13:33:03 +01:00
David
f7cd49e4e8
blacklist *.gz and *.toc files
2021-01-24 13:32:43 +01:00
David Seus
31e6dbcca5
Update README.md
...
Discribe the make file rules and provide getting started information
2021-01-24 02:33:21 +01:00
David
9cb3fd53d0
remove pdfs completely from repo
...
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
2021-01-23 23:15:59 +01:00
David
cb583105c8
add Makefile to automate templete building and releases
2021-01-23 23:08:46 +01:00
David
c62a4898e7
add version information to template and userguide
2021-01-23 21:40:43 +01:00
David
ce218e8a2b
merge master
2021-01-22 21:28:12 +01:00
David
b20c500132
Merge remote-tracking branch 'upstream/master'
...
sync with moderncv/moderncv
2021-01-22 16:22:31 +01:00
David Seus
caa0cb8dbf
Do not use inputenc when not using pdflatex, don't include lmodern by default ( #33 )
v2.1.0
2021-01-22 16:19:45 +01:00
Stephan Lachnit
4387015f7b
Update changelog for v2.1.0
...
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-01-22 16:01:58 +01:00
David
13ec20c9bf
Merge remote-tracking branch 'upstream/master'
...
This merge incorporates the new skillmatrix feature into the code base.
Yay!
2021-01-22 15:54:54 +01:00
Stephan Lachnit
b2c6a02efa
Prettier template
...
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-01-22 15:48:52 +01:00