Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resume: Update PDF | Aaron LI | 2024-12-06 | 1 | -0/+0 |
| | |||||
* | resume: Update sample use of "\photo" command | Aaron LI | 2024-12-06 | 2 | -4/+13 |
| | |||||
* | class: Bump version to 2.6.0class-v2.6.0 | Aaron LI | 2024-12-06 | 1 | -2/+2 |
| | |||||
* | class: Minor cleanups | Aaron LI | 2024-12-06 | 1 | -7/+6 |
| | |||||
* | class: Suppress the trailing blank after the right-placed photo | Aaron LI | 2024-12-06 | 1 | -4/+4 |
| | |||||
* | class: Fix the case of no photo | Aaron LI | 2024-12-06 | 1 | -8/+10 |
| | |||||
* | class: Refactor "\photo" again to support left/right position | Aaron LI | 2024-12-06 | 1 | -6/+19 |
| | | | | | | | | | Extend the "\photo" command to support to place the photo on the right side of profile, which can be controlled with the new "position" parameter key. Use the "keyval" package to implement the key=value style optional parameters for the "\photo" command. See also: PR #21 | ||||
* | class: Fix error of undefined \@photo@width | Aaron LI | 2024-12-05 | 1 | -2/+7 |
| | |||||
* | class: Replace \profilewidth with \@photo@width for clarity | Aaron LI | 2024-12-05 | 1 | -10/+3 |
| | |||||
* | class: Suppress blank space below the photo | Aaron LI | 2024-12-05 | 1 | -4/+4 |
| | |||||
* | class: Refactor "\photo" to simplify photo handling in \makeheader | Aaron LI | 2024-12-05 | 1 | -21/+22 |
| | | | | Derived-from: PR #21 | ||||
* | class: Improve "\name" to define "\@name" to help simplify code | Aaron LI | 2024-12-05 | 1 | -19/+13 |
| | | | | See also: PR #21 | ||||
* | resume: Use \texorpdfstring{} for icon in tagline | Aaron LI | 2024-12-05 | 2 | -2/+2 |
| | | | | | | | | | | | | Avoid the corresponding compilation warnings: ``` Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\icon' on input line 42. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\faPreselectedIcon' on input line 42. ``` | ||||
* | class: Clean up pdftitle and pdfauthor | Aaron LI | 2024-12-05 | 1 | -12/+7 |
| | |||||
* | class: Drop the obsolete "usenames" option for xcolor package | Aaron LI | 2024-12-05 | 1 | -1/+1 |
| | |||||
* | class: Use https for github/linkedin/creativecommons links | Aaron LI | 2024-12-05 | 1 | -3/+3 |
| | |||||
* | class: Fix icon size inconsistency in tagline by relative scaling | Aaron LI | 2024-12-05 | 1 | -7/+10 |
| | |||||
* | class: Adjust tagline style and clean up \resumetitle | Aaron LI | 2024-12-05 | 1 | -6/+2 |
| | |||||
* | class: Fix color scope by using \textcolor{}{} | Aaron LI | 2024-12-05 | 1 | -3/+3 |
| | |||||
* | class: Remove the space between the Chinese last and first names | Aaron LI | 2024-12-05 | 1 | -4/+4 |
| | | | | See also: PR #21 | ||||
* | resume: No need to change the icon size | Aaron LI | 2024-12-05 | 2 | -6/+0 |
| | |||||
* | class: Enlarge the icon size by default | Aaron LI | 2024-12-05 | 1 | -2/+4 |
| | |||||
* | github: Update the main workflow | Aaron LI | 2024-03-13 | 1 | -9/+9 |
| | | | | | | | | | - No need to install the 'texlive-plain-generic' package after removing the 'ulem' package. - Use 'apt-get' instead of 'apt' because the former is more suitable for non-interactive usage. - Ignore certificate check in wget to avoid possible outdated root CA bundle. | ||||
* | 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 renderingclass-v2.5.0 | 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 |
| |