-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from l3regex (obsolete) to expl3 package requirement #60
Open
bepoli
wants to merge
1
commit into
xdanaux:master
Choose a base branch
from
bepoli:expl3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scottwernervt
added a commit
to scottwernervt/moderncv
that referenced
this pull request
Sep 6, 2018
This is immediately required. On Arch Linux, texlive updated and no longer provides |
wleoncio
approved these changes
Feb 28, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also fixed errors in building my CV on Arch Linux. Please merge this to master.
I confirm the fix with the same setup. Solves issue #79. |
mefuller
pushed a commit
to cryptointerest/moderncv
that referenced
this pull request
Sep 10, 2021
…er. (xdanaux#60) This removes the unnecesary newline there.
jalopezg-git
pushed a commit
to jalopezg-git/moderncv
that referenced
this pull request
Apr 29, 2024
* Rebase user guide additions onto master Squash commits for adding user guide (xdanaux#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. (xdanaux#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 <[email protected]> Remove baseurl in hyperref Signed-off-by: Stephan Lachnit <[email protected]> Fix footskip for fancyhdr in template Signed-off-by: Stephan Lachnit <[email protected]> Remove dot in cventry Signed-off-by: Stephan Lachnit <[email protected]> CI: don't update sources This only takes time and there aren't any relevant updates for us anyway. Signed-off-by: Stephan Lachnit <[email protected]> CI: scan for horizontal and vertical bad boxes Signed-off-by: Stephan Lachnit <[email protected]> Release v2.2.0 Signed-off-by: Stephan Lachnit <[email protected]> Mimic previous fontawesome look with fontawesome5 (xdanaux#70) See: moderncv#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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From l3regex.sty (latest MikTeX):
Right now, this edit only removes an annoying error when compiling a file, but will be required by the end of this year, apparently.