Skip to content
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

Design decisions in fontawesome circle and envelope icons #97

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8d55439
Switched from l3regex to expl3 package requirement
stephanlachnit Jun 23, 2020
7d2e698
Fix typo (#2)
stephanlachnit Jun 23, 2020
50bd098
Fix typo (#3)
stephanlachnit Jun 23, 2020
88b486c
update readme and add license text (#8)
stephanlachnit Jul 4, 2020
37e504c
Make https default protocol #7 (#9)
merkrafter Aug 9, 2020
8a66c4f
Fix examples (#14)
ShadowMitia Sep 27, 2020
1463083
Add stackoverflow to \social command (#11)
ShadowMitia Sep 27, 2020
7db2dd2
Add orcid, resercherid, and researchgate as social icons (#15)
stephanlachnit Sep 27, 2020
8e8e184
fix path (reverted from 8a66c4f)
jolange Oct 5, 2020
5e41855
fix name (broken in 7db2dd2)
jolange Oct 5, 2020
bf318e5
Add .gitignore
ShadowMitia Oct 6, 2020
011913a
added bitbucket option to \social (#18)
jolange Oct 8, 2020
410241d
Move to fontawesome5 package (#20)
ShadowMitia Oct 18, 2020
86fa5dd
Better folder structure
stephanlachnit Oct 18, 2020
86533a0
Add telegram social icon
ShadowMitia Oct 18, 2020
dc1229f
Add GitHub Actions (#21)
stephanlachnit Oct 20, 2020
23177fc
Add google scholar social icon (#22)
ShadowMitia Oct 23, 2020
8d55276
Implement detokenize in links to fix use of underscores and other cha…
mefuller Jan 3, 2021
fab4420
add compiler switch in cv styles using awesome icons
mefuller Jan 3, 2021
d9ae8b0
Update build-pdf.yml
mefuller Jan 4, 2021
908154e
fix call to Researcher ID icon
mefuller Jan 9, 2021
037a797
Merge from 'xdanaux/master'
stephanlachnit Jan 21, 2021
dd80459
Fix duplicate userguide
stephanlachnit Jan 21, 2021
a2917f3
add script to create release tarball
stephanlachnit Jan 21, 2021
3960c39
Add new skill matrix feature to moderncv (#32)
cryptointerest Jan 22, 2021
b2c6a02
Prettier template
stephanlachnit Jan 22, 2021
4387015
Update changelog for v2.1.0
stephanlachnit Jan 22, 2021
caa0cb8
Do not use inputenc when not using pdflatex, don't include lmodern by…
cryptointerest Jan 22, 2021
3513820
Bugfixes, improvements and new symbols/nosymbols option for all style…
cryptointerest Jan 26, 2021
74d672d
add WhatsApp, Signal, Matrix social, WhatsApp icon (#37)
mefuller Feb 7, 2021
51e77f8
run workflow on PRs
stephanlachnit Feb 7, 2021
d3b88d4
Update moderncviconsawesome.sty
thymaro Feb 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build template
on: [push, pull_request]

jobs:
build-template:
name: Build template
runs-on: ubuntu-20.04
steps:
- name: Install TeX Live
run: sudo apt update && sudo apt install texlive-full fonts-font-awesome
- name: Checkout code
uses: actions/checkout@v2
- name: Build pdf
run: latexmk -pdflua ./template.tex
- name: Scan log
run: texloganalyser -w ./template.log
- name: Upload pdf
uses: actions/upload-artifact@v2
with:
name: template.pdf
path: ./template.pdf
- name: Upload log
uses: actions/upload-artifact@v2
with:
name: template.log
path: ./template.log
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# general latex build output files
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out

# template.tex output
# move to *.pdf once manual is done
template.pdf

# release tarballs
moderncv-*.tar.gz
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release: next
- 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.

version 2.1.0 (21 Jan 2021)
- maintainer change: now team maintained (https://github.com/moderncv), since
original repository is basically dead since 2016.
- new \social options: Xing, Skype, GitLab, Bitbucket, stack overflow, ORCID,
ResearcherID, ResearchGate, Telegram and Google Scholar
- hyperlinks in phone numbers
- switch from l3regex to expl3
- new skill matrix feature
- move to fonawesome5 package
- default to https

version 2.0.0 (28 Jul 2015)
- refactored the code into heads, body, foot and icon substyles. All styles
(classic, casual, banking and oldstyle) are just a combination of these and
Expand Down
4 changes: 2 additions & 2 deletions KNOWN_BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
when used with bibentry, through the output is actually correct. Amongst other,
this causes compilation by LyX to stop.
- The space after a cventry gets eaten up when the last argument contains a nested
itemize environment. An ugly hack and uncomplete solution was implemented by
itemize environment. An ugly hack and incomplete solution was implemented by
including a \strut in every item label, but this doesn't solve the problem for
multi-line items. Ideally, the strut should end the item, but there seem to be
multi-line items. Ideally, the strut should end the item, but there seems to be
no way to do this.
Loading