Commit graph

143 commits

Author SHA1 Message Date
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
Enrico D'Angelo
0d674cf4c1 Added support for Skype to \social 2016-11-15 11:53:01 -08:00
Stefanus
a15973f242 Added support for Xing to \social (github: closes #12) 2016-11-15 10:17:09 +01:00
jayree
ff9f58b350 Added hyperlinks to phone numbers 2016-11-14 05:34:33 +01:00
Xavier Danaux
4b77a9b33d Changed pagenumbering code to fix a reported bug 2016-11-13 20:09:38 -08:00
Xavier Danaux
c91b6ca77c Fix for "You have requested package foo', but the package provides foo'" warning (github: closes #1) 2015-08-30 23:44:56 -07:00
Xavier Danaux
f50d1cff32 Release 2.0.0 2015-07-29 00:51:44 -07:00
Xavier Danaux
c499239b29 Modified the code of \moderncvhead, \moderncvbody and \moderncvfoot to a number as argument 2014-02-22 22:46:40 -05:00
Xavier Danaux
0889a274f0 Added the \@initializeif and \@moderncvstrut general commands 2014-02-17 20:24:21 -05:00
Xavier Danaux
9eec87b85d Introduced code for header, body and footer variants 2014-02-17 16:00:06 -05:00
Xavier Danaux
a72660424a Modified the cvcolumn code the expand the tabular column definitions correctly, as to avoid conflicts with the "colortbl" / "array" packages 2014-02-17 15:59:16 -05:00