File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,6 +165,16 @@ latex_package(
165165 tests = ["colortbl_test.tex" ],
166166)
167167
168+ latex_package (
169+ name = "cookingsymbols" ,
170+ srcs = [
171+ ":booktabs" ,
172+ "@texlive_texmf__texmf-dist__fonts__tfm__public__cookingsymbols" ,
173+ "@texlive_texmf__texmf-dist__tex__latex__cookingsymbols" ,
174+ ],
175+ tests = ["cookingsymbols_test.tex" ],
176+ )
177+
168178latex_package (
169179 name = "csquotes" ,
170180 srcs = [
@@ -921,7 +931,7 @@ latex_package(
921931 "@texlive_texmf__texmf-dist__tex__latex__filehook" ,
922932 "@texlive_texmf__texmf-dist__tex__latex__l3packages__l3keys2e" ,
923933 "@texlive_texmf__texmf-dist__tex__latex__unicode-math" ,
924- "@texlive_texmf__texmf-dist__tex__lualatex__lualatex-math"
934+ "@texlive_texmf__texmf-dist__tex__lualatex__lualatex-math" ,
925935 ],
926936 tests = ["unicode-math_test.tex" ],
927937)
Original file line number Diff line number Diff line change 1+ \documentclass {report }
2+ \usepackage {cookingsymbols }
3+ \begin {document }
4+ \Oven
5+ \end {document }
You can’t perform that action at this time.
0 commit comments