Skip to content

Commit 0e217c7

Browse files
authored
Merge pull request #315 from quazgar/pr-german-quotes
ENH: latex: German quotes.
2 parents fa61951 + f0a0d0c commit 0e217c7

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)