added LaTeX template

This commit is contained in:
2026-05-28 00:47:46 +09:00
parent 67f994d7ee
commit 5f2b85feeb
17 changed files with 183 additions and 60 deletions
+30 -29
View File
@@ -2,60 +2,61 @@
pkgs.texliveSmall.withPackages (ps: with ps; [
# Bibliography
biber
bibtex
biblatex
bibtex
# Japanese Support
ascmac
babel
babel-japanese
luatexja
ascmac
bxjscls
zxjatype
collection-langjapanese
luatexja
zxjatype
# Fonts
noto
zxjafont
fontspec
haranoaji
libertine
inconsolata
latex-fonts
libertine
luainputenc
mathfont
newtx
luainputenc
fontspec
noto
type1cm
zxjafont
# Math
amsmath
amsfonts
unicode-math
mathtools
amsmath
lualatex-math
mathtools
unicode-math
# Graphics
graphics
wrapfig
caption
circuitikz
graphics
here
pgf
circuitikz
wrapfig
# Tools
latexmk
subfiles
enumitem
hyperref
cleveref
float
framed
tabularray
footmisc
listings
xcolor
xstring
xpatch
blindtext
multirow
cleveref
enumitem
etoolbox
float
footmisc
framed
hyperref
latexmk
listings
multirow
subfiles
tabularray
xcolor
xpatch
xstring
] ++ [ ps.import pkgs.my-latex-pkgs ])
+2 -2
View File
@@ -41,8 +41,8 @@ pkgs.vim-full.customize {
syntax enable
let g:vimtex_view_method = 'general'
let g:vimtex_view_general_viewer = 'okular'
let g:vimtex_view_general_options = '--unique file:@pdf\#src:@line@tex'
let g:vimtex_view_general_viewer = 'qpdfview'
let g:vimtex_view_general_options = '--unique @pdf\#src:@tex:@line:@col'
let g:vimtex_compiler_method = 'latexmk'
let maplocalleader = ","