Skip to content

Commit f0a0d0c

Browse files
author
Daniel
committed
ENH: latex: German quotes.
1 parent 69cc1c1 commit f0a0d0c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

snippets/latex-mode/german-quotes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: German quotes
3+
# key: gqq
4+
# --
5+
\glqq{}$0\grqq{}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: German single quotes
3+
# key: gq
4+
# --
5+
\glq{}$0\grq{}

0 commit comments

Comments
 (0)