Commit graph

275 commits

Author SHA1 Message Date
daniel
beb45fb23a
documentation paragraph for contemporary style, ignoring .toc in git (#187)
Co-authored-by: LLdaniel <daniel.adlkofer2@freenet.de>
2024-05-10 16:56:23 +02:00
Mark E Fuller
b15f06573e
make hidden head options available (#150)
add '(no)details' option to head in all styles, plus 'alternate' in casual

Co-authored-by: David <forenkram@gmx.de>
2024-05-08 18:48:05 +02:00
Javier Lopez-Gomez
5353471fce [contemporary] Fix social icons appering in the header 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
02a928723b [contemporary] Properly support skill matrix 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
d0a5ff550e [moderncvskillmatrix] Support the circle option 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
b5d6a6e79f [contemporary] Properly support qr and noqr options 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
1ac6c08efa Update template.tex 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
fd3bf93f9a [contemporary] Support subject and signature in cover letter 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
c41143a10d [contemporary] Update body style 6
* Provide initial body style for the `contemporary` theme
2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
66e2655b7c Initial implementation of a vertical timeline 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
8b74bf12f2 [contemporary] Update head style 7
* Provide initial header style used by the `contemporary` theme.
2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
d85c39d150 Add new cerulean color theme 2024-05-07 11:43:20 +02:00
Javier Lopez-Gomez
d13f919b8d Fork moderncvstylecontemporary.sty from the classic style 2024-05-07 11:43:20 +02:00
Mark E Fuller
08371bb3e2
make colors user adjustable. (#151)
* make colors user adjustable.
- Systematize colors and make them user adjustable. See documentation for details.
  this requires the \moderncvcolor to be issued BEFORE \moderncvstyle.

* fix missing characters for fancy style

* manually copied the current version user guide form master

---------

Co-authored-by: David <forenkram@gmx.de>
Co-authored-by: LLdaniel <daniel.adlkofer2@freenet.de>
Co-authored-by: daniel <41345639+LLdaniel@users.noreply.github.com>
2024-05-04 14:08:51 +02:00
nathan musoke
493742be62
Add \social options: arXiv, INSPIRE (#185)
* Add \social options: arXiv, INSPIRE

https://arxiv.org/ and https://inspirehep.net/ are websites on which
academics often have profiles that would be linked in a CV (particularly
physics and related fields).

Add social options through the academicons font.

* fixup arxiv and inspirehep socials

* fixup arxiv and inspire-hep socials
2024-05-02 19:46:38 +02:00
ec-d
74e61f8ddf
Use page number font when setting page number width (#179) 2024-05-02 19:45:44 +02:00
Tianyi Zheng
f1fa580842
Update user guide (#169)
* Rebase user guide additions onto master

Squash commits for adding user guide (#58)

merge typo fixes from github.com/ig0774/moderncv

set document encoding to utf8

move to inputenx package, remove pdflatex specific configurations to make everything compilable with lualatex

get documentation compilable with xelatex

get rough structure down and write how to read this manual

finish getting started section and give template description its own section

modify introduction to section two

get basic setup section done

add section on editing personal data

adjust code indendation of listings. Get rid of obsolete examples

rename some of the section headings to make them more consistent.

fix some typos

add version information to template and userguide

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

start section on fine tuning styles

fix depricated comment explaining usage of \cvlistitem and \cvlistdoubleitem

add section explaining how to adjust symbols and itemize lables

add version information in title

fix formulations and typos

update package list with skillmatrix packages

explain previously hidden options for casual style

add bugs to known_bugs

add explanation on how to use babel to guide

add color explanation section

explain orphaned section problem

clean up old sections

refine color section

add macro descriptions of templates to user guide

add instructions how to add signature and subject

fix typo in changelog

add missing social links in section describing personal data

add missing social links in section describing how to change symbols

first user guide version

update README to latest local version

fix(moderncvheadiii.sty): remove /null at the end of the address header. (#60)

This removes the unnecesary newline there.

Move space after title into conditional

Don't break the title and quote formatting

Correct font loading

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

Remove baseurl in hyperref

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

Fix footskip for fancyhdr in template

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

Remove dot in cventry

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

CI: don't update sources

This only takes time and there aren't any relevant updates for us anyway.

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

CI: scan for horizontal and vertical bad boxes

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

Release v2.2.0

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>

Mimic previous fontawesome look with fontawesome5 (#70)

See: https://github.com/moderncv/moderncv/issues/67

* Fix compile errors and warnings in user guide

* Remove trailing whitespace

* Overhaul README
Restructure README to remove references to the non-existent makefile

* Clean up user guide
- Fixes for spelling, wording, grammar, formatting, etc.
- Minor refactoring for code consistency

* Remove non-existent examples directory from gitignore

* Fix a space before a comma

* Update user guide PDF

* Cleaned up formatting and rewrote some sections

* Update changelog

Update changelog with changes made by all PRs merged since the last
tagged version, except for those invisible to the end user (changes to
CI workflow, changes overwritten by newer PRs, etc.)

Fixed formatting in changelog to be more consistent

Fixed grammar and punctuation in changelog

---------

Co-authored-by: David <forenkram@gmx.de>
2024-04-17 22:29:57 +02:00
Tianyi Zheng
f3dd14ff62
Remove trailing whitespace (#167)
Remove more trailing whitespace

Remove even more trailing whitespace
2023-06-04 13:26:38 +03:00
Tianyi Zheng
edc3e409cf
Fix Underfull \hbox (badness 10000) warning in \makecvtitle (#162)
* Fix underfull \hbox warning in classic style

* Fix underfull \hbox warning in casual style

* Fix underfull \hbox warning in banking style

* Fix underfull \hbox warning in fancy style
2023-06-04 13:22:34 +03:00
Tianyi Zheng
6e315221ce Update GitHub actions
Update actions/checkout and actions/upload-artifact from v2 to v3

The v2 versions were Node.js 12 actions, which have been depreciated in favor of Node.js 16 actions
2023-05-22 14:40:23 +02:00
Tianyi Zheng
876d7884f2
Remove extraneous academicons warning (#161)
Remove academicons warning in moderncviconssymbols.sty with a log message
2023-05-11 01:20:58 +03:00
Joel Ong
d5ffdb5a80 do not hyperlink pageref to last page 2023-05-09 11:38:26 +03:00
Guillaume Paumier
79cf3191f6 fixes and typos 2023-05-09 11:29:15 +03:00
daniel
1d31d8b8dd uncomment signature 2023-05-09 11:27:51 +03:00
LLdaniel
afc08b8a6c make the signature optional and available in all styles 2023-05-09 11:27:51 +03:00
LLdaniel
63ec92f670 proposal for adding a signature to cover letter 2023-05-09 11:27:51 +03:00
Ingemar Berg
fa3ebb6b48 Add URL encoding to links containing non-ASCII characters 2023-03-31 22:29:52 +02:00
Ingemar Berg
853e216435 Add option to force HTTP to homepage 2023-03-09 00:00:08 +02:00
Stephan Lachnit
ab6f21433c CI: use thomasweise/docker-texlive-full
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2023-03-03 16:26:35 +02:00
Fabrice Le Goff
dbb2f13a3e add option to classic style to align header elements to the top 2023-01-27 11:57:14 +02:00
Mark Edward Fuller
1e320e465f replace cv header on cover letter with classic/fancy sender block 2023-01-24 22:42:53 +02:00
Thom Wiggers
1ef08da210 Avoid conflicts with hyperref includes by other packages
Pass the `unicode` option through `PassOptionsToPackage` instead of directly specifying it to `RequirePackage`.
2023-01-22 11:06:08 +02:00
Johannes Ranke
d8bc48733c Add the possibility to add a subject line in the letter
This is the suggestion given by Matthias Baur on launchpad
https://answers.launchpad.net/moderncv/+question/222784 in comment 12
Closes #113

I included small layout tweaks in the different moderncvhead variants.
2022-11-01 18:53:18 +02:00
WEN Hao
133c0dff92 update the color theme sty files using commons/colors.tex 2022-11-01 18:46:43 +02:00
WEN Hao
57d6bcf32c Put color definitions in a standalone file #136; add color settings for social icons 2022-11-01 18:46:43 +02:00
WEN Hao
3b9bdd10b8 ajust icon colors by inspection on the webpages 2022-11-01 18:46:43 +02:00
WEN Hao
13078caa5a add colors to some of the icons 2022-11-01 18:46:43 +02:00
Ben Brooks
eed6253277 Add template examples for the other two YouTube link formats 2022-09-26 12:04:01 +03:00
Ben Brooks
249ef48e83 Socials: Add SoundCloud 2022-09-26 12:04:01 +03:00
Ben Brooks
c88397528c Socials: Add gaming services (Steam, Xbox, Playstation, BattleNet) 2022-09-26 12:04:01 +03:00
Ben Brooks
c895ef1f90 Socials: Add Twitch, YouTube, TikTok, Instagram 2022-09-26 12:04:01 +03:00
Mark E Fuller
f90b2e3b8a Update issue templates 2022-09-24 20:16:07 +02:00
Alessandro Bertulli
1877ee7618 Fix unclear line of the manual (\cventry optional/empty arguments) 2022-09-11 22:27:47 +02:00
Mark E. Fuller
f7971f8c94 switch template casual to classicstyle 2022-08-17 17:22:28 +03:00
Mark E. Fuller
7dc8e51b28 resize template footskip 2022-08-17 17:22:28 +03:00
Mark E. Fuller
886aad7641 Discord social symbol 2022-08-17 17:22:28 +03:00
Mark E Fuller
9ddf15a722
readme typo fix 2022-06-29 11:44:42 +03:00
Mark E. Fuller
7cd4f31784 fix PDF title metadata for blank CV title 2022-06-29 11:43:22 +03:00
Mark E Fuller
59aaae8264
Codeberg & Mastodon (#107)
* implement codeberg social and tikz icon
* add codeberg social to template, rearrange social icons list
* implement mastodon social
* implement mastodon social in template
2022-02-21 13:52:36 +01:00
Stephan Lachnit
ab7c92fe21
Release v2.3.1 v2.3.1
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2022-02-21 13:46:45 +01:00