aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-12-02 10:39:02 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-12-02 10:39:02 -0700
commit5bcffe6e8c08688e69c9b0765bfb34369b2175dc (patch)
tree994b21f1520d0018a974320fe5478192aeb57c97
parent77c4c94ae2f5384e136b835a60e7411d3c79a427 (diff)
downloaddotfiles-5bcffe6e8c08688e69c9b0765bfb34369b2175dc.tar.gz
vim tex skel
-rw-r--r--.vim/skel/tex28
1 files changed, 25 insertions, 3 deletions
diff --git a/.vim/skel/tex b/.vim/skel/tex
index efb649a..1f63cbc 100644
--- a/.vim/skel/tex
+++ b/.vim/skel/tex
@@ -5,7 +5,12 @@
\documentclass[letter,11pt]{article}
-\usepackage[margin=.7in]{geometry}
+\usepackage[
+ left=.7in,
+ right=.7in,
+ top=.703in,
+ bottom=.703in
+]{geometry}
\usepackage[
short,
@@ -17,9 +22,13 @@
\addbibresource{\jobname.bib}
+\newcommand{\ac}[2][]{{\smaller\normalfont\ifthenelse{\equal{#1}{}}{\autocite{#2}}{\autocite[#1]{#2}}}}
+\newcommand{\acp}[2][]{\
+{\smaller\normalfont\ifthenelse{\equal{#1}{}}{\autocite{#2}}{\autocite[#1]{#2}}}\hspace{\fontdimen7\font}}
\usepackage{microtype}
+\microtypesetup{tracking=smallcaps,letterspace=50}
\usepackage[match]{luatexja-fontspec}
\ltjsetparameter{jacharrange={-2,-3}}
\usepackage{luatexja-ruby}
@@ -59,8 +68,6 @@
\usepackage{setspace}
\setstretch{1.14}
-
-
\usepackage{multicol}
\renewenvironment{quote}{%
@@ -88,6 +95,21 @@
\makeatother
+\newcommand{\dd}{.~.~.\@}
+\newcommand{\ddd}{.~.~.~.}
+\newcommand{\di}{[...\@]}
+
+\newlength{\footnoteback}
+
+\newcommand{\fns}[1]{%
+ \setlength{\footnoteback}{\skip\footins}%
+ \setlength{\skip\footins}{#1}%
+}
+
+\newcommand{\fnr}{\setlength{\skip\footins}{\footnoteback}}
+
+
+\usepackage[unicode,colorlinks=false]{hyperref}
\begin{document}