diff --git a/README.md b/README.md index c16e990..01f755e 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Now, we only need to get the contents of that variable into the LaTeX source, and finally the compiled PDF. The LaTeX package `hyperref` can modify PDF metadata. -In the LaTeX preamble, we can then use +In the LaTeX preamble, we can then use, for example, ```latex \usepackage[pdfusetitle]{hyperref}% pdfusetitle reads from \author and \title @@ -495,23 +495,22 @@ Note that in LaTeX, you likely used `\author{}` and `\title{ name)` lets us retrieve environment variables, which are +then turned into macros/control sequences (`\newcommand`) of a given name using +`token.set_macro( csname, content)`, see the [LuaTeX reference](http://mirrors.ctan.org/systems/doc/luatex/luatex.pdf) +on all the included Lua functionality provided by LuaTeX, on top of regular Lua. ### Add PDF Download Button