{"id":13589058,"url":"https://github.com/cies/resume","last_synced_at":"2025-10-31T06:36:06.131Z","repository":{"id":1397392,"uuid":"1410092","full_name":"cies/resume","owner":"cies","description":"My resume as a PDF including the well commented LaTeX source and build instructions.","archived":false,"fork":false,"pushed_at":"2018-06-04T07:23:14.000Z","size":1773,"stargazers_count":398,"open_issues_count":2,"forks_count":69,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-08T07:37:55.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"GPGTools/Libmacgpg","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-25T08:15:43.000Z","updated_at":"2025-02-26T06:22:51.000Z","dependencies_parsed_at":"2022-08-16T13:15:19.665Z","dependency_job_id":null,"html_url":"https://github.com/cies/resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cies/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cies%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cies%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cies%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cies%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cies","download_url":"https://codeload.github.com/cies/resume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cies%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281945094,"owners_count":26587966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:00:21.834Z","updated_at":"2025-10-31T06:36:06.114Z","avatar_url":"https://github.com/cies.png","language":"TeX","readme":"# My Latex resume\n\n * Is a [nicely typeset 2-page PDF](https://rawgithub.com/cies/resume/master/cies-breijs-resume.pdf) (click the link to download mine)\n * Compiles with or without installing software (read more below).\n * Might well be a starting point for your very own Latex resume.\n\nLinkedin serves well, but not in all situations.  At some point my profile\njust cluttered up, while all I wanted 'them' to have is a good looking\ntwo page resume.  Naturally turned to Latex.\n\nLooking at some Latex resumes online I found non that I really liked, so\nI gave it my best shot.  The I documented my effort here on Github as I\nexpect more geeks want their resume to be typeset like this.\n\nIt uses TeX Gyre Pagella, a font similar to Pallatino that is often used for\nbooks.  When compiled with XeLaTeX it has 'lower case numerals', which I\nthink look very nice.\n\nExcept the horizonal lines and bullets everything is made of text.\nHyper-refs are used where applicable, all in dark blue so 'print safe'.\n\nA 'last updated at' date is printed on the top-right of the page.\n\nObviously it only relies on open source stuff.\n\n\n\n## Generating the PDF\n\nThere are several ways to generate a PDF from the Latex sources.\n\n\n#### Using ShareLatex (no need to install any software)\n\n[ShareLatex](http://www.sharelatex.com) is a web application for creating\nand collaborating on LaTeX documents.  They have a free account that\ncan be used to compile this resume.\n\nTo get this resume compiled into a PDF with ShareLatex:\n\n  1. Go to [sharelatex.com](http://www.sharelatex.com) and create first an account and then a project.\n  2. In your new project replace the content of the `main.tex` file with the LaTeX source of resume's content (`cies-breijs-resume.tex` in this case) from Github.\n  3. In your new project create a new file `resume.sty` and copy-paste\n     the content of the same named file from the Github repo.\n  4. Finally hit the \"Compile\" button to view and/or download the resulting PDF.\n\nThe result will be nice, but IMO will be nicer if you change the\nrendering engine to XeLaTeX -- you can do so from the projects 'Setting' form\nwhich hides behind the gear-icon on the left.\n\n*TIP:* In the 'User Settings' (under 'Account' menu in the top-right) form you can set the spell-check language.\n\n\n#### Using XeLaTeX\n\nXeLaTeX is a version of Latex with great font rendering fuctionality (unicode, bidi,\nspecial font features).  Since my resume uses 'lower case numerals' it\nlooks slightly better with XeLaTeX.\n\nIn recent Ubuntu versions you simply clone this project, change\ndirectory to the root of the project and do:\n\n        sudo apt-get install texlive-xetex texlive-latex-recommended tex-gyre\n        ./xelatex *-resume.pdf\n\nIf all went well an updated version of the PDF is found in your current\nworking directory, alongside a bunch of `.log` and `.aux` files that\nyou can safely ignore.\n\n\n### Using pdfLatex\n\nFollow the same steps as for XeLaTeX, just replace the `./xelatex`\ncommand with `./pdflatex`.\n\n\n\n## TODO\n\n  * See if LuaTex can give access to both `fontspec`, `microtype` and unicode (so it can replace Xelatex)\n  * Make the vertical spacing configurable in one setting.\n\n\n## TADA\n\n  * Now uses [rawgithub.com](http://rawgithub.com) for in-browser viewing.\n  * [ShareLatex](http://sharelatex.com) is awesome! Point it out to users.\n  * When using `pdflatex` the `microtype` package kicks in\n  * Made switching to the [Linux Libertine](http://www.linuxlibertine.org) font easier\n  * Fixed all outstanding spacing issues (thanks to the `\\sloppy` command)\n  * Works out of the box with ScribTex\n  * Separate file for command definitions (so we can collaborate on that file using forks and pull-requests)\n  * Allow ligatures (not very noticable with the Pagella font, one could try Libertine or Hoefler)\n  * Use old style numbers (had to make the apostrophes look nice on double-digit years)\n  * Cleanup the tex file: some repetitive stuff can move into functions\n  * Clever page breaking\n\n\n## Terms of sharing\n\nFeel free to use, copy, fork, share, study and/or modify it because the LaTeX source code of the `resume.sty` file is [MIT](http://en.wikipedia.org/wiki/MIT_License) licensed.\n\nThe text of my resume in the `cies-breijs-resume.tex` file is [CC-NC-ND](http://creativecommons.org/licenses/by-nc-nd/3.0/) licensed.\n\n\n","funding_links":[],"categories":["LATEX","TeX"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcies%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcies%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcies%2Fresume/lists"}