View Issue Details

IDProjectCategoryView StatusLast Update
0016598Scribus3rd Partypublic2021-06-28 18:10
Reporterwillsonlin Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Summary0016598: Add LuaLaTeX and GuitarTeX Support for Render Frame
DescriptionSince 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.
TagsNo tags attached.
PatchNo

Activities

willsonlin

2021-06-28 15:14

reporter  

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>
700_lualatex.xml (345 bytes)   

Issue History

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