├── README.md ├── LICENSE └── .gitignore /README.md: -------------------------------------------------------------------------------- 1 | # resume-workshop -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 worker 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Core latex/pdflatex auxiliary files: 2 | *.aux 3 | *.lof 4 | *.log 5 | *.lot 6 | *.fls 7 | *.out 8 | *.toc 9 | *.fmt 10 | *.fot 11 | *.cb 12 | *.cb2 13 | .*.lb 14 | 15 | ## Intermediate documents: 16 | *.dvi 17 | *.xdv 18 | *-converted-to.* 19 | # these rules might exclude image files for figures etc. 20 | # *.ps 21 | # *.eps 22 | # *.pdf 23 | 24 | ## Generated if empty string is given at "Please type another file name for output:" 25 | .pdf 26 | 27 | ## Bibliography auxiliary files (bibtex/biblatex/biber): 28 | *.bbl 29 | *.bcf 30 | *.blg 31 | *-blx.aux 32 | *-blx.bib 33 | *.run.xml 34 | 35 | ## Build tool auxiliary files: 36 | *.fdb_latexmk 37 | *.synctex 38 | *.synctex(busy) 39 | *.synctex.gz 40 | *.synctex.gz(busy) 41 | *.pdfsync 42 | *.rubbercache 43 | rubber.cache 44 | 45 | ## Build tool directories for auxiliary files 46 | # latexrun 47 | latex.out/ 48 | 49 | ## Auxiliary and intermediate files from other packages: 50 | # algorithms 51 | *.alg 52 | *.loa 53 | 54 | # achemso 55 | acs-*.bib 56 | 57 | # amsthm 58 | *.thm 59 | 60 | # beamer 61 | *.nav 62 | *.pre 63 | *.snm 64 | *.vrb 65 | 66 | # changes 67 | *.soc 68 | 69 | # comment 70 | *.cut 71 | 72 | # cprotect 73 | *.cpt 74 | 75 | # elsarticle (documentclass of Elsevier journals) 76 | *.spl 77 | 78 | # endnotes 79 | *.ent 80 | 81 | # fixme 82 | *.lox 83 | 84 | # feynmf/feynmp 85 | *.mf 86 | *.mp 87 | *.t[1-9] 88 | *.t[1-9][0-9] 89 | *.tfm 90 | 91 | #(r)(e)ledmac/(r)(e)ledpar 92 | *.end 93 | *.?end 94 | *.[1-9] 95 | *.[1-9][0-9] 96 | *.[1-9][0-9][0-9] 97 | *.[1-9]R 98 | *.[1-9][0-9]R 99 | *.[1-9][0-9][0-9]R 100 | *.eledsec[1-9] 101 | *.eledsec[1-9]R 102 | *.eledsec[1-9][0-9] 103 | *.eledsec[1-9][0-9]R 104 | *.eledsec[1-9][0-9][0-9] 105 | *.eledsec[1-9][0-9][0-9]R 106 | 107 | # glossaries 108 | *.acn 109 | *.acr 110 | *.glg 111 | *.glo 112 | *.gls 113 | *.glsdefs 114 | *.lzo 115 | *.lzs 116 | *.slg 117 | *.slo 118 | *.sls 119 | 120 | # uncomment this for glossaries-extra (will ignore makeindex's style files!) 121 | # *.ist 122 | 123 | # gnuplot 124 | *.gnuplot 125 | *.table 126 | 127 | # gnuplottex 128 | *-gnuplottex-* 129 | 130 | # gregoriotex 131 | *.gaux 132 | *.glog 133 | *.gtex 134 | 135 | # htlatex 136 | *.4ct 137 | *.4tc 138 | *.idv 139 | *.lg 140 | *.trc 141 | *.xref 142 | 143 | # hypdoc 144 | *.hd 145 | 146 | # hyperref 147 | *.brf 148 | 149 | # knitr 150 | *-concordance.tex 151 | # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files 152 | # *.tikz 153 | *-tikzDictionary 154 | 155 | # listings 156 | *.lol 157 | 158 | # luatexja-ruby 159 | *.ltjruby 160 | 161 | # makeidx 162 | *.idx 163 | *.ilg 164 | *.ind 165 | 166 | # minitoc 167 | *.maf 168 | *.mlf 169 | *.mlt 170 | *.mtc[0-9]* 171 | *.slf[0-9]* 172 | *.slt[0-9]* 173 | *.stc[0-9]* 174 | 175 | # minted 176 | _minted* 177 | *.pyg 178 | 179 | # morewrites 180 | *.mw 181 | 182 | # newpax 183 | *.newpax 184 | 185 | # nomencl 186 | *.nlg 187 | *.nlo 188 | *.nls 189 | 190 | # pax 191 | *.pax 192 | 193 | # pdfpcnotes 194 | *.pdfpc 195 | 196 | # sagetex 197 | *.sagetex.sage 198 | *.sagetex.py 199 | *.sagetex.scmd 200 | 201 | # scrwfile 202 | *.wrt 203 | 204 | # svg 205 | svg-inkscape/ 206 | 207 | # sympy 208 | *.sout 209 | *.sympy 210 | sympy-plots-for-*.tex/ 211 | 212 | # pdfcomment 213 | *.upa 214 | *.upb 215 | 216 | # pythontex 217 | *.pytxcode 218 | pythontex-files-*/ 219 | 220 | # tcolorbox 221 | *.listing 222 | 223 | # thmtools 224 | *.loe 225 | 226 | # TikZ & PGF 227 | *.dpth 228 | *.md5 229 | *.auxlock 230 | 231 | # titletoc 232 | *.ptc 233 | 234 | # todonotes 235 | *.tdo 236 | 237 | # vhistory 238 | *.hst 239 | *.ver 240 | 241 | # easy-todo 242 | *.lod 243 | 244 | # xcolor 245 | *.xcp 246 | 247 | # xmpincl 248 | *.xmpi 249 | 250 | # xindy 251 | *.xdy 252 | 253 | # xypic precompiled matrices and outlines 254 | *.xyc 255 | *.xyd 256 | 257 | # endfloat 258 | *.ttt 259 | *.fff 260 | 261 | # Latexian 262 | TSWLatexianTemp* 263 | 264 | ## Editors: 265 | # WinEdt 266 | *.bak 267 | *.sav 268 | 269 | # Texpad 270 | .texpadtmp 271 | 272 | # LyX 273 | *.lyx~ 274 | 275 | # Kile 276 | *.backup 277 | 278 | # gummi 279 | .*.swp 280 | 281 | # KBibTeX 282 | *~[0-9]* 283 | 284 | # TeXnicCenter 285 | *.tps 286 | 287 | # auto folder when using emacs and auctex 288 | ./auto/* 289 | *.el 290 | 291 | # expex forward references with \gathertags 292 | *-tags.tex 293 | 294 | # standalone packages 295 | *.sta 296 | 297 | # Makeindex log files 298 | *.lpz 299 | 300 | # xwatermark package 301 | *.xwm 302 | 303 | # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib 304 | # option is specified. Footnotes are the stored in a file with suffix Notes.bib. 305 | # Uncomment the next line to have this generated file ignored. 306 | #*Notes.bib 307 | --------------------------------------------------------------------------------