Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "make docker" by providing the required build context | Aaron LI | 2024-12-11 | 1 | -1/+1 |
| | |||||
* | Update Makefile to build with docker/podman | Aaron LI | 2024-12-10 | 1 | -0/+17 |
| | | | | See also: PR #22 | ||||
* | Makefile: Remove obsolete fontawesome5.sty | Aaron LI | 2023-11-16 | 1 | -1/+1 |
| | |||||
* | class: Update to use 'fontawesome5' package from CTAN | Aaron LI | 2023-02-03 | 1 | -8/+2 |
| | | | | | | 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. | ||||
* | 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. | ||||
* | Makefile: clean up a bit | Aaron LI | 2019-04-02 | 1 | -5/+0 |
| | |||||
* | Use 'pdftk' because it can preserve the links | Aaron LI | 2019-04-02 | 1 | -1/+1 |
| | | | | Credit: https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/ | ||||
* | Makefile: Add "zh" and "en" targets to easily build PDFs | Aaron LI | 2019-01-06 | 1 | -1/+3 |
| | |||||
* | Makefile: Update to concatenate zh and en resumes | Aaron LI | 2018-10-15 | 1 | -9/+6 |
| | |||||
* | Update to use the new fontawesome5.sty | Aaron LI | 2018-04-17 | 1 | -3/+6 |
| | |||||
* | Makefile: add dist target | Aaron LI | 2018-04-17 | 1 | -1/+10 |
| | |||||
* | Add Makefile to help build PDFs | Aaron LI | 2018-04-15 | 1 | -0/+36 |