@@ -139,7 +139,7 @@ baskervald_adf_fourier:
139139 \usepackage{amssymb}
140140 \usepackage{xcolor}
141141 \usepackage[upright]{fourier}
142- \usepackage{baskervald }
142+ \usepackage{Baskervaldx }
143143 \usepackage[defaultmathsizes,noasterisk]{mathastext}
144144
145145baskerville_it :
@@ -155,7 +155,7 @@ baskerville_it:
155155
156156biolinum :
157157 description : Biolinum
158- compiler : latex
158+ compiler : xelatex
159159 preamble : |-
160160 \usepackage{amsmath}
161161 \usepackage{amssymb}
@@ -183,6 +183,7 @@ brushscriptx:
183183 \renewcommand{\bfdefault}{xl}
184184 \usepackage[defaultmathsizes,noasterisk]{mathastext}
185185 \boldmath
186+ \usepackage{lmodern} % Tambahkan ini
186187
187188chalkboard_se :
188189 description : Chalkboard SE
@@ -197,7 +198,7 @@ chalkboard_se:
197198
198199chalkduster :
199200 description : Chalkduster
200- compiler : lualatex
201+ compiler : xelatex # lualatex
201202 preamble : |-
202203 \usepackage{amsmath}
203204 \usepackage{amssymb}
@@ -351,7 +352,7 @@ electrum_adf:
351352 \usepackage{xcolor}
352353 \usepackage[T1]{fontenc}
353354 \usepackage[LGRgreek,basic,defaultmathsizes]{mathastext}
354- \usepackage[lf]{electrum}
355+ \usepackage[lf]{electrum} % electrum.sty tidak ditemukan
355356 \Mathastext
356357 \let\varphi\phi
357358
@@ -519,7 +520,7 @@ libris_adf_fourier:
519520 \usepackage{xcolor}
520521 \usepackage[T1]{fontenc}
521522 \usepackage[upright]{fourier}
522- \usepackage{libris}
523+ \usepackage{libris} % `libris.sty' not found
523524 \renewcommand{\familydefault}{\sfdefault}
524525 \usepackage[noasterisk]{mathastext}
525526
@@ -574,7 +575,7 @@ new_century_schoolbook_px:
574575
575576noteworthy_light :
576577 description : Noteworthy Light
577- compiler : latex
578+ compiler : xelatex % asalnya latex
578579 preamble : |-
579580 \usepackage{amsmath}
580581 \usepackage{amssymb}
@@ -614,11 +615,11 @@ romande_adf_fourier_it:
614615 \usepackage{xcolor}
615616 \usepackage[T1]{fontenc}
616617 \usepackage{fourier}
617- \usepackage{romande}
618+ \usepackage{romande} % File ini `romandeadf.sty' not found
618619 \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
619620 \renewcommand{\itshape}{\swashstyle}
620621
621- slitex :
622+ slitex : # tidak muncul
622623 description : SliTeX (Euler Greek)
623624 compiler : latex
624625 preamble : |-
@@ -681,7 +682,7 @@ venturis_adf_fourier_it:
681682 \usepackage{amssymb}
682683 \usepackage{xcolor}
683684 \usepackage{fourier}
684- \usepackage[lf]{venturis}
685+ \usepackage[lf]{venturis} % File `venturis.sty' not found
685686 \usepackage[italic,defaultmathsizes,noasterisk]{mathastext}
686687
687688verdana_it :
@@ -705,7 +706,7 @@ vollkorn:
705706 \usepackage[T1]{fontenc}
706707 \usepackage{txfonts}
707708 \usepackage[upright]{txgreeks}
708- \usepackage{vollkorn}
709+ \usepackage{vollkorn} % File `vollkorn.sty' not found
709710 \usepackage[defaultmathsizes]{mathastext}
710711
711712vollkorn_fourier_it :
@@ -716,7 +717,7 @@ vollkorn_fourier_it:
716717 \usepackage{amssymb}
717718 \usepackage{xcolor}
718719 \usepackage{fourier}
719- \usepackage{vollkorn}
720+ \usepackage{vollkorn} % File `vollkorn.sty' not found
720721 \usepackage[italic,nohbar]{mathastext}
721722
722723zapf_chancery :
@@ -734,3 +735,23 @@ zapf_chancery:
734735 \renewcommand\bfdefault\mddefault
735736 \usepackage[defaultmathsizes]{mathastext}
736737 \linespread{1.05}
738+
739+ music_template :
740+ description : " "
741+ compiler : latex
742+ preamble : |-
743+ \usepackage[english]{babel}
744+ \usepackage{amsmath}
745+ \usepackage{amssymb}
746+ \usepackage{xcolor}
747+ \usepackage{musixtex}
748+
749+ times_template :
750+ description : " "
751+ compiler : xelatex
752+ preamble : |-
753+ \usepackage[UTF8]{ctex}
754+ \usepackage{amsmath}
755+ \usepackage{amssymb}
756+ \usepackage{xcolor}
757+ \usepackage{fontspec}\setmainfont{Times New Roman}
0 commit comments