git config
This commit is contained in:
parent
86d1dd3874
commit
0c2c7eb760
2 changed files with 24 additions and 2 deletions
19
doom/snippets/org-mode/common-tex-headers
Normal file
19
doom/snippets/org-mode/common-tex-headers
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: common-tex-headers
|
||||
# key:
|
||||
# --
|
||||
|
||||
#+OPTIONS: toc:nil
|
||||
#+LaTeX_HEADER: \documentclass[12pt]{article}
|
||||
#+LaTeX_HEADER: \usepackage[spanish]{babel}
|
||||
#+LaTeX_HEADER: \AtBeginDocument{\selectlanguage{spanish}}
|
||||
#+LaTeX_HEADER: \usepackage[margin=1in]{geometry}
|
||||
#+LaTeX_HEADER: \usepackage{multicol}
|
||||
#+LaTeX_HEADER: \usepackage{xcolor}
|
||||
#+LaTeX_HEADER: \usepackage{amsmath}
|
||||
#+LaTeX_HEADER: \usepackage{gensymb}
|
||||
#+LaTeX_HEADER: \usepackage{cancel}
|
||||
#+LaTeX_HEADER: \usepackage{tikz}
|
||||
#+LaTeX_HEADER: \usetikzlibrary{calc}
|
||||
#+cite_export: csl ~/.config/snippets/apa.csl
|
||||
#+bibliography: refs.bib
|
|
@ -1,3 +1,6 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[user]
|
||||
email = tavo@tavo.one
|
||||
name = tavo
|
||||
email = tavo@tavo.one
|
||||
name = tavo
|
||||
|
|
Loading…
Reference in a new issue