Search Criteria
Package Details: texlive-moderncv-git v2.0.0.r10.g2033517-3
Git Clone URL: | https://aur.archlinux.org/texlive-moderncv-git.git (read-only, click to copy) |
---|---|
Package Base: | texlive-moderncv-git |
Description: | A modern curriculum vitae class for LaTeX |
Upstream URL: | https://github.com/xdanaux/moderncv |
Keywords: | cv latex |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fclad |
Maintainer: | fclad |
Last Packager: | fclad |
Votes: | 18 |
Popularity: | 0.000253 |
First Submitted: | 2015-10-01 22:58 |
Last Updated: | 2020-04-15 19:08 |
Latest Comments
sepp commented on 2021-01-20 13:26
Since the development in the repository used by your PKGBUILD seems to have stalled, maybe it's time to switch to this maintained one: https://github.com/moderncv/moderncv This builds fine and already has support for \httpslink for example.
fclad commented on 2020-04-15 19:08
Updated, thanks for the feedback.
Chrissss commented on 2020-03-23 11:02
Yep, replacing fontawesome.sty with ttf-font-awesome inside the PKGBUILD works.
ohli commented on 2020-03-04 21:39
@Chrisss I removed the fontawesome.sty and installed ttf-font-awesome from community. Builds and looks fine with pdflatex.
xelatex complains about missing FontAwesome and builds without the icons. Some hints: https://stackoverflow.com/questions/30677698/xelatex-fontawesome
Chrissss commented on 2020-02-27 09:12
fontawesome.sty was removed from AUR. I'm not sure, but there's ttf-font-awesome from community, does this work as replacement?
Chrissss commented on 2019-03-11 18:42
Yeah, works. Thanks!
fclad commented on 2019-03-10 22:35
Thanks. Please check it now.
Chrissss commented on 2019-03-10 16:50
Bulding documents with moderncv doesn't work anymore. You'll get error messages like
! LaTeX Error: File `l3regex.sty' not found.
In https://github.com/xdanaux/moderncv/issues/79 you'll find a quick fix to get moderncv to compile: In /usr/share/texmf/tex/latex/moderncv/moderncv.cls comment out line 194. So replace...
\RequirePackage{l3regex}
...with...
% \RequirePackage{l3regex}
...and you should be fine.
fclad commented on 2016-10-04 15:59
Thanks for the advise. I updated the package.
getzze commented on 2016-10-04 14:20
the .install file should be removed as updating the filename database is now handled by pacman hooks: https://wiki.archlinux.org/index.php/Pacman#Hooks