View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016598 | Scribus | 3rd Party | public | 2021-06-28 15:14 | 2021-06-28 18:10 |
| Reporter | willsonlin | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0016598: Add LuaLaTeX and GuitarTeX Support for Render Frame | ||||
| Description | Since v1.5.7 has XeLaTeX in Render Frame,I suggest to add another two options to render frame engines list.These two are LuaLaTeX and GuitarTeX. I attached the imcomplete configuration file for LuaLaTeX,also,the configuration file for GuitarTeX could be found at https://bugs.scribus.net/view.php?id=3408. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 700_lualatex.xml (345 bytes)
<editorsettings description="LuaLaTeX">
<executable command="lualatex --interaction nonstopmode" />
<imagefile extension=".pdf"/>
<highlighter>
</highlighter>
<empty-frame-text>
</empty-frame-text>
<preamble>
\documentclass[a4paper]{article}
\begin{document}
</preamble>
<postamble>
\end{document}
</postamble>
</editorsettings>
| ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-06-28 15:14 | willsonlin | New Issue | |
| 2021-06-28 15:14 | willsonlin | File Added: 700_lualatex.xml | |
| 2021-06-28 18:10 | jghali | Priority | high => normal |