My current resume, in LaTeX format. Output in PDF.

.gitignore 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. # Created by https://www.gitignore.io/api/git,latex,linux,emacs
  2. ### Emacs ###
  3. # -*- mode: gitignore; -*-
  4. *~
  5. \#*\#
  6. /.emacs.desktop
  7. /.emacs.desktop.lock
  8. *.elc
  9. auto-save-list
  10. tramp
  11. .\#*
  12. # Org-mode
  13. .org-id-locations
  14. *_archive
  15. # flymake-mode
  16. *_flymake.*
  17. # eshell files
  18. /eshell/history
  19. /eshell/lastdir
  20. # elpa packages
  21. /elpa/
  22. # reftex files
  23. *.rel
  24. # AUCTeX auto folder
  25. /auto/
  26. # cask packages
  27. .cask/
  28. dist/
  29. # Flycheck
  30. flycheck_*.el
  31. # server auth directory
  32. /server/
  33. # projectiles files
  34. .projectile
  35. projectile-bookmarks.eld
  36. # directory configuration
  37. .dir-locals.el
  38. # saveplace
  39. places
  40. # url cache
  41. url/cache/
  42. # cedet
  43. ede-projects.el
  44. # smex
  45. smex-items
  46. # company-statistics
  47. company-statistics-cache.el
  48. # anaconda-mode
  49. anaconda-mode/
  50. ### Git ###
  51. *.orig
  52. ### LaTeX ###
  53. ## Core latex/pdflatex auxiliary files:
  54. *.aux
  55. *.lof
  56. *.log
  57. *.lot
  58. *.fls
  59. *.out
  60. *.toc
  61. *.fmt
  62. *.fot
  63. *.cb
  64. *.cb2
  65. ## Intermediate documents:
  66. *.dvi
  67. *.xdv
  68. *-converted-to.*
  69. # these rules might exclude image files for figures etc.
  70. # *.ps
  71. # *.eps
  72. # *.pdf
  73. ## Generated if empty string is given at "Please type another file name for output:"
  74. .pdf
  75. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  76. *.bbl
  77. *.bcf
  78. *.blg
  79. *-blx.aux
  80. *-blx.bib
  81. *.run.xml
  82. ## Build tool auxiliary files:
  83. *.fdb_latexmk
  84. *.synctex
  85. *.synctex(busy)
  86. *.synctex.gz
  87. *.synctex.gz(busy)
  88. *.pdfsync
  89. *Notes.bib
  90. ## Auxiliary and intermediate files from other packages:
  91. # algorithms
  92. *.alg
  93. *.loa
  94. # achemso
  95. acs-*.bib
  96. # amsthm
  97. *.thm
  98. # beamer
  99. *.nav
  100. *.pre
  101. *.snm
  102. *.vrb
  103. # changes
  104. *.soc
  105. # cprotect
  106. *.cpt
  107. # elsarticle (documentclass of Elsevier journals)
  108. *.spl
  109. # endnotes
  110. *.ent
  111. # fixme
  112. *.lox
  113. # feynmf/feynmp
  114. *.mf
  115. *.mp
  116. *.t[1-9]
  117. *.t[1-9][0-9]
  118. *.tfm
  119. #(r)(e)ledmac/(r)(e)ledpar
  120. *.end
  121. *.?end
  122. *.[1-9]
  123. *.[1-9][0-9]
  124. *.[1-9][0-9][0-9]
  125. *.[1-9]R
  126. *.[1-9][0-9]R
  127. *.[1-9][0-9][0-9]R
  128. *.eledsec[1-9]
  129. *.eledsec[1-9]R
  130. *.eledsec[1-9][0-9]
  131. *.eledsec[1-9][0-9]R
  132. *.eledsec[1-9][0-9][0-9]
  133. *.eledsec[1-9][0-9][0-9]R
  134. # glossaries
  135. *.acn
  136. *.acr
  137. *.glg
  138. *.glo
  139. *.gls
  140. *.glsdefs
  141. # gnuplottex
  142. *-gnuplottex-*
  143. # gregoriotex
  144. *.gaux
  145. *.gtex
  146. # hyperref
  147. *.brf
  148. # knitr
  149. *-concordance.tex
  150. # TODO Comment the next line if you want to keep your tikz graphics files
  151. *.tikz
  152. *-tikzDictionary
  153. # listings
  154. *.lol
  155. # makeidx
  156. *.idx
  157. *.ilg
  158. *.ind
  159. *.ist
  160. # minitoc
  161. *.maf
  162. *.mlf
  163. *.mlt
  164. *.mtc[0-9]*
  165. *.slf[0-9]*
  166. *.slt[0-9]*
  167. *.stc[0-9]*
  168. # minted
  169. _minted*
  170. *.pyg
  171. # morewrites
  172. *.mw
  173. # nomencl
  174. *.nlo
  175. # pax
  176. *.pax
  177. # pdfpcnotes
  178. *.pdfpc
  179. # sagetex
  180. *.sagetex.sage
  181. *.sagetex.py
  182. *.sagetex.scmd
  183. # scrwfile
  184. *.wrt
  185. # sympy
  186. *.sout
  187. *.sympy
  188. sympy-plots-for-*.tex/
  189. # pdfcomment
  190. *.upa
  191. *.upb
  192. # pythontex
  193. *.pytxcode
  194. pythontex-files-*/
  195. # thmtools
  196. *.loe
  197. # TikZ & PGF
  198. *.dpth
  199. *.md5
  200. *.auxlock
  201. # todonotes
  202. *.tdo
  203. # easy-todo
  204. *.lod
  205. # xindy
  206. *.xdy
  207. # xypic precompiled matrices
  208. *.xyc
  209. # endfloat
  210. *.ttt
  211. *.fff
  212. # Latexian
  213. TSWLatexianTemp*
  214. ## Editors:
  215. # WinEdt
  216. *.bak
  217. *.sav
  218. # Texpad
  219. .texpadtmp
  220. # Kile
  221. *.backup
  222. # KBibTeX
  223. *~[0-9]*
  224. # auto folder when using emacs and auctex
  225. /auto/*
  226. # expex forward references with \gathertags
  227. *-tags.tex
  228. ### Linux ###
  229. # temporary files which can be created if a process still has a handle open of a deleted file
  230. .fuse_hidden*
  231. # KDE directory preferences
  232. .directory
  233. # Linux trash folder which might appear on any partition or disk
  234. .Trash-*
  235. # .nfs files are created when an open file is removed but is still being accessed
  236. .nfs*
  237. # End of https://www.gitignore.io/api/git,latex,linux,emacs