View Issue Details

IDProjectCategoryView StatusLast Update
0016548ScribusGeneralpublic2021-04-22 18:31
Reporteruser6623Assigned Tocbradney  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.7.svn 
Fixed in Version1.5.7.svn 
Summary0016548: Updated 600_xelatex.xml
DescriptionFixed a conflict regarding amsmath package.
TagsNo tags attached.
PatchYes

Activities

user6623

2021-04-17 06:21

  ~0049101

Fixed one more error (undefined control sequence for some symbols) and updated the patch. I apologize for inconvenience.
update_xelatex.patch (1,627 bytes)   
From a241555386d50e44b888ebd5ecfa627625cbef9d Mon Sep 17 00:00:00 2001
From: abhidesh128 <56992370+abhidesh128@users.noreply.github.com>
Date: Fri, 16 Apr 2021 14:00:30 +0530
Subject: [PATCH 1/2] Update 600_xelatex.xml

Fixed a conflict with amsmath
---
 resources/editorconfig/600_xelatex.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/editorconfig/600_xelatex.xml b/resources/editorconfig/600_xelatex.xml
index f6663140c1..8a12dd247e 100644
--- a/resources/editorconfig/600_xelatex.xml
+++ b/resources/editorconfig/600_xelatex.xml
@@ -145,6 +145,7 @@
 	<preamble>
 		\documentclass[$scribus_fontsize$]{extarticle}
 		\usepackage{fontspec}
+		\usepackage{amsmath}
 		\usepackage{unicode-math}
 		\usepackage[paperwidth=$scribus_realwidth$ pt,
 		            paperheight=$scribus_realheight$ pt,

From 3a7f9bba211b4ec70f28b034a1ddbec760fdd6ae Mon Sep 17 00:00:00 2001
From: abhidesh128 <56992370+abhidesh128@users.noreply.github.com>
Date: Sat, 17 Apr 2021 11:34:51 +0530
Subject: [PATCH 2/2] Fixed Undefined Control Sequence for some symbols

Added amssymb to preamble.
---
 resources/editorconfig/600_xelatex.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/editorconfig/600_xelatex.xml b/resources/editorconfig/600_xelatex.xml
index 8a12dd247e..3649fb159b 100644
--- a/resources/editorconfig/600_xelatex.xml
+++ b/resources/editorconfig/600_xelatex.xml
@@ -145,6 +145,7 @@
 	<preamble>
 		\documentclass[$scribus_fontsize$]{extarticle}
 		\usepackage{fontspec}
+		\usepackage{amssymb}
 		\usepackage{amsmath}
 		\usepackage{unicode-math}
 		\usepackage[paperwidth=$scribus_realwidth$ pt,
update_xelatex.patch (1,627 bytes)   

Issue History

Date Modified Username Field Change
2021-04-16 08:51 user6623 New Issue
2021-04-16 08:51 user6623 File Added: update_xelatex.patch
2021-04-16 14:38 jghali Category - => General
2021-04-17 06:19 user6623 File Deleted: update_xelatex.patch
2021-04-17 06:21 user6623 Note Added: 0049101
2021-04-17 06:21 user6623 File Added: update_xelatex.patch
2021-04-17 21:21 cbradney Assigned To => cbradney
2021-04-17 21:21 cbradney Status new => resolved
2021-04-17 21:21 cbradney Resolution open => fixed
2021-04-17 21:21 cbradney Fixed in Version => 1.5.7.svn
2021-04-22 18:31 cbradney Status resolved => closed