Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | class: Drop unused 'ulem' package | Aaron LI | 2024-03-13 | 1 | -2/+1 |
| | |||||
* | Create GitHub Actions | Weitian LI | 2024-03-08 | 1 | -0/+34 |
| | |||||
* | Fix shape name from 'circle' to 'circular' | Aaron LI | 2023-11-23 | 3 | -4/+4 |
| | |||||
* | resume: Update sample usages on '\photo' command | Aaron LI | 2023-11-18 | 2 | -2/+4 |
| | |||||
* | class: Enhance '\photo' command to support circle and square shapse | Aaron LI | 2023-11-18 | 1 | -9/+20 |
| | | | | | | | | Implement a new optional argument [shape] to the '\photo' command, with the default shape being the original 'circle' shape, and thus allow the user to easily switch to 'square' shape. Close: #18 | ||||
* | Makefile: Remove obsolete fontawesome5.sty | Aaron LI | 2023-11-16 | 1 | -1/+1 |
| | |||||
* | README: Available on Overleaf and link to it | Aaron LI | 2023-03-08 | 1 | -0/+4 |
| | |||||
* | class: Switch Chinese font to 'Noto Serif CJK' since it's more common | Aaron LI | 2023-03-07 | 2 | -6/+8 |
| | | | | | | | | | Actually, the 'Noto Serif CJK' font and the previous 'Source Han Serif' font are the same font but with different names. However, the former is more common and ready to use; for example, it's generally installed by default on many Linux distros and it's available on Overleaf. Update the README accordingly. | ||||
* | README: Don't mention 'fontawesome5.sty' since no longer used | Aaron LI | 2023-03-07 | 1 | -2/+1 |
| | |||||
* | README: Tweak style a bit for GitHub rendering | Aaron LI | 2023-02-03 | 1 | -0/+2 |
| | |||||
* | README: Update usage after switching the fontawesome5 package | Aaron LI | 2023-02-03 | 1 | -9/+4 |
| | |||||
* | README: Add notes on manually installing the fontawesome5 package | Aaron LI | 2023-02-03 | 1 | -0/+16 |
| | |||||
* | class: Update to use 'fontawesome5' package from CTAN | Aaron LI | 2023-02-03 | 3 | -11/+14 |
| | | | | | | The CTAN fontawesome5 package (https://www.ctan.org/pkg/fontawesome5) is better maintained and has more advanced features. Update to use it instead of the custom one. | ||||
* | README: Briefly describe the usage on Windows with MiKTeX | Aaron LI | 2023-02-03 | 1 | -17/+20 |
| | |||||
* | README: Update note on obtaing the 'Source Han Serif SC' fonts | Aaron LI | 2023-02-03 | 1 | -4/+4 |
| | |||||
* | fontawesome5: Update to version 5.15.4 | Aaron LI | 2023-02-02 | 4 | -135/+317 |
| | |||||
* | resume: Tweak emphasis content a bit | Aaron LI | 2020-06-22 | 2 | -2/+2 |
| | |||||
* | resume.cls: Redefine '\emph' to bold style in zh environ | Aaron LI | 2020-06-22 | 1 | -1/+5 |
| | |||||
* | resume: Add current address but remove home location | Aaron LI | 2020-06-21 | 2 | -5/+5 |
| | |||||
* | resume.cls: Load 'microtype' after 'xeCJK' to avoid conflicts | Aaron LI | 2020-06-21 | 1 | -2/+2 |
| | | | | | | | | | | With the latest TeXLive, I would get the following error if 'microtype' was loaded before 'xeCJK': ! Undefined control sequence. <argument> \__xeCJK_patch_microtype_get_slot: Change the loading orders fix the above issue. | ||||
* | README: Add usage section for getting started | Aaron LI | 2020-06-20 | 1 | -1/+21 |
| | |||||
* | fontawesome5: Update to 5.13.1 released on 2020-06-18 | Aaron LI | 2020-06-20 | 3 | -24/+1431 |
| | |||||
* | make-fontawesome5.py: Fix YAML load warning | Aaron LI | 2020-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | Use `yaml.safe_load()` instead of `yaml.load()` to fix the following warning: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. In addition, add a comment that the 'icons.yml' URL that has the '/raw' part is actually correct, because we need the raw YAML data instead of the HTML page rendered by Github. | ||||
* | Use 'gs' to merge zh and en resumes | Aaron LI | 2019-08-30 | 1 | -1/+4 |
| | | | | | | | | | | * The 'gs' (GhostScript) is much more commonly installed than 'pdftk'. * The 'gs'-merged PDF has metadata (e.g., author, title, keywords) preserved, although it is the metadata of the last PDF on the command line is used for the output merged PDF. Still, it is better than 'pdftk' in this case, because the merged PDF by 'pdftk' lost those metatdata. | ||||
* | README: FontAwesome was updated to v5.10.1 | Aaron LI | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | resume: Update PDF | Aaron LI | 2019-08-17 | 1 | -0/+0 |
| | |||||
* | resume: Update education information | Aaron LI | 2019-08-17 | 2 | -2/+4 |
| | |||||
* | resume: Tweak the format of file info | Aaron LI | 2019-08-17 | 2 | -6/+6 |
| | |||||
* | class: Tweak header spacing | Aaron LI | 2019-08-17 | 1 | -3/+2 |
| | |||||
* | resume: Increase icon size to '\Large' | Aaron LI | 2019-08-17 | 2 | -0/+6 |
| | |||||
* | class: Add '\iconsize' to adjust the icon size | Aaron LI | 2019-08-17 | 1 | -5/+7 |
| | | | | | For example, use '\iconsize{\Large}' in resume-{zh,en}.tex to enlarge icons relative to the text. | ||||
* | resume/zh: Tweak several CJK punctuations | Aaron LI | 2019-08-17 | 1 | -3/+3 |
| | |||||
* | class: Use default CJK punctuation style instead of 'kaiming' | Aaron LI | 2019-08-17 | 1 | -2/+1 |
| | |||||
* | fontawesome5: Update to version 5.10.1 | Aaron LI | 2019-08-17 | 2 | -365/+8052 |
| | |||||
* | fontawesome5/make-fontawesome5: Update the URL to "icons.yml" | Aaron LI | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | Update resume PDF | Aaron LI | 2019-05-14 | 1 | -0/+0 |
| | |||||
* | Show how to use '\icon{text,link}' | Aaron LI | 2019-05-14 | 2 | -0/+6 |
| | |||||
* | class: Rename '\social{text,link}' to '\icon{text,link}' | Aaron LI | 2019-05-14 | 1 | -18/+18 |
| | |||||
* | class: Rename macro '\socialinfo' to '\profile' | Aaron LI | 2019-05-14 | 3 | -6/+6 |
| | |||||
* | Update how to use '\tagline' | Aaron LI | 2019-05-14 | 2 | -4/+6 |
| | |||||
* | class: Remove '\taglineicon' and only preserve '\tagline' | Aaron LI | 2019-05-14 | 1 | -7/+2 |
| | |||||
* | Show how to use the '\photo' macro | Aaron LI | 2019-05-14 | 2 | -0/+4 |
| | |||||
* | Tweak the icon for modification date | Aaron LI | 2019-05-14 | 2 | -2/+2 |
| | |||||
* | class: Tweak the spacing before tagline | Aaron LI | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | README: Add "-p" option to "mkdir" | Aaron LI | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | Document how to obtain the fonts | Aaron LI | 2019-05-07 | 1 | -1/+17 |
| | |||||
* | Document how to install fonts on Linux | Aaron LI | 2019-05-06 | 1 | -2/+21 |
| | |||||
* | Document the YAML requirement of make-fontawesome5.py | Aaron LI | 2019-05-06 | 2 | -4/+12 |
| | |||||
* | Update resume PDF | Aaron LI | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Add 'personal projects' section | Aaron LI | 2019-04-02 | 2 | -0/+56 |
| |