aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
Commit message (Collapse)AuthorAgeFilesLines
* class: Fix the default position of photo to be leftAaron LI2024-12-061-5/+3
|
* class: Renew the abstract environment for the summary/objectivesAaron LI2024-12-061-1/+17
| | | | See also: PR #21
* class: Bump version to 2.6.0class-v2.6.0Aaron LI2024-12-061-2/+2
|
* class: Minor cleanupsAaron LI2024-12-061-7/+6
|
* class: Suppress the trailing blank after the right-placed photoAaron LI2024-12-061-4/+4
|
* class: Fix the case of no photoAaron LI2024-12-061-8/+10
|
* class: Refactor "\photo" again to support left/right positionAaron LI2024-12-061-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@widthAaron LI2024-12-051-2/+7
|
* class: Replace \profilewidth with \@photo@width for clarityAaron LI2024-12-051-10/+3
|
* class: Suppress blank space below the photoAaron LI2024-12-051-4/+4
|
* class: Refactor "\photo" to simplify photo handling in \makeheaderAaron LI2024-12-051-21/+22
| | | | Derived-from: PR #21
* class: Improve "\name" to define "\@name" to help simplify codeAaron LI2024-12-051-19/+13
| | | | See also: PR #21
* class: Clean up pdftitle and pdfauthorAaron LI2024-12-051-12/+7
|
* class: Drop the obsolete "usenames" option for xcolor packageAaron LI2024-12-051-1/+1
|
* class: Use https for github/linkedin/creativecommons linksAaron LI2024-12-051-3/+3
|
* class: Fix icon size inconsistency in tagline by relative scalingAaron LI2024-12-051-7/+10
|
* class: Adjust tagline style and clean up \resumetitleAaron LI2024-12-051-6/+2
|
* class: Fix color scope by using \textcolor{}{}Aaron LI2024-12-051-3/+3
|
* class: Remove the space between the Chinese last and first namesAaron LI2024-12-051-4/+4
| | | | See also: PR #21
* class: Enlarge the icon size by defaultAaron LI2024-12-051-2/+4
|
* class: Drop unused 'ulem' packageAaron LI2024-03-131-2/+1
|
* Fix shape name from 'circle' to 'circular'Aaron LI2023-11-231-2/+2
|
* class: Enhance '\photo' command to support circle and square shapseAaron LI2023-11-181-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 commonAaron LI2023-03-071-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 CTANAaron LI2023-02-031-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 environAaron LI2020-06-221-1/+5
|
* resume.cls: Load 'microtype' after 'xeCJK' to avoid conflictsAaron LI2020-06-211-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 spacingAaron LI2019-08-171-3/+2
|
* class: Add '\iconsize' to adjust the icon sizeAaron LI2019-08-171-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 LI2019-08-171-2/+1
|
* class: Rename '\social{text,link}' to '\icon{text,link}'Aaron LI2019-05-141-18/+18
|
* class: Rename macro '\socialinfo' to '\profile'Aaron LI2019-05-141-4/+4
|
* class: Remove '\taglineicon' and only preserve '\tagline'Aaron LI2019-05-141-7/+2
|
* class: Tweak the spacing before taglineAaron LI2019-05-141-1/+1
|
* class: Tweak section spacingsAaron LI2019-01-061-3/+3
|
* class: Bump to version 2.4.0class-v2.4.0Aaron LI2018-10-151-1/+1
|
* class: Change to use 'IBM Plex' fontAaron LI2018-10-151-7/+5
| | | | Need to adjust the width of the left column.
* class: Fix header alignment when no photoAaron LI2018-09-131-1/+1
|
* class: Use Noto Serif (bold) to replace Noto SansAaron LI2018-09-131-2/+1
|
* class: Adjust line spacing for the English resumeAaron LI2018-08-261-1/+1
|
* class: Update Chinese punctuation style and line spacingAaron LI2018-08-261-2/+2
|
* class: minor style updatesAaron LI2018-08-261-2/+3
| | | | | | * Use default 'solid' style of Font Awesome * Change email icon * Add 'ulem' package to support underline (\uline)
* class: Update tagline, keywords, etc. handlingAaron LI2018-07-011-13/+16
|
* class: update spacing and an iconAaron LI2018-04-241-3/+3
|
* Add \githublink command and bump to v2.2.1Aaron LI2018-04-171-3/+6
|
* Bump class to v2.2.0 and update README.mdclass-v2.2.0Aaron LI2018-04-171-3/+3
|
* Update to use the new fontawesome5.styAaron LI2018-04-171-14/+14
|
* resume.cls: cleanup, add position/location, bump to version v2.1.0class-v2.1.0Aaron LI2018-04-171-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 licensesAaron LI2018-04-161-0/+1
|
* Template: adjust spacing and tag colorAaron LI2018-04-151-3/+7
|