Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Oct 30, 2022
1 parent 99366b3 commit e1a40fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/manual/lwc-manual.tex
Expand Up @@ -295,6 +295,10 @@ \subsection{\ConTeXt{}}
\subsection{\OpTeX{}}
\Lwc/ works with any version of \OpTeX{} and has no dependencies.

\subsection{LuaMeta\TeX{}}

\Lwc/ has preliminary support for LuaMeta\LaTeX{} and LuaMetaPlain. All features should work identically to the \LuaTeX{}-based version, although there are a few minor bugs. You should always make sure to use the latest engine, format, and \lwc/ since these formats are under rapid development.


\section[sec:usage]{Loading the Package}

Expand Down
4 changes: 4 additions & 0 deletions tests/common/luametatex-wrapper
@@ -1,4 +1,8 @@
#!/bin/sh
# lua-widow-control
# https://github.com/gucci-on-fleek/lua-widow-control
# SPDX-License-Identifier: MPL-2.0+
# SPDX-FileCopyrightText: 2022 Max Chernoff
set -eu

format=$(echo "$@" | sed -E 's/^.*--fmt=([^ ]*) .*$/\1/')
Expand Down

0 comments on commit e1a40fe

Please sign in to comment.