Latex example done during lecture 2022b
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

286 lines
2.9 KiB

1 year ago
  1. # ---> TeX
  2. ## Core latex/pdflatex auxiliary files:
  3. *.aux
  4. *.lof
  5. *.log
  6. *.lot
  7. *.fls
  8. *.out
  9. *.toc
  10. *.fmt
  11. *.fot
  12. *.cb
  13. *.cb2
  14. .*.lb
  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. ## Generated if empty string is given at "Please type another file name for output:"
  24. .pdf
  25. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  26. *.bbl
  27. *.bcf
  28. *.blg
  29. *-blx.aux
  30. *-blx.bib
  31. *.run.xml
  32. ## Build tool auxiliary files:
  33. *.fdb_latexmk
  34. *.synctex
  35. *.synctex(busy)
  36. *.synctex.gz
  37. *.synctex.gz(busy)
  38. *.pdfsync
  39. ## Build tool directories for auxiliary files
  40. # latexrun
  41. latex.out/
  42. ## Auxiliary and intermediate files from other packages:
  43. # algorithms
  44. *.alg
  45. *.loa
  46. # achemso
  47. acs-*.bib
  48. # amsthm
  49. *.thm
  50. # beamer
  51. *.nav
  52. *.pre
  53. *.snm
  54. *.vrb
  55. # changes
  56. *.soc
  57. # comment
  58. *.cut
  59. # cprotect
  60. *.cpt
  61. # elsarticle (documentclass of Elsevier journals)
  62. *.spl
  63. # endnotes
  64. *.ent
  65. # fixme
  66. *.lox
  67. # feynmf/feynmp
  68. *.mf
  69. *.mp
  70. *.t[1-9]
  71. *.t[1-9][0-9]
  72. *.tfm
  73. #(r)(e)ledmac/(r)(e)ledpar
  74. *.end
  75. *.?end
  76. *.[1-9]
  77. *.[1-9][0-9]
  78. *.[1-9][0-9][0-9]
  79. *.[1-9]R
  80. *.[1-9][0-9]R
  81. *.[1-9][0-9][0-9]R
  82. *.eledsec[1-9]
  83. *.eledsec[1-9]R
  84. *.eledsec[1-9][0-9]
  85. *.eledsec[1-9][0-9]R
  86. *.eledsec[1-9][0-9][0-9]
  87. *.eledsec[1-9][0-9][0-9]R
  88. # glossaries
  89. *.acn
  90. *.acr
  91. *.glg
  92. *.glo
  93. *.gls
  94. *.glsdefs
  95. *.lzo
  96. *.lzs
  97. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  98. # *.ist
  99. # gnuplottex
  100. *-gnuplottex-*
  101. # gregoriotex
  102. *.gaux
  103. *.gtex
  104. # htlatex
  105. *.4ct
  106. *.4tc
  107. *.idv
  108. *.lg
  109. *.trc
  110. *.xref
  111. # hyperref
  112. *.brf
  113. # knitr
  114. *-concordance.tex
  115. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  116. # *.tikz
  117. *-tikzDictionary
  118. # listings
  119. *.lol
  120. # luatexja-ruby
  121. *.ltjruby
  122. # makeidx
  123. *.idx
  124. *.ilg
  125. *.ind
  126. # minitoc
  127. *.maf
  128. *.mlf
  129. *.mlt
  130. *.mtc[0-9]*
  131. *.slf[0-9]*
  132. *.slt[0-9]*
  133. *.stc[0-9]*
  134. # minted
  135. _minted*
  136. *.pyg
  137. # morewrites
  138. *.mw
  139. # nomencl
  140. *.nlg
  141. *.nlo
  142. *.nls
  143. # pax
  144. *.pax
  145. # pdfpcnotes
  146. *.pdfpc
  147. # sagetex
  148. *.sagetex.sage
  149. *.sagetex.py
  150. *.sagetex.scmd
  151. # scrwfile
  152. *.wrt
  153. # sympy
  154. *.sout
  155. *.sympy
  156. sympy-plots-for-*.tex/
  157. # pdfcomment
  158. *.upa
  159. *.upb
  160. # pythontex
  161. *.pytxcode
  162. pythontex-files-*/
  163. # tcolorbox
  164. *.listing
  165. # thmtools
  166. *.loe
  167. # TikZ & PGF
  168. *.dpth
  169. *.md5
  170. *.auxlock
  171. # todonotes
  172. *.tdo
  173. # vhistory
  174. *.hst
  175. *.ver
  176. # easy-todo
  177. *.lod
  178. # xcolor
  179. *.xcp
  180. # xmpincl
  181. *.xmpi
  182. # xindy
  183. *.xdy
  184. # xypic precompiled matrices and outlines
  185. *.xyc
  186. *.xyd
  187. # endfloat
  188. *.ttt
  189. *.fff
  190. # Latexian
  191. TSWLatexianTemp*
  192. ## Editors:
  193. # WinEdt
  194. *.bak
  195. *.sav
  196. # Texpad
  197. .texpadtmp
  198. # LyX
  199. *.lyx~
  200. # Kile
  201. *.backup
  202. # gummi
  203. .*.swp
  204. # KBibTeX
  205. *~[0-9]*
  206. # TeXnicCenter
  207. *.tps
  208. # auto folder when using emacs and auctex
  209. ./auto/*
  210. *.el
  211. # expex forward references with \gathertags
  212. *-tags.tex
  213. # standalone packages
  214. *.sta
  215. # Makeindex log files
  216. *.lpz
  217. # xwatermark package
  218. *.xwm
  219. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  220. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  221. # Uncomment the next line to have this generated file ignored.
  222. #*Notes.bib