Tagged Questions
9
votes
1answer
141 views
How to raise a LaTeX warning from within Lua code?
I want to raise a warning from within Lua code. With advice from the LuaTeX wiki and LaTeX 2𝜀 for class and package writers, I arrived at the following (working) solution:
\documentclass{article}
...
3
votes
1answer
196 views
LuaLatex package: \dofile results in error “no such file or directory”
I've written some macros that randomly selects questions from a database to include on an exam. The start of my .sty file reads as follows:
\NeedsTeXFormat{LaTeX2e}
...
23
votes
4answers
410 views
Any suggestions/requests for features for a new package that allows disabling ligatures for (pre)selected words?
I'm starting to put together a LaTeX package, which I hope to distribute broadly, that
provides lualatex code to disable ligation of character pairs and triplets for selected words (globally within ...