Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | class: Enlarge the icon size by default | Aaron LI | 2024-12-05 | 1 | -2/+4 |
| | |||||
* | class: Drop unused 'ulem' package | Aaron LI | 2024-03-13 | 1 | -2/+1 |
| | |||||
* | Fix shape name from 'circle' to 'circular' | Aaron LI | 2023-11-23 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | class: Switch Chinese font to 'Noto Serif CJK' since it's more common | Aaron LI | 2023-03-07 | 1 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | class: Update to use 'fontawesome5' package from CTAN | Aaron LI | 2023-02-03 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | resume.cls: Redefine '\emph' to bold style in zh environ | Aaron LI | 2020-06-22 | 1 | -1/+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. | ||||
* | class: Tweak header spacing | Aaron LI | 2019-08-17 | 1 | -3/+2 |
| | |||||
* | 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. | ||||
* | class: Use default CJK punctuation style instead of 'kaiming' | Aaron LI | 2019-08-17 | 1 | -2/+1 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | class: Remove '\taglineicon' and only preserve '\tagline' | Aaron LI | 2019-05-14 | 1 | -7/+2 |
| | |||||
* | class: Tweak the spacing before tagline | Aaron LI | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | class: Tweak section spacings | Aaron LI | 2019-01-06 | 1 | -3/+3 |
| | |||||
* | class: Bump to version 2.4.0class-v2.4.0 | Aaron LI | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | class: Change to use 'IBM Plex' font | Aaron LI | 2018-10-15 | 1 | -7/+5 |
| | | | | Need to adjust the width of the left column. | ||||
* | class: Fix header alignment when no photo | Aaron LI | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | class: Use Noto Serif (bold) to replace Noto Sans | Aaron LI | 2018-09-13 | 1 | -2/+1 |
| | |||||
* | class: Adjust line spacing for the English resume | Aaron LI | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | class: Update Chinese punctuation style and line spacing | Aaron LI | 2018-08-26 | 1 | -2/+2 |
| | |||||
* | class: minor style updates | Aaron LI | 2018-08-26 | 1 | -2/+3 |
| | | | | | | * Use default 'solid' style of Font Awesome * Change email icon * Add 'ulem' package to support underline (\uline) | ||||
* | class: Update tagline, keywords, etc. handling | Aaron LI | 2018-07-01 | 1 | -13/+16 |
| | |||||
* | class: update spacing and an icon | Aaron LI | 2018-04-24 | 1 | -3/+3 |
| | |||||
* | Add \githublink command and bump to v2.2.1 | Aaron LI | 2018-04-17 | 1 | -3/+6 |
| | |||||
* | Bump class to v2.2.0 and update README.mdclass-v2.2.0 | Aaron LI | 2018-04-17 | 1 | -3/+3 |
| | |||||
* | Update to use the new fontawesome5.sty | Aaron LI | 2018-04-17 | 1 | -14/+14 |
| | |||||
* | resume.cls: cleanup, add position/location, bump to version v2.1.0class-v2.1.0 | Aaron LI | 2018-04-17 | 1 | -13/+24 |
| | | | | | | | | | * Move 'a4paper' option to 'gemoetry' package * Enhance 'geometry' options to drop the 'fullpage' package * Do not use 'ulem' package (underline is not recommended in general) * Do not setup xeCJK when 'zh' option not specified * Add position & location support * Bump to version 2.1.0 | ||||
* | Update licenses | Aaron LI | 2018-04-16 | 1 | -0/+1 |
| | |||||
* | Template: adjust spacing and tag color | Aaron LI | 2018-04-15 | 1 | -3/+7 |
| | |||||
* | Update template class | Aaron LI | 2018-04-15 | 1 | -24/+46 |
| | |||||
* | Add resume class together with fontawesome style fileclass-v2.0.0 | Aaron LI | 2018-04-14 | 1 | -0/+497 |
This template is based on the [YACC: Another Awesome CV](https://github.com/darwiin/yaac-another-awesome-cv) by Christophe Roger, which is further based on the [Plasmati Graduate CV](https://www.latextemplates.com/template/plasmati-graduate-cv) by Alessandro Plasmati. |