Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

jeftersantiago/yasnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My emacs snippets

  • [ ] snippets for gnuplot

TeX snippets

Symbols

  • ;d : Δ
  • ;;d: δ
  • ;F : φ
  • ;f : \varphi
  • ;a : α
  • ;l : λ
  • ;g : \upgamma
  • inf: ∞
  • ;m : μ
  • pt : ∂
  • ;r : ρ
  • ;t : θ
  • ;b : β
  • ;n : ∇
  • ;p : π
  • ~= : ≈
  • * : ⋅
  • ... : \cdots
  • sset : ⊂
  • AA : ∀
  • EE : ∃
  • +- : ±
  • != : ≠
  • ---> : ⇒
  • cos : cos
  • acos : arccos
  • sin : sin
  • sen : sin
  • asin : arcsin
  • asen : arcsin
  • >= : \geq
  • <= : \leq
  • << : \ll
  • >> : \gg
  • <- : ←
  • -> : →
  • <-- : \Longleftarrow
  • --> : \Longrightarrow
  • <> : \left \langle cursor \right \rangle
  • <-> : ↔
  • [] : \left[ cursor \right]

Structures

  • ^ : cursor
  • exp : ecursor
  • df : \frac{d cursor}{d cursor}
  • pd : \frac{∂ cursor}{∂ cursor}
  • pintegral : \oint{cursor}
  • dintegral
    \int_{=lower=}^{=upper=}{=cursor=}
        
  • lim : limfromto{cursor}
  • ;v : \vec{cursor}
  • begin : \begin{name} cursor \end{name}
  • eq :
    \begin{equation}
         \boxed{=cursor=}
         \label{=cursor=}
     \end{equation}
        
  • $b :
    $$\boxed{ =cursor= }$$
        
  • $$ : $$ cursor $$
  • $ : $=cursor=$
  • ct : \cite{cursor}
  • deg : ˆ
  • // : \frac{val 1}{val 2}
  • () : \left( cursor \right)
  • ;R : \mathbb{R}
  • matrix :
    \begin{pmatrix} =cursor= \end{pmatrix}
        

Org-mode snippets

  • cp : #+caption:
  • img :
    #+attr_latex: :width ${1}cm :height ${2}cm
    [[=cursor=]]   
        
  • sd : begin / end shaded block
  • table : table tablet with latex attributes
  • theorem : theorem with shaded block
  • wrap : template for wrapped image
  • tex : latex block

About

(Moved to my emacs configurations). Collection of snippets for Emacs, mostly LaTeX and org-mode structures.

Resources

Stars

Watchers

Forks

Contributors