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 b3309e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ All notable changes to lua-widow-control will be listed here, in reverse chronol

## Unreleased

- Add support for [LuaMetaLaTeX and LuaMetaPlain](https://github.com/zauguin/luametalatex). All features should work identically to the LuaTeX-based version, although there are a few minor bugs. ([#40](https://github.com/gucci-on-fleek/lua-widow-control/pull/40))

- Fully support inserts/footnotes in LuaMetaTeX ([#38](https://github.com/gucci-on-fleek/lua-widow-control/issues/38)).

- Add support for presets in ConTeXt.
Expand Down
4 changes: 4 additions & 0 deletions docs/manual/lwc-manual.tex
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 b3309e2

Please sign in to comment.