diff options
| author | John MacFarlane <[email protected]> | 2022-01-24 09:29:34 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-24 09:29:34 -0800 |
| commit | 623fa4e1b9218e8acafa0a4f3c9df322774fbd60 (patch) | |
| tree | cc882dd5ec728b8bb4bbd47a9b4b7d32082bdd97 /doc | |
| parent | a9f901cf6b8eebd02fb180cb4197a08b2a1267c2 (diff) | |
Fix lua-filters documentation for table column widths.
See #7864.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lua-filters.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 15efc8c59..060e19956 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1887,8 +1887,7 @@ This is a pair, i.e., a plain table, with the following components: 1. cell alignment ([Alignment]). -2. table column width, as a fraction of the total table width - (number). +2. table column width, as a fraction of the page width (number). ### ListAttributes {#type-listattributes} |
