r18286 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:00 UTC 2013
Author: jghali
Date: Fri May 24 22:18:00 2013
New Revision: 18286
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18286
Log:
#9814: Latex Render frames fails with documents larger than a4
Modified:
branches/Version14x/Scribus/resources/editorconfig/100_latex.xml
Modified: branches/Version14x/Scribus/resources/editorconfig/100_latex.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18286&path=/branches/Version14x/Scribus/resources/editorconfig/100_latex.xml
==============================================================================
--- branches/Version14x/Scribus/resources/editorconfig/100_latex.xml (original)
+++ branches/Version14x/Scribus/resources/editorconfig/100_latex.xml Fri May 24 22:18:00 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