Commit graph

38 commits

Author SHA1 Message Date
daniel
8076b77366
Prepare v2.5.1 release (#266)
* preparations for v2.5.1: set correct copyright date, fix missing comments on userguide.tex

* sets the version for CHANGELOG

* comment in order to check the comments/headers beforehand

* omits .codespellrc in final release tarball

* fixes wrong paths for upload, investigation of failed push
2026-01-31 13:06:35 +01:00
Yaroslav Halchenko
686f1a9a08
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#253)
* Add github action to codespell master on push and PRs

* Add rudimentary codespell config

* Ignore latex \@ constructs

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-06 19:54:28 +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
Patrick J. Roddy
06932535d8
Fix typo in bibliography comment (#206) 2024-08-09 07:42:41 +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
daniel
9687f709b7
[cvlistitem] Space control between list symbol and text feature (#74) (#182)
* space control between list symbol and text feature (#74)

* space control feature realized with option 2 (option 1 reverted)
2024-05-10 21:28:17 +02:00
Javier Lopez-Gomez
1ac6c08efa Update template.tex 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
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
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
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
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
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
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
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
Stephan Lachnit
0beface906
Add babel to template, remove old character encoding comments (#104)
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2022-02-12 12:30:34 +01:00
Mark E. Fuller
a89a2a7455 add underscores in template to indicate need for escape character 2022-01-14 13:04:13 +02: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
Stephan Lachnit
0095e75df4
Fix footskip for fancyhdr in template
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 11:51:02 +02:00
Mark E. Fuller
8408c353de
add birthdate field to template 2021-02-10 10:35:37 +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
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
Stephan Lachnit
b2c6a02efa
Prettier template
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-01-22 15:48:52 +01:00
David Seus
3960c39bc3
Add new skill matrix feature to moderncv (#32) 2021-01-22 15:46:25 +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
Stephan Lachnit
86fa5dd43b
Better folder structure
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-10-18 11:30:30 +02:00
Renamed from examples/template.tex (Browse further)