diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/yamlvars/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.pdf | bin | 82561 -> 82984 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.tex | 12 |
3 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/lualatex/yamlvars/README.md b/Master/texmf-dist/doc/lualatex/yamlvars/README.md index 031de6c53a7..509e5366c97 100644 --- a/Master/texmf-dist/doc/lualatex/yamlvars/README.md +++ b/Master/texmf-dist/doc/lualatex/yamlvars/README.md @@ -1,13 +1,13 @@ # YAMLvars -- parse a YAML document and create definitions in LaTeX This LuaLaTeX package provides a YAML parser and some functions to declare and define LaTeX definitions using YAML files. -It uses the [`markdown-tinyyaml`](https://github.com/api7/lua-tinyyaml) parser that is shipped with the [`markdown`](https://ctan.org/pkg/markdown) package. +It uses the [`tinyyaml`](https://ctan.org/pkg/lua-tinyyaml) parser. # License -Copyright (C) 2021-2022 Kale Ewasiuk +Copyright (C) 2021-2023 Kale Ewasiuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.pdf b/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.pdf Binary files differindex a91095c8327..4719837d3c8 100644 --- a/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.pdf +++ b/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.pdf diff --git a/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.tex b/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.tex index cd6888cea83..552fc21988d 100644 --- a/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.tex +++ b/Master/texmf-dist/doc/lualatex/yamlvars/yamlvars.tex @@ -1,6 +1,6 @@ % Kale Ewasiuk (kalekje@gmail.com) -% 2023-07-18 -% Copyright (C) 2021-2022 Kale Ewasiuk +% 2023-07-22 +% Copyright (C) 2021-2023 Kale Ewasiuk % % Permission is hereby granted, free of charge, to any person obtaining a copy % of this software and associated documentation files (the "Software"), to deal @@ -53,7 +53,6 @@ \date{\today} -\usepackage[pl,extrasglobals]{penlight} \usepackage[overwritedefs]{yamlvars} \title{YAMLvars} \subtitle{a YAML variable parser for LuaLaTeX} @@ -115,10 +114,9 @@ The YAML specification: \url{https://yaml.org/spec/}\\ Many of the ``transform'' and ``processing'' functions built-in to this package rely on other packages, like -\texttt{hyperref}, for example, but it is not loaded, and this package will only load -\cmd{penlight}, -\cmd{luacode}, -\cmd{xspace}, and +\texttt{hyperref}, or \texttt{xspace} for example, but they are not loaded, and this package will only load +\cmd{penlightplus}, +\cmd{luacode}, \cmd{luakeys}, and \cmd{etoolbox}. \section{Declaring variables} |