mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
added LaTeX template
This commit is contained in:
+30
-29
@@ -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 ])
|
||||
|
||||
Reference in New Issue
Block a user