diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 8d320f4..489834a 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -12,37 +12,24 @@ jobs: name: Build template runs-on: ubuntu-latest container: - image: texlive/texlive:latest-full + image: thomasweise/docker-texlive-full:latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Build pdf - run: | - prev_style=contemporary - for style in casual classic banking oldstyle fancy contemporary - do - echo -e "\033[1;35mCompiling style $style...\033[0m" - # first cleanup, but keep .log files for later artifact upload - latexmk -c -e 'sub cleanup_generated { my $ext = $_[0]; return 0 if $ext eq "log"; return 1; }' - sed -i "s/moderncvstyle\[\]{${prev_style}}/moderncvstyle\[\]{${style}}/g" template.tex - latexmk -pdflua ./template.tex - mv template.pdf template_${style}.pdf - mv template.log template_${style}.log - # remember previous style - prev_style=$style - done + run: latexmk -pdflua ./template.tex - name: Upload pdf uses: actions/upload-artifact@v4 with: name: template.pdf - path: ./template_*.pdf + path: ./template.pdf - name: Upload log if: ${{ always() }} uses: actions/upload-artifact@v4 with: name: template.log - path: ./template_*.log + path: ./template.log diff --git a/.github/workflows/build-userguide-pdf.yml b/.github/workflows/build-userguide-pdf.yml index 665b93c..b6e1e35 100644 --- a/.github/workflows/build-userguide-pdf.yml +++ b/.github/workflows/build-userguide-pdf.yml @@ -18,7 +18,7 @@ jobs: UG_AUTHOR: Auto Userguide Creator UG_COMMIT_MESSAGE: build of user guide container: - image: texlive/texlive:latest-full + image: thomasweise/docker-texlive-full:latest steps: - name: Checkout source code diff --git a/CHANGELOG b/CHANGELOG index f950fc9..9713ed9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,3 @@ -version next -- Upgrade to Fontawesome 6 (#183) -- Document how to set custom strings for social command (#239) -- Correct documentation to reflect new order \moderncvcolor before \moderncvstyle (#256) - version 2.5.1 (31 Jan 2026) - Fix french babel breaking contemporary style (#219) - Fix birthdate not showing up in contemporary style (#244) @@ -21,10 +16,6 @@ version 2.5.1 (31 Jan 2026) visible (#186) - Fix minor horizontal spacing issue in 'contemporary' style header - -version 2.4.2 (01 Feb 2025) -- Added support for additional social icons like medium. (#264) - version 2.4.1 (18 Jul 2024) - Fix commons/colors.tex not found in package (#194) diff --git a/manual/moderncv_userguide.pdf b/manual/moderncv_userguide.pdf index 6c91c56..6e9df3f 100644 Binary files a/manual/moderncv_userguide.pdf and b/manual/moderncv_userguide.pdf differ diff --git a/manual/moderncv_userguide.tex b/manual/moderncv_userguide.tex index e8b982b..8c421f1 100644 --- a/manual/moderncv_userguide.tex +++ b/manual/moderncv_userguide.tex @@ -104,7 +104,7 @@ emph={[2] familydefault, sfdefault, rmdefault, inputenc, moderncv, document, bibliographyitemlabel, addresssymbol, mobilephonesymbol, fixedphonesymbol, faxphonesymbol, emailsymbol, homepagesymbol, linkedinsocialsymbol, - xingsocialsymbol, twittersocialsymbol, githubsocialsymbol, gitlabsocialsymbol, mastodonsocialsymbol, codebergsocialsymbol, discordsocialsymbol, twitchsocialsymbol, youtubesocialsymbol, tiktoksocialsymbol, instagramsocialsymbol, soundcloudsocialsymbol, steamsocialsymbol, xboxsocialsymbol, playstationsocialsymbol, battlenetsocialsymbol, simplexsocialsymbol, threemasocialsymbol, + xingsocialsymbol, twittersocialsymbol, githubsocialsymbol, gitlabsocialsymbol, stackoverflowsocialsymbol, bitbucketsocialsymbol, skypesocialsymbol, orcidsocialsymbol, researchgatesocialsymbol, arxivsocialsymbol, inspiresocialsymbol, researcheridsocialsymbol, telegramsocialsymbol, whatsappsocialsymbol, signalsocialsymbol, matrixsocialsymbol, googlescholarsocialsymbol, cvstretchability, bornsymbol }, @@ -240,17 +240,17 @@ where at most one value for each option can be passed to the document class: \end{tabular} \subsubsection*{Choosing a \texttt{moderncv} style and color} -Choose a \Moderncv style and color by adjusting the commands (command order is important!): +Choose a \Moderncv style and color by adjusting the commands \begin{lstlisting} - \moderncvcolor{} \moderncvstyle{