Commit graph

153 commits

Author SHA1 Message Date
Coleridge James Faraday
0c18c4286b
Inspire HEP social link bug fix (#242)
* Fixed typo in Inspire HEP social link

* Updated CHANGELOG
2025-06-05 16:42:12 +02:00
daniel
51a3e9c3d7
introduce simplex/threema social icon - at least as tikz icon (#222)
* introduce simplex social icon - at least as tikz icon

* complete CHANGELOG entry

* introduce threema social icon - at least as tikz icon

* addendum: new compiled user guide

---------

Co-authored-by: Mark E Fuller <mark.e.fuller@gmx.de>
2025-02-22 21:43:18 +02:00
daniel
2981711e6f
bump version due to included patch #195 (packaging issue) (#196) 2024-07-18 18:00:30 +02:00
daniel
e8a2096184
Prepare v2.4.0 in comments and changelog (#193)
* prepare for v2.4.0 release

* added issue numbers for changelog v2.4.0
2024-07-10 07:34:19 +02:00
daniel
72603c495e
Feature/cvtripleitem (#177)
* first dive into cvtripleitem for classic style

* cvtripleitem for banking style

* cvtripleitem for oldstyle

* cvtripleitem for fancy style

* cvtripleitem for contemporary style

* add a changelog entry and a documentation for \cvtripleitem command

* simplified math for \tripleitemcolumnwidth
2024-05-21 18:50:07 +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
Joel Ong
d5ffdb5a80 do not hyperlink pageref to last page 2023-05-09 11:38:26 +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
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
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
886aad7641 Discord social symbol 2022-08-17 17:22:28 +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
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2022-02-21 13:46:45 +01:00
Mark E. Fuller
9bfd54065c rollback use of detokenize: see issue #79 2022-01-14 13:04:13 +02:00
Stephan Lachnit
157241f7ce
Release v2.3.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-12-16 19:31:42 +01:00
Stephan Lachnit
d3511495b8
Put font loading in template (#85)
Closes https://github.com/moderncv/moderncv/issues/73

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-12-13 22:00:04 +01:00
Gustavo A. Corradi
d042bf05f7
Font selection and new icons (#84) 2021-12-13 20:46:54 +01:00
Dimitri Belopopsky
8ceeb27580
Update README and add warning for required LaTex engines (#77)
* 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
2021-11-10 09:04:02 +01:00
Stephan Lachnit
83640e1229
Release v2.2.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 12:25:51 +02:00
Stephan Lachnit
f9d5775f5e
Remove baseurl in hyperref
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 11:30:13 +02:00
Stephan Lachnit
167c9e4395
Correct font loading
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 11:24:58 +02:00
Stefan Sundin
e543cd7976
Remove www from Twitter, GitHub, GitLab, and BitBucket domain names. (#44) 2021-03-29 08:58:26 +02: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
Mark E Fuller
74d672dec0
add WhatsApp, Signal, Matrix social, WhatsApp icon (#37) 2021-02-07 13:43:50 +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 Seus
caa0cb8dbf
Do not use inputenc when not using pdflatex, don't include lmodern by default (#33) 2021-01-22 16:19:45 +01:00
David Seus
3960c39bc3
Add new skill matrix feature to moderncv (#32) 2021-01-22 15:46:25 +01:00
Mark E Fuller
8d55276704
Implement detokenize in links to fix use of underscores and other characters in social links; change icon package in classic style to same as casual since so many were missing (#24) 2021-01-03 17:30:51 +01:00
Dimitri Belopopsky
23177fcf19
Add google scholar social icon (#22) 2020-10-24 01:03:10 +02:00
Dimitri Belopopsky
86533a0304 Add telegram social icon
Closes #16
2020-10-18 17:19:00 +02:00
Johannes Lange
011913a5c8
added bitbucket option to \social (#18) 2020-10-08 22:18:14 +02:00
Johannes Lange
8e8e184194 fix path (reverted from 8a66c4f) 2020-10-06 09:43:37 +02:00
Stephan Lachnit
7db2dd2315
Add orcid, resercherid, and researchgate as social icons (#15)
Co-authored-by: Patrick Diehl <me@diehlpk.de>
2020-09-27 23:55:48 +02:00
Dimitri Belopopsky
1463083706
Add stackoverflow to \social command (#11)
* Added stackoverflow option to \social
* Update example for stackoverflow
2020-09-27 23:20:45 +02:00
Dimitri Belopopsky
8a66c4f990
Fix examples (#14) 2020-09-27 23:13:06 +02:00
merkrafter
37e504cf35
Make https default protocol #7 (#9)
Signed-off-by: merkrafter <merkrafter@gmail.com>
2020-08-09 10:26:13 +02:00
Stephan Lachnit
7d2e698443
Fix typo (#2)
The right spelling of résumé has two acute accents. No accents is also OK in English, but just having the last accent is not.

Co-authored-by: Jorge Cañardo Alastuey <jorgecanardo@gmail.com>
2020-06-23 20:28:56 +02:00
Stephan Lachnit
8d55439e95
Switched from l3regex to expl3 package requirement
Co-authored-by: benplm <bpolimeni@gmail.com>
2020-06-23 20:24:04 +02:00
Tuomas Välimäki
e175692984 support birth date 2018-04-17 12:53:50 +03:00
Xavier Danaux
2033517d3f Added support for GitLab to \social 2016-11-15 18:04:31 -08:00