You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a text editor, create a text document named content.md with the following content. Replace the graphical tab characters (↹) with actual tab characters:
These words are separated by spaces and these↹are↹separated↹by↹tabs.
Executing LuaTeX should produce a PDF document named test.pdf with the following content:
These (SPACE) words (SPACE) are (SPACE) separated (SPACE) by (SPACE) spaces (SPACE) and
(SPACE) these (SPACE) are (SPACE) separated (SPACE) by (SPACE) tabs.
These (SPACE) words (SPACE) are (SPACE) separated (SPACE) by (SPACE) spaces (SPACE) and
(SPACE) these (TAB) are (TAB) separated (TAB) by (TAB) tabs.
Actual behavior
Executing LuaTeX produces a PDF document named test.pdf with the following content:
These (SPACE) words (SPACE) are (SPACE) separated (SPACE) by (SPACE) spaces (SPACE) and
(SPACE) these (SPACE) are (SPACE) separated (SPACE) by (SPACE) tabs.
These (SPACE) words (SPACE) are (SPACE) separated (SPACE) by (SPACE) spaces (SPACE) and
(SPACE) these (SPACE) are (SPACE) separated (SPACE) by (SPACE) tabs.
The text was updated successfully, but these errors were encountered:
Steps to reproduce bug
Create a text document named
test.tex
with the following content:Using a text editor, create a text document named content.md with the following content. Replace the graphical tab characters (↹) with actual tab characters:
Afterwards, execute LuaTeX:
Expected behavior
Executing LuaTeX should produce a PDF document named
test.pdf
with the following content:Actual behavior
Executing LuaTeX produces a PDF document named
test.pdf
with the following content:The text was updated successfully, but these errors were encountered: