diff options
author | Aaron LI <aly@aaronly.me> | 2023-02-03 18:14:34 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-02-03 18:14:34 +0800 |
commit | 322a2a9c25af037738fc6c554a683ebf411e2f37 (patch) | |
tree | b48acc373ff0d70381172b5156ec204cb98b8b21 /README.md | |
parent | 7549fabc4b01d193933577eac99064954669f821 (diff) | |
download | resume-322a2a9c25af037738fc6c554a683ebf411e2f37.tar.bz2 |
README: Add notes on manually installing the fontawesome5 package
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -77,6 +77,22 @@ i.e., the following 3 OTF files are needed: * `Font Awesome 5 Brands-Regular-400.otf` </blockquote> +### Installation + +* Linux (Debian 12/bookworm) + + - Method 1: Install the `texlive-fonts-extra` package, but it pulls off + lots of fonts and costs ~1.6GB disk space! + - Method 2: Manually install the `fontawesome5` package to `~/texmf` + with the `tlmgr` (TeX Live Manager) tool: + (1) initialize the user tree: `tlmgr --usermode init-usertree`; + (2) install the package: `tlmgr --usermode install fontawesome5`. + +* Windows (MiKTeX 22.10) + + MiKTeX will auto prompt for the missing package, so just confirm to + install it. + Required Fonts -------------- Besides the Font Awesome fonts, this template also requires the following |