Skip to content

Commit b219953

Browse files
committed
Add cookingsymbols package
1 parent 48bc8b9 commit b219953

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

packages/BUILD.bazel

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
168178
latex_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
)

packages/cookingsymbols_test.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
\documentclass{report}
2+
\usepackage{cookingsymbols}
3+
\begin{document}
4+
\Oven
5+
\end{document}

0 commit comments

Comments
 (0)