r18287 by jghali - #9814: Latex Render frames fails with documents larger than a4

scribus-commit scribus-commit at lists.scribus.net
Fri May 24 22:18:47 UTC 2013


Author: jghali
Date: Fri May 24 22:18:47 2013
New Revision: 18287

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18287
Log:
#9814: Latex Render frames fails with documents larger than a4

Modified:
    trunk/Scribus/resources/editorconfig/100_latex.xml

Modified: trunk/Scribus/resources/editorconfig/100_latex.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18287&path=/trunk/Scribus/resources/editorconfig/100_latex.xml
==============================================================================
--- trunk/Scribus/resources/editorconfig/100_latex.xml (original)
+++ trunk/Scribus/resources/editorconfig/100_latex.xml Fri May 24 22:18:47 2013
@@ -119,9 +119,11 @@
 		</i18n>
 	</empty-frame-text>
 	<preamble>
-		\documentclass[a4paper,$scribus_fontsize$]{extarticle}
+		\documentclass[$scribus_fontsize$]{extarticle}
 		\usepackage[utf8]{inputenc}
-		\usepackage[left=0cm,top=0cm,right=0cm,bottom=0cm,nohead,nofoot]{geometry}
+		\usepackage[paperwidth=$scribus_realwidth$ pt,
+		            paperheight=$scribus_realheight$ pt,
+					left=0cm,top=0cm,right=0cm,bottom=0cm,nohead,nofoot]{geometry}
 		\title{Scribus-Latex-File}
 		$scribus_font$
 		$scribus_additionalheaders$




More information about the scribus-commit mailing list