summaryrefslogtreecommitdiff
path: root/tex/context/base/mtx-context-common.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mtx-context-common.tex')
-rw-r--r--tex/context/base/mtx-context-common.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mtx-context-common.tex b/tex/context/base/mtx-context-common.tex
index a34e47747..2db0a5be2 100644
--- a/tex/context/base/mtx-context-common.tex
+++ b/tex/context/base/mtx-context-common.tex
@@ -29,7 +29,7 @@
\startluacode
local paperformat = document.arguments['paperformat'] or 'A4*A4'
- paperformat = string.upper(paperformat)
+ -- paperformat = string.upper(paperformat) -- no, as we don't want to uppercase 'landscape'
local f, t = string.match(paperformat,"^(.-)%s*[%*xX]%s*(.-)$")
if not f then
f, t = "A4", "A4"