diff options
author | JSDurand <mmemmew@gmail.com> | 2021-07-01 12:53:09 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-07-01 12:53:09 +0800 |
commit | ffc9e558c56538123ceec08cddbe866d95605d76 (patch) | |
tree | 1758678c9d7d937c449ad7ef305d7d14eb11dfaa | |
parent | d2cdcd1596a856c303b4faf294d281aaf7b9d658 (diff) |
skeleton: delete the vspace{-10ex} part
-rw-r--r-- | skeleton-conf.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skeleton-conf.el b/skeleton-conf.el index eaffe17..bfaffe3 100644 --- a/skeleton-conf.el +++ b/skeleton-conf.el @@ -106,9 +106,11 @@ \\newcommand{\\n}{\\mathbb{N}} \\newcommand{\\z}{\\mathbb{Z}} \\newcommand{\\q}{\\mathbb{Q}} +\\renewcommand{\\labelenumi}{\\arabic{enumi}.} +\\renewcommand{\\labelenumii}{(\\alph{enumii})} \\begin{document} \\maketitle -\\vspace{-10ex}\n" +\n" > _ "\n\\end{document}") |