View Issue Details

IDProjectCategoryView StatusLast Update
0008256ScribusGraphics / Image Framespublic2009-09-27 21:30
Reporterjoolsr Assigned ToHerm 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.5svn 
Fixed in Version1.5.0svn 
Summary0008256: Trying Using 'Edit Source' scribus process goes to 95% and hangs Scribus
DescriptionScribus Version 1.3.5.rc3
29 June 2009
Build ID: C-C-T-F-C1.8.6
Using Ghostscript version 8.64

on Ubuntu 9.0.4 (Windows Xp worked fine)

Steps to Reproduce:-

1. Add a Latex Frame (contents do not matter)
2. Right Click the Latex Frame, and 'Edit Source'.

No editor appears, instead Scribus goes to 95% CPU trying to render Latex Editor Window without success.

This happens for each LaTeX frame I have. The frames are only a few lines long.
Additional InformationThe command to call Latex is the default ie 'pdflatex --interaction nonstopmode' which if you run on a cmd line itself appears to work ok.

Using the same Scribus File on Windows XP, 1.3.5 RC3 shows the Latex editor fine, although doesn't render the latex itself( Although I haven't got any Latex binaries installed on Windows)

PDFLatex is installed.
TagsNo tags attached.
Patch

Relationships

child of 0007647 acknowledgedHerm Metabug: Render Frames (LaTeX, GnuPlot, LilyPond, GraphViz, etc.) 

Activities

Herm

2009-07-12 11:17

reporter   ~0022166

I can't reproduce this bug.
Could you please do the following steps:
In a console start this command: "gdb scribus" (perhaps you first have to install gdb). Type "run", Scribus should start now. Create a Latex frame and start the editor. When Scribus has crashed press Ctrl+C in the gdb-console.
You'll see something like this (values and names will be different):
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb67236f0 (LWP 23570)]
0xb6ccb0dd in poll () from /lib/libc.so.6

now type "bt" and add the output to a comment on this bug.

The output should look like this:
#0 0xb6ccb0dd in poll () from /lib/libc.so.6
0000001 0xb6a4f08b in g_poll () from /usr/lib/libglib-2.0.so.0
[...]
0000030 0x08b8e248 in mainApp ()
0000031 0x08b8e2c2 in main ()

joolsr

2009-07-13 09:14

reporter   ~0022169

Thanks

Here's the backtrace.

If you need any further debugging please let me know

Julian

(gdb) bt
#0 0xb718a39c in QRegExp::operator= () from /usr/lib/libQtCore.so.4
0000001 0xb718a625 in QRegExp::QRegExp () from /usr/lib/libQtCore.so.4
0000002 0xb7190f1c in QString::indexOf () from /usr/lib/libQtCore.so.4
0000003 0x0855de4e in LatexHighlighter::highlightBlock ()
0000004 0xb79a923b in ?? () from /usr/lib/libQtGui.so.4
0000005 0xb79a93ed in ?? () from /usr/lib/libQtGui.so.4
0000006 0xb79a9724 in QSyntaxHighlighter::qt_metacall () from /usr/lib/libQtGui.so.4
0000007 0x082388bc in LatexHighlighter::qt_metacall ()
0000008 0xb7255ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
0000009 0xb7256932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
0000010 0xb7d8d3af in QTextDocument::contentsChange () from /usr/lib/libQtGui.so.4
0000011 0xb79685c4 in ?? () from /usr/lib/libQtGui.so.4
0000012 0xb79943a4 in QTextCursor::endEditBlock () from /usr/lib/libQtGui.so.4
0000013 0xb79282d4 in ?? () from /usr/lib/libQtGui.so.4
0000014 0xb792867b in QTextControl::setPlainText () from /usr/lib/libQtGui.so.4
0000015 0xb7b8dfe2 in QTextEdit::setPlainText () from /usr/lib/libQtGui.so.4
0000016 0x08546948 in LatexEditor::revert ()
0000017 0x0854b8f5 in LatexEditor::startEditor ()
0000018 0x0862f6f9 in PageItem_LatexFrame::runEditor ()
0000019 0x08934200 in ScribusMainWindow::callImageEditor ()
0000020 0x082504e7 in ScribusMainWindow::qt_metacall ()
0000021 0xb7255ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
0000022 0xb72560e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
0000023 0xb76d2891 in QAction::triggered () from /usr/lib/libQtGui.so.4
0000024 0xb76d3e0f in QAction::activate () from /usr/lib/libQtGui.so.4
0000025 0xb7b4e01c in ?? () from /usr/lib/libQtGui.so.4
0000026 0xb7b5476b in ?? () from /usr/lib/libQtGui.so.4
0000027 0xb7b55242 in QMenu::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
0000028 0xb772fb43 in QWidget::event () from /usr/lib/libQtGui.so.4
0000029 0xb7b57629 in QMenu::event () from /usr/lib/libQtGui.so.4
0000030 0xb76d8e9c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
0000031 0xb76e1b11 in QApplication::notify () from /usr/lib/libQtGui.so.4
0000032 0xb723fa3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
0000033 0xb76e0b7e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
0000034 0xb7750c06 in ?? () from /usr/lib/libQtGui.so.4
0000035 0xb774fca7 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
0000036 0xb777ac6a in ?? () from /usr/lib/libQtGui.so.4
0000037 0xb6716b88 in IA__g_main_context_dispatch (context=0x9f8f090)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
0000038 0xb671a0eb in g_main_context_iterate (context=0x9f8f090, block=1, dispatch=1, self=0x9f8c980)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
0000039 0xb671a268 in IA__g_main_context_iteration (context=0x9f8f090, may_block=1)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
0000040 0xb726b438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
0000041 0xb777a365 in ?? () from /usr/lib/libQtGui.so.4
0000042 0xb723e06a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
0000043 0xb723e4aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
0000044 0xb7b57361 in QMenu::exec () from /usr/lib/libQtGui.so.4
0000045 0x0839abcd in CanvasMode_Normal::createContextMenu ()
0000046 0x0839e0f4 in CanvasMode_Normal::mouseReleaseEvent ()
0000047 0x08a3ce7c in ScribusView::eventFilter ()
0000048 0xb723ec5a in QCoreApplicationPrivate::sendThroughObjectEventFilters ()
   from /usr/lib/libQtCore.so.4
0000049 0xb76d8e7a in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
0000050 0xb76e1b11 in QApplication::notify () from /usr/lib/libQtGui.so.4
0000051 0xb723fa3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
0000052 0xb76e0b7e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
0000053 0xb775097e in ?? () from /usr/lib/libQtGui.so.4
0000054 0xb774fca7 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
0000055 0xb777ac6a in ?? () from /usr/lib/libQtGui.so.4
0000056 0xb6716b88 in IA__g_main_context_dispatch (context=0x9f8f090)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
0000057 0xb671a0eb in g_main_context_iterate (context=0x9f8f090, block=1, dispatch=1, self=0x9f8c980)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
0000058 0xb671a268 in IA__g_main_context_iteration (context=0x9f8f090, may_block=1)
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
0000059 0xb726b438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
0000060 0xb777a365 in ?? () from /usr/lib/libQtGui.so.4
0000061 0xb723e06a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
0000062 0xb723e4aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
0000063 0xb7240959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
0000064 0xb76d8d17 in QApplication::exec () from /usr/lib/libQtGui.so.4
0000065 0x08c666a6 in mainApp ()
0000066 0x08c6671b in main ()

joolsr

2009-07-13 10:16

reporter   ~0022172

I should also add that a Scribus process is left running, so that if a user tries to open Scribus again, you end up with two Scribus processes, and doing any PDf exports etc, result in a PC that gets under load very quickly - giving a poor impression of Scribus and stability/speed

zaleksf

2009-08-11 20:18

reporter   ~0022310

Last edited: 2009-08-11 20:19

I have a similar behavior with the current release of 1.3.5.0 on Windows Vista.
When I attempt to Edit Source of the render frame, Scribus crashes. I have not seen an increase in CPU load nor does an instance of Scribus remain running.

My attempt at debugging with mingw32 has produced limited results (no info from backtrace) =>
******************************************************************************
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(no debugging symbols found)
(gdb) run
Starting program: C:\Program Files\Scribus 1.3.5.0\scribus.exe
[New thread 5208.0x16f4]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New thread 5208.0x17a8]
(no debugging symbols found)
[New thread 5208.0x1540]
[New thread 5208.0x17b4]
[New thread 5208.0x148c]
(no debugging symbols found)
(no debugging symbols found)
Error: dll starting at 0x5960000 not found.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
warning: Lowest section in C:\Windows\system32\normaliz.dll is .text at 00401000

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Error: dll starting at 0x6e860000 not found.
(no debugging symbols found)
(no debugging symbols found)
Error: dll starting at 0x6ddc0000 not found.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
BFD: C:\Windows\system32\SLC.dll: Warning: Ignoring section flag IMAGE_SCN_MEM_N
OT_PAGED in section .reloc
BFD: C:\Windows\system32\SLC.dll: Warning: Ignoring section flag IMAGE_SCN_MEM_N
OT_PAGED in section .reloc
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New thread 5208.0x11c0]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Error: dll starting at 0x6cd0000 not found.
(no debugging symbols found)
(no debugging symbols found)
Error: dll starting at 0x6e230000 not found.
(no debugging symbols found)
Error: dll starting at 0x6c6f0000 not found.
(no debugging symbols found)
[New thread 5208.0x8e0]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
warning: Cannot mix incompatible Qt libraries

**(I believe this is where I attempt to edit the render frame)**

Program exited with code 01.
(gdb) Quit (expect signal SIGINT when the program is resumed)
(gdb) bt
No stack.
(gdb)
******************************************************************************

BTW, I do have the Qt-2009.03.1 SDK installed on my system, compiled with both gcc and msvc. I don't know if there may be "intereference" due to certain path variables, etc.

jghali

2009-08-11 22:13

administrator   ~0022311

There may be interference. On Windows C++ binaries compiled by different compilers are generally *totally* incompatible. This gonna be the case with gcc and msvc.

zaleksf

2009-08-12 04:36

reporter   ~0022313

Does Scribus have specific path variables that ensure it only uses the appropriate set of Qt libraries? My libraries are all kept "neatly" in their default build locations, but I do include those locations in my Windows PATH variable.

zaleksf

2009-08-12 13:15

reporter   ~0022315

Scribus-1.3.5.1
Windows XP sp3
'Edit Source' on render frame crashes Scribus application.

jghali

2009-08-12 17:38

administrator   ~0022316

>> Does Scribus have specific path variables that ensure it only uses the appropriate set of Qt libraries?
It doesn't need to

>> My libraries are all kept "neatly" in their default build locations
Ok

>> I do include those locations in my Windows PATH variable.
Not ok at all. Only one set of libraries can be in PATH, otherwise conflict guaranteed

John Jason Jordan

2009-08-12 18:23

reporter   ~0022317

I just discovered this bug this morning. I have 1.3.5 Rc3 on Ubuntu 9.0.4 x86_64, installed via Synaptic with the Scribus and tagancha repositories enabled. I can open a render frame, but when I right-click on it and select Edit Source Scribus hangs. The CPU speed does not change, nor do I get any error messages. It just hangs and I have to force quit to exit. When I force quit it quits completely and does not leave anything running. I can relaunch Scribus immediately without problem, but any attempt to edit the source of a render frame causes Scribus to hang.

The last time I used a render frame was with the last version before Rc1, and it worked fine then.

Herm

2009-08-12 21:35

reporter   ~0022319

That's strange. I think there were no changes to render frames during the RC series.

However the discussion about different libraries remembered me of something. On another project I wrote, which uses QRegExp as well suddenly stopped working when I copied it to a different machine with a slightly different version of QT4. The QRegExp functions returned invalid data, i.e. they returned matches of length zero for inputs that could not produce zero length matches.

So it might be a problem with the syntax highlighter which uses QRegExp and might go to an endless loop.
Please try the following: Download the attached file latex_nohighlighting.xml, then go to File->Preferences->External Tools->Render Frames. Delete everything in this list and add the downloaded file. Now create a NEW render frame and try opening the editor.

2009-08-12 21:36

 

latex_nohighlighting.xml (40,282 bytes)   
<editorsettings description="LaTeX" icon="alpha.png">
	<executable command="pdflatex --interaction nonstopmode" />
	<imagefile extension=".pdf"/>
	<highlighter>
	</highlighter>
	<empty-frame-text>
		<i18n>
			<en>
				\section*{Manual}
				Your \LaTeX-frames setup is working when you can read this text!\\
				Placing formulas is very easy:\\
				Right click $\Rightarrow$ Edit Source\\
				And replace this text with your own. Here is an example:
				\begin{verbatim}
					\[J = \int r^2 \mathrm{d}m\]
				\end{verbatim}
				becomes
				\[J = \int r^2 \mathrm{d}m\]
			</en>
			<de>
				\section*{Einführung}
				Wenn Sie diesen Text lesen können funktionieren \LaTeX-Frames bei Ihnen.
				Eigene Formel einzufügen ist sehr einfach:
				Mit der rechten Maustaste auf diesen Frame klicken $\Rightarrow$ Source bearbeiten\\
				Danach diesen Text durch ihren eigenen ersetzen:\\
				Ein Beispiel:
				Aus 
				\begin{verbatim}
				\[J = \int r^2 \mathrm{d}m\]
				\end{verbatim}
				wird
				\[J = \int r^2 \mathrm{d}m\]
			</de>
			<fr>
				\section*{Introduction}
				Votre cadre \LaTeX fonctionne lorsque vous pouvez lire ce texte !\\
				Placer des formules est très facile :\\
				Clique droit $\Rightarrow$ Edit Source\\
				Et remplacez ce texte par le vôtre. Voici un exemple :
				\begin{verbatim}
					\[J = \int r^2 \mathrm{d}m\]
				\end{verbatim}
				devient
				\[J = \int r^2 \mathrm{d}m\]
			</fr>
			<pl>
				\section*{Wprowadzenie}
				Gdy widzisz ten tekst w ramce renderowanej, to znaczy, ze \LaTeX jest 
				obslugiwany na twoim systemie i w ramkach renderowanych Scribusa.\\
				Aby dodac obsluge polskich znakow diakrytycznych, nalezy kliknac na 
				zakladke "Fonty/Naglowki" w edytorze kodu zrodlowego ramki i w polu 
				"Dodatkowe naglowki" dodac nastepujace polecenia:\\
				\begin{verbatim}
				\usepackage[utf8]{inputenc}
				\usepackage{polski}
				\end{verbatim}
				Wstawianie wzorow jest tez bardzo proste:\\
				Na przyklad zapis:\\
				\begin{verbatim}
				\[J = \int r^2 \mathrm{d}m\]
				\end{verbatim}
				zostanie zamieniony na wzor:
				\[J = \int r^2 \mathrm{d}m\]
			</pl>
			<ru>
				\section*{Вступление}
				Если вы читаете этот текст, значит блоки \LaTeX работают!\\
				Размещать формулы очень просто:\\
				В контекстном меню блока выберите команду Right click $\Rightarrow$ Изменить исходник\\
				И замените этот текст своим. Вот пример:
				\begin{verbatim}
					\[J = \int r^2 \mathrm{d}m\]
				\end{verbatim}
				becomes
				\[J = \int r^2 \mathrm{d}m\]
			</ru>
		</i18n>
	</empty-frame-text>
	<preamble>
		\documentclass[a4paper,$scribus_fontsize$]{extarticle}
		\usepackage[utf8]{inputenc}
		\usepackage[left=0cm,top=0cm,right=0cm,bottom=0cm,nohead,nofoot]{geometry}
		\title{Scribus-Latex-File}
		$scribus_font$
		$scribus_additionalheaders$
		\author{Scribus}
		\pagestyle{empty}
		\setlength{\textwidth}{$scribus_realwidth$ pt}
		\begin{document}
	</preamble>
	<postamble>
		\end{document}
	</postamble>
	
	<tab type="settings">
		<title><i18n>
				<en>Fonts/Headers</en>
				<de>Schriften/Header</de>
				<fr>Polices/En-tête</fr>
				<pl>Fonty/Nagłówki</pl>
				<ru>Шрифты и заголовки</ru>
		</i18n></title>
		<comment><i18n>
			<en>Fonts only work when installed on your computer!</en>
			<de>Schriften funktionieren nur, wenn sie auch auf dem Computer installiert sind.</de>
			<fr>Les polices fonctionnent uniquement lorsqu'elles sont installées sur votre ordinateur !</fr>
			<pl>Fonty muszą być zainstalowane na twoim komputerze!</pl>
			<ru>Шрифты работают только если они установлены в системе!</ru>
		</i18n></comment>
		<list name="font" default="">
			<title><i18n>
				<en>Font:</en>
				<de>Schrift:</de>
				<fr>Police :</fr>
				<pl>Font:</pl>
				<ru>Шрифт:</ru>
			</i18n></title>
			<option value="">Computer Modern</option>
			<option value="\usepackage{ccfonts}">Concrete</option>
			<!--<option value="\usepackage{cmbright}">CM Bright</option>-->
			<option value="\usepackage{helvet}">Helvetica</option>
			<option value="\usepackage{courier}">Courier</option>
		</list>
		<comment><i18n>
			<en>Note: You have to include \sf at the beginning of your text for Helvetica and \tt for Courier!</en>
			<de>Hinweis: Am Anfang des Textes muss zusätzlich \sf für Helvetica und \tt für Courier stehen!</de>
			<pl>Uwaga: Na początku tekstu należy dodatkowo umieścić \sf dla fontu Helvetica i \tt dla fontu Courier!</pl>
			<ru>Примечание: необходимо включить команду \sf в начало текста для Helvetica и \tt для Courier!</ru>
		</i18n></comment>
		<list name="fontsize" default="11pt">
			<title><i18n>
					<en>Fontsize:</en>
					<de>Schriftgröße:</de>
					<fr>Taille police :</fr>
					<pl>Stopień pisma:</pl>
					<ru>Кегль шрифт:</ru>
			</i18n></title>
			<option value="8pt">8pt</option>
			<option value="9pt">9pt</option>
			<option value="10pt">10pt</option>
			<option value="11pt">11pt</option>
			<option value="12pt">12pt</option>
			<option value="14pt">14pt</option>
			<option value="17pt">17pt</option>
			<option value="20pt">20pt</option>
		</list>
		<!--Not working yet! <color name="fg"><i18n>
				<en>Fontcolor</en>
				<de>Textfarbe</de>
				<fr>Couleur police</fr>
				<pl>Kolor fontu</pl>
			</i18n></color>
		<color name="bg"><i18n>
				<en>Backgroundcolor</en>
				<de>Hintergrundfarbe</de>
				<fr>Couleur de fond</fr>
				<pl>Kolor tła</pl>
			</i18n></color>
		-->
		<text name="additionalheaders" type="long" default="\usepackage{amsmath}"><i18n>
			<en>Additional Headers:</en>
			<de>Zusätzliche Header:</de>
			<fr>En-tête additionnel :</fr>
			<pl>Dodatkowe nagłówki:</pl>
			<en>Дополнительные заголовки:</en>
		</i18n></text>
	</tab>
	<tab type="items">
		<title><i18n>
				<en>Relation symbols</en>
				<fr>Symboles et opérateurs</fr>
				<de>Verhältnissymbole</de>
				<pl>Symbole relacji</pl>
				<ru>Символы соотношения</ru>
		</i18n></title>
		<item value="\pm"  image="pm.png" />
		<item value="\cap"  image="cap.png" />
		<item value="\diamond"  image="diamond.png" />
		<item value="\oplus"  image="oplus.png" />
		<item value="\mp"  image="mp.png" />
		<item value="\cup"  image="cup.png" />
		<item value="\bigtriangleup"  image="bigtriangleup.png" />
		<item value="\ominus"  image="ominus.png" />
		<item value="\times"  image="times.png" />
		<item value="\uplus"  image="uplus.png" />
		<item value="\bigtriangledown"  image="bigtriangledown.png" />
		<item value="\otimes"  image="otimes.png" />
		<item value="\div"  image="div.png" />
		<item value="\sqcap"  image="sqcap.png" />
		<item value="\triangleleft"  image="triangleleft.png" />
		<item value="\oslash"  image="oslash.png" />
		<item value="\ast"  image="ast.png" />
		<item value="\sqcup"  image="sqcup.png" />
		<item value="\triangleright"  image="triangleright.png" />
		<item value="\odot"  image="odot.png" />
		<item value="\star"  image="star.png" />
		<item value="\vee"  image="vee.png" />
		<item value="\bigcirc"  image="bigcirc.png" />
		<item value="\circ"  image="circ.png" />
		<item value="\wedge"  image="wedge.png" />
		<item value="\dagger"  image="dagger.png" />
		<item value="\bullet"  image="bullet.png" />
		<item value="\setminus"  image="setminus.png" />
		<item value="\ddagger"  image="ddagger.png" />
		<item value="\cdot"  image="cdot.png" />
		<item value="\wr"  image="wr.png" />
		<item value="\amalg"  image="amalg.png" />
		<item value="\leq"  image="leq.png" />
		<item value="\geq"  image="geq.png" />
		<item value="\equiv"  image="equiv.png" />
		<item value="\models"  image="models.png" />
		<item value="\prec"  image="prec.png" />
		<item value="\succ"  image="succ.png" />
		<item value="\sim"  image="sim.png" />
		<item value="\perp"  image="perp.png" />
		<item value="\preceq"  image="preceq.png" />
		<item value="\succeq"  image="succeq.png" />
		<item value="\simeq"  image="simeq.png" />
		<item value="\mid"  image="mid.png" />
		<item value="\ll"  image="ll.png" />
		<item value="\gg"  image="gg.png" />
		<item value="\asymp"  image="asymp.png" />
		<item value="\parallel"  image="parallel.png" />
		<item value="\subset"  image="subset.png" />
		<item value="\supset"  image="supset.png" />
		<item value="\not\subset"  image="notsubset.png" />
		<item value="\not\supset"  image="notsupset.png" />
		<item value="\approx"  image="approx.png" />
		<item value="\bowtie"  image="bowtie.png" />
		<item value="\subseteq"  image="subseteq.png" />
		<item value="\supseteq"  image="supseteq.png" />
		<item value="\cong"  image="cong.png" />
		<item value="\neq"  image="neq.png" />
		<item value="\smile"  image="smile.png" />
		<item value="\sqsubseteq"  image="sqsubseteq.png" />
		<item value="\sqsupseteq"  image="sqsupseteq.png" />
		<item value="\doteq"  image="doteq.png" />
		<item value="\frown"  image="frown.png" />
		<item value="\in"  image="in.png" />
		<item value="\ni"  image="ni.png" />
		<item value="\propto"  image="propto.png" />
		<item value="\vdash"  image="vdash.png" />
		<item value="\dashv"  image="dashv.png" />
		<item value="\sum"  image="sum.png" />
		<item value="\bigcap"  image="bigcap.png" />
		<item value="\bigodot"  image="bigodot.png" />
		<item value="\prod"  image="prod.png" />
		<item value="\bigcup"  image="bigcup.png" />
		<item value="\bigotimes"  image="bigotimes.png" />
		<item value="\coprod"  image="coprod.png" />
		<item value="\bigsqcup"  image="bigsqcup.png" />
		<item value="\bigoplus"  image="bigoplus.png" />
		<item value="\int"  image="int.png" />
		<item value="\iint"  image="iint.png" />
		<item value="\iiint"  image="iiint.png" />
		<item value="\iiiint"  image="iiiint.png" />
		<item value="\bigvee"  image="bigvee.png" />
		<item value="\biguplus"  image="biguplus.png" />
		<item value="\oint"  image="oint.png" />
		<item value="\bigwedge"  image="bigwedge.png" />
		<item value="\leqslant"  image="leqslant.png" />
		<item value="\geqslant"  image="geqslant.png" />
		<item value="\lhd"  image="lhd.png" />
		<item value="\rhd"  image="rhd.png" />
		<item value="\unlhd"  image="unlhd.png" />
		<item value="\unrhd"  image="unrhd.png" />
		<item value="\Join"  image="j_oin.png" />
		<item value="\sqsubset"  image="sqsubset.png" />
		<item value="\sqsupset"  image="sqsupset.png" />
		<item value="\dotplus"  image="dotplus.png" />
		<item value="\smallsetminus"  image="smallsetminus.png" />
		<item value="\Cap"  image="c_ap.png" />
		<item value="\Cup"  image="c_up.png" />
		<item value="\barwedge"  image="barwedge.png" />
		<item value="\veebar"  image="veebar.png" />
		<item value="\doublebarwedge"  image="doublebarwedge.png" />
		<item value="\boxminus"  image="boxminus.png" />
		<item value="\boxtimes"  image="boxtimes.png" />
		<item value="\boxdot"  image="boxdot.png" />
		<item value="\boxplus"  image="boxplus.png" />
		<item value="\divideontimes"  image="divideontimes.png" />
		<item value="\ltimes"  image="ltimes.png" />
		<item value="\rtimes"  image="rtimes.png" />
		<item value="\leftthreetimes"  image="leftthreetimes.png" />
		<item value="\rightthreetimes"  image="rightthreetimes.png" />
		<item value="\curlywedge"  image="curlywedge.png" />
		<item value="\curlyvee"  image="curlyvee.png" />
		<item value="\circleddash"  image="circleddash.png" />
		<item value="\circledast"  image="circledast.png" />
		<item value="\circledcirc"  image="circledcirc.png" />
		<item value="\centerdot"  image="centerdot.png" />
		<item value="\intercal"  image="intercal.png" />
		<item value="\leqq"  image="leqq.png" />
		<item value="\eqslantless"  image="eqslantless.png" />
		<item value="\lesssim"  image="lesssim.png" />
		<item value="\lessapprox"  image="lessapprox.png" />
		<item value="\approxeq"  image="approxeq.png" />
		<item value="\lessdot"  image="lessdot.png" />
		<item value="\lll"  image="lll.png" />
		<item value="\lessgtr"  image="lessgtr.png" />
		<item value="\lesseqgtr"  image="lesseqgtr.png" />
		<item value="\lesseqqgtr"  image="lesseqqgtr.png" />
		<item value="\doteqdot"  image="doteqdot.png" />
		<item value="\risingdotseq"  image="risingdotseq.png" />
		<item value="\fallingdotseq"  image="fallingdotseq.png" />
		<item value="\backsim"  image="backsim.png" />
		<item value="\backsimeq"  image="backsimeq.png" />
		<item value="\subseteqq"  image="subseteqq.png" />
		<item value="\Subset"  image="s_ubset.png" />
		<item value="\preccurlyeq"  image="preccurlyeq.png" />
		<item value="\curlyeqprec"  image="curlyeqprec.png" />
		<item value="\precsim"  image="precsim.png" />
		<item value="\precapprox"  image="precapprox.png" />
		<item value="\vartriangleleft"  image="vartriangleleft.png" />
		<item value="\trianglelefteq"  image="trianglelefteq.png" />
		<item value="\vDash"  image="vd_ash.png" />
		<item value="\Vvdash"  image="v_vdash.png" />
		<item value="\smallsmile"  image="smallsmile.png" />
		<item value="\smallfrown"  image="smallfrown.png" />
		<item value="\bumpeq"  image="bumpeq.png" />
		<item value="\Bumpeq"  image="b_umpeq.png" />
		<item value="\geqq"  image="geqq.png" />
		<item value="\eqslantgtr"  image="eqslantgtr.png" />
		<item value="\gtrsim"  image="gtrsim.png" />
		<item value="\gtrapprox"  image="gtrapprox.png" />
		<item value="\gtrdot"  image="gtrdot.png" />
		<item value="\ggg"  image="ggg.png" />
		<item value="\gtrless"  image="gtrless.png" />
		<item value="\gtreqless"  image="gtreqless.png" />
		<item value="\gtreqqless"  image="gtreqqless.png" />
		<item value="\eqcirc"  image="eqcirc.png" />
		<item value="\circeq"  image="circeq.png" />
		<item value="\triangleq"  image="triangleq.png" />
		<item value="\thicksim"  image="thicksim.png" />
		<item value="\thickapprox"  image="thickapprox.png" />
		<item value="\supseteqq"  image="supseteqq.png" />
		<item value="\Supset"  image="s_upset.png" />
		<item value="\succcurlyeq"  image="succcurlyeq.png" />
		<item value="\curlyeqsucc"  image="curlyeqsucc.png" />
		<item value="\succsim"  image="succsim.png" />
		<item value="\succapprox"  image="succapprox.png" />
		<item value="\vartriangleright"  image="vartriangleright.png" />
		<item value="\trianglerighteq"  image="trianglerighteq.png" />
		<item value="\Vdash"  image="v_dash.png" />
		<item value="\shortmid"  image="shortmid.png" />
		<item value="\shortparallel"  image="shortparallel.png" />
		<item value="\between"  image="between.png" />
		<item value="\pitchfork"  image="pitchfork.png" />
		<item value="\varpropto"  image="varpropto.png" />
		<item value="\blacktriangleleft"  image="blacktriangleleft.png" />
		<item value="\therefore"  image="therefore.png" />
		<item value="\backepsilon"  image="backepsilon.png" />
		<item value="\blacktriangleright"  image="blacktriangleright.png" />
		<item value="\because"  image="because.png" />
		<item value="\nless"  image="nless.png" />
		<item value="\nleq"  image="nleq.png" />
		<item value="\nleqslant"  image="nleqslant.png" />
		<item value="\nleqq"  image="nleqq.png" />
		<item value="\lneq"  image="lneq.png" />
		<item value="\lneqq"  image="lneqq.png" />
		<item value="\lvertneqq"  image="lvertneqq.png" />
		<item value="\lnsim"  image="lnsim.png" />
		<item value="\lnapprox"  image="lnapprox.png" />
		<item value="\nprec"  image="nprec.png" />
		<item value="\npreceq"  image="npreceq.png" />
		<item value="\precnsim"  image="precnsim.png" />
		<item value="\precnapprox"  image="precnapprox.png" />
		<item value="\nsim"  image="nsim.png" />
		<item value="\nshortmid"  image="nshortmid.png" />
		<item value="\nmid"  image="nmid.png" />
		<item value="\nvdash"  image="nvdash.png" />
		<item value="\nvDash"  image="nvd_ash.png" />
		<item value="\ntriangleleft"  image="ntriangleleft.png" />
		<item value="\ntrianglelefteq"  image="ntrianglelefteq.png" />
		<item value="\nsubseteq"  image="nsubseteq.png" />
		<item value="\subsetneq"  image="subsetneq.png" />
		<item value="\varsubsetneq"  image="varsubsetneq.png" />
		<item value="\subsetneqq"  image="subsetneqq.png" />
		<item value="\varsubsetneqq"  image="varsubsetneqq.png" />
		<item value="\ngtr"  image="ngtr.png" />
		<item value="\ngeq"  image="ngeq.png" />
		<item value="\ngeqslant"  image="ngeqslant.png" />
		<item value="\ngeqq"  image="ngeqq.png" />
		<item value="\gneq"  image="gneq.png" />
		<item value="\gneqq"  image="gneqq.png" />
		<item value="\gvertneqq"  image="gvertneqq.png" />
		<item value="\gnsim"  image="gnsim.png" />
		<item value="\gnapprox"  image="gnapprox.png" />
		<item value="\nsucc"  image="nsucc.png" />
		<item value="\nsucceq"  image="nsucceq.png" />
		<item value="\succnsim"  image="succnsim.png" />
		<item value="\succnapprox"  image="succnapprox.png" />
		<item value="\ncong"  image="ncong.png" />
		<item value="\nshortparallel"  image="nshortparallel.png" />
		<item value="\nparallel"  image="nparallel.png" />
		<item value="\nVDash"  image="nv_d_ash.png" />
		<item value="\ntriangleright"  image="ntriangleright.png" />
		<item value="\ntrianglerighteq"  image="ntrianglerighteq.png" />
		<item value="\nsupseteq"  image="nsupseteq.png" />
		<item value="\nsupseteqq"  image="nsupseteqq.png" />
		<item value="\supsetneq"  image="supsetneq.png" />
		<item value="\varsupsetneq"  image="varsupsetneq.png" />
		<item value="\supsetneqq"  image="supsetneqq.png" />
		<item value="\varsupsetneqq"  image="varsupsetneqq.png" />
	</tab>
	<tab type="items">
		<title><i18n>
				<en>Arrows</en>
				<de>Pfeile</de>
				<fr>Flèches</fr>
				<pl>Strzałki</pl>
				<ru>Стрелки</ru>
		</i18n></title>
		<item value="\leftarrow"  image="leftarrow.png" />
		<item value="\longleftarrow"  image="longleftarrow.png" />
		<item value="\uparrow"  image="uparrow.png" />
		<item value="\Leftarrow"  image="l_eftarrow.png" />
		<item value="\Longleftarrow"  image="l_ongleftarrow.png" />
		<item value="\Uparrow"  image="u_parrow.png" />
		<item value="\rightarrow"  image="rightarrow.png" />
		<item value="\longrightarrow"  image="longrightarrow.png" />
		<item value="\downarrow"  image="downarrow.png" />
		<item value="\Rightarrow"  image="r_ightarrow.png" />
		<item value="\Longrightarrow"  image="l_ongrightarrow.png" />
		<item value="\Downarrow"  image="d_ownarrow.png" />
		<item value="\leftrightarrow"  image="leftrightarrow.png" />
		<item value="\longleftrightarrow"  image="longleftrightarrow.png" />
		<item value="\updownarrow"  image="updownarrow.png" />
		<item value="\Leftrightarrow"  image="l_eftrightarrow.png" />
		<item value="\Longleftrightarrow"  image="l_ongleftrightarrow.png" />
		<item value="\Updownarrow"  image="u_pdownarrow.png" />
		<item value="\mapsto"  image="mapsto.png" />
		<item value="\longmapsto"  image="longmapsto.png" />
		<item value="\nearrow"  image="nearrow.png" />
		<item value="\hookleftarrow"  image="hookleftarrow.png" />
		<item value="\hookrightarrow"  image="hookrightarrow.png" />
		<item value="\searrow"  image="searrow.png" />
		<item value="\leftharpoonup"  image="leftharpoonup.png" />
		<item value="\rightharpoonup"  image="rightharpoonup.png" />
		<item value="\swarrow"  image="swarrow.png" />
		<item value="\leftharpoondown"  image="leftharpoondown.png" />
		<item value="\rightharpoondown"  image="rightharpoondown.png" />
		<item value="\nwarrow"  image="nwarrow.png" />
		<item value="\rightleftharpoons"  image="rightleftharpoons.png" />
		<item value="\dashrightarrow"  image="dashrightarrow.png" />
		<item value="\dashleftarrow"  image="dashleftarrow.png" />
		<item value="\leftleftarrows"  image="leftleftarrows.png" />
		<item value="\leftrightarrows"  image="leftrightarrows.png" />
		<item value="\Lleftarrow"  image="l_leftarrow.png" />
		<item value="\twoheadleftarrow"  image="twoheadleftarrow.png" />
		<item value="\leftarrowtail"  image="leftarrowtail.png" />
		<item value="\looparrowleft"  image="looparrowleft.png" />
		<item value="\leftrightharpoons"  image="leftrightharpoons.png" />
		<item value="\curvearrowleft"  image="curvearrowleft.png" />
		<item value="\circlearrowleft"  image="circlearrowleft.png" />
		<item value="\Lsh"  image="l_sh.png" />
		<item value="\upuparrows"  image="upuparrows.png" />
		<item value="\upharpoonleft"  image="upharpoonleft.png" />
		<item value="\downharpoonleft"  image="downharpoonleft.png" />
		<item value="\multimap"  image="multimap.png" />
		<item value="\leftrightsquigarrow"  image="leftrightsquigarrow.png" />
		<item value="\rightrightarrows"  image="rightrightarrows.png" />
		<item value="\rightleftarrows"  image="rightleftarrows.png" />
		<item value="\twoheadrightarrow"  image="twoheadrightarrow.png" />
		<item value="\rightarrowtail"  image="rightarrowtail.png" />
		<item value="\looparrowright"  image="looparrowright.png" />
		<item value="\curvearrowright"  image="curvearrowright.png" />
		<item value="\circlearrowright"  image="circlearrowright.png" />
		<item value="\Rsh"  image="r_sh.png" />
		<item value="\downdownarrows"  image="downdownarrows.png" />
		<item value="\upharpoonright"  image="upharpoonright.png" />
		<item value="\downharpoonright"  image="downharpoonright.png" />
		<item value="\rightsquigarrow"  image="rightsquigarrow.png" />
		<item value="\nleftarrow"  image="nleftarrow.png" />
		<item value="\nrightarrow"  image="nrightarrow.png" />
		<item value="\nLeftarrow"  image="nl_eftarrow.png" />
		<item value="\nRightarrow"  image="nr_ightarrow.png" />
		<item value="\nleftrightarrow"  image="nleftrightarrow.png" />
		<item value="\nLeftrightarrow"  image="nl_eftrightarrow.png" />
		<item value="\leadsto"  image="leadsto.png" />
		<item value="\xleftarrow[xyz]{abc}"  image="xleftarrowxyzabc.png" />
		<item value="\xrightarrow[xyz]{abc}"  image="xrightarrowxyzabc.png" />
	</tab>
	<tab type="items">
		<title><i18n>
				<en>Miscellaneous symbols</en>
				<de>Verschiedenes</de>
				<fr>Symboles divers</fr>
				<pl>Różne symbole</pl>
				<ru>Различные символы</ru>
		</i18n></title>
		<item value="\ldots"  image="ldots.png" />
		<item value="\cdots"  image="cdots.png" />
		<item value="\vdots"  image="vdots.png" />
		<item value="\ddots"  image="ddots.png" />
		<item value="\aleph"  image="aleph.png" />
		<item value="\prime"  image="prime.png" />
		<item value="\forall"  image="forall.png" />
		<item value="\infty"  image="infty.png" />
		<item value="\hbar"  image="hbar.png" />
		<item value="\emptyset"  image="emptyset.png" />
		<item value="\exists"  image="exists.png" />
		<item value="\imath"  image="imath.png" />
		<item value="\nabla"  image="nabla.png" />
        <item value="\Delta" image="d_elta.png">Laplace</item>
		<item value="\neg"  image="neg.png" />
		<item value="\jmath"  image="jmath.png" />
		<item value="\surd"  image="surd.png" />
		<item value="\flat"  image="flat.png" />
		<item value="\triangle"  image="triangle.png" />
		<item value="\ell"  image="ell.png" />
		<item value="\top"  image="top.png" />
		<item value="\natural"  image="natural.png" />
		<item value="\clubsuit"  image="clubsuit.png" />
		<item value="\wp"  image="wp.png" />
		<item value="\bot"  image="bot.png" />
		<item value="\sharp"  image="sharp.png" />
		<item value="\diamondsuit"  image="diamondsuit.png" />
		<item value="\Re"  image="r_e.png" />
		<item value="\backslash"  image="backslash.png" />
		<item value="\heartsuit"  image="heartsuit.png" />
		<item value="\Im"  image="i_m.png" />
		<item value="\angle"  image="angle.png" />
		<item value="\partial"  image="partial.png" />
		<item value="\spadesuit"  image="spadesuit.png" />
		<item value="\hslash"  image="hslash.png" />
		<item value="\vartriangle"  image="vartriangle.png" />
		<item value="\triangledown"  image="triangledown.png" />
		<item value="\square"  image="square.png" />
		<item value="\lozenge"  image="lozenge.png" />
		<item value="\circledS"  image="circleds_.png" />
		<item value="\measuredangle"  image="measuredangle.png" />
		<item value="\nexists"  image="nexists.png" />
		<item value="\mho"  image="mho.png" />
		<item value="\Finv"  image="f_inv.png" />
		<item value="\Game"  image="g_ame.png" />
		<item value="\Bbbk"  image="b_bbk.png" />
		<item value="\backprime"  image="backprime.png" />
		<item value="\varnothing"  image="varnothing.png" />
		<item value="\blacktriangle"  image="blacktriangle.png" />
		<item value="\blacktriangledown"  image="blacktriangledown.png" />
		<item value="\blacksquare"  image="blacksquare.png" />
		<item value="\blacklozenge"  image="blacklozenge.png" />
		<item value="\bigstar"  image="bigstar.png" />
		<item value="\sphericalangle"  image="sphericalangle.png" />
		<item value="\complement"  image="complement.png" />
		<item value="\eth"  image="eth.png" />
		<item value="\diagup"  image="diagup.png" />
		<item value="\diagdown"  image="diagdown.png" />
		<item value="\%">%</item>
	</tab>
	<tab type="items">
		<title><i18n>
				<en>Delimiters</en>
				<de>Trenner</de>
				<fr>Délimiteurs</fr>
				<pl>Znaki rozdzielające</pl>
				<ru>Разделители</ru>
		</i18n></title>
		<item value="\vert"  image="vert.png" />
		<item value="\Vert"  image="v_ert.png" />
		<item value="\lbrace"  image="lbrace.png" />
		<item value="\rbrace"  image="rbrace.png" />
		<item value="\lfloor"  image="lfloor.png" />
		<item value="\rfloor"  image="rfloor.png" />
		<item value="\lceil"  image="lceil.png" />
		<item value="\rceil"  image="rceil.png" />
		<item value="\langle"  image="langle.png" />
		<item value="\rangle"  image="rangle.png" />
		<item value="\overbrace{xyz}"  image="overbracexyz.png" />
		<item value="\underbrace{xyz}"  image="underbracexyz.png" />
		<item value="\overline{xyz}"  image="overlinexyz.png" />
		<item value="\underline{xyz}"  image="underlinexyz.png" />
		<item value="\overleftarrow{xyz}"  image="overleftarrowxyz.png" />
		<item value="\overrightarrow{xyz}"  image="overrightarrowxyz.png" />
		<item value="\widehat{xyz}"  image="widehatxyz.png" />
		<item value="\widetilde{xyz}"  image="widetildexyz.png" />
		<item value="\ulcorner"  image="ulcorner.png" />
		<item value="\urcorner"  image="urcorner.png" />
		<item value="\llcorner"  image="llcorner.png" />
		<item value="\lrcorner"  image="lrcorner.png" />
		<item value="\lmoustache"  image="lmoustache.png" />
		<item value="\rmoustache"  image="rmoustache.png" />
		<item value="\lgroup"  image="lgroup.png" />
		<item value="\rgroup"  image="rgroup.png" />
		<item value="\arrowvert"  image="arrowvert.png" />
		<item value="\Arrowvert"  image="a_rrowvert.png" />
		<item value="\bracevert"  image="bracevert.png" />
		<item value="\sqrt{xyz}"  image="sqrtxyz.png" />
		<item value="\sqrt[n]{xyz}"  image="sqrtnxyz.png" />
		<item value="\frac{a}{b}"  image="fracab.png" />
	</tab>
	<tab type="items">
		<title><i18n>
				<en>Greek Alphabet</en>
				<de>Griechisches Alphabet</de>
				<fr>Alphabet Grec</fr>
				<pl>Alfabet grecki</pl>
				<ru>Греческий алфавит</ru>
		</i18n></title>
		<item value="\alpha"  image="alpha.png" />
		<item value="\beta"  image="beta.png" />
		<item value="\gamma"  image="gamma.png" />
		<item value="\delta"  image="delta.png" />
		<item value="\epsilon"  image="epsilon.png" />
		<item value="\varepsilon"  image="varepsilon.png" />
		<item value="\zeta"  image="zeta.png" />
		<item value="\eta"  image="eta.png" />
		<item value="\theta"  image="theta.png" />
		<item value="\vartheta"  image="vartheta.png" />
		<item value="\iota"  image="iota.png" />
		<item value="\kappa"  image="kappa.png" />
		<item value="\lambda"  image="lambda.png" />
		<item value="\mu"  image="mu.png" />
		<item value="\nu"  image="nu.png" />
		<item value="\xi"  image="xi.png" />
		<item value="\pi"  image="pi.png" />
		<item value="\varpi"  image="varpi.png" />
		<item value="\rho"  image="rho.png" />
		<item value="\varrho"  image="varrho.png" />
		<item value="\sigma"  image="sigma.png" />
		<item value="\varsigma"  image="varsigma.png" />
		<item value="\tau"  image="tau.png" />
		<item value="\upsilon"  image="upsilon.png" />
		<item value="\phi"  image="phi.png" />
		<item value="\varphi"  image="varphi.png" />
		<item value="\chi"  image="chi.png" />
		<item value="\psi"  image="psi.png" />
		<item value="\omega"  image="omega.png" />
		<item value="\Gamma"  image="g_amma.png" />
		<item value="\Delta"  image="d_elta.png" />
		<item value="\Theta"  image="t_heta.png" />
		<item value="\Lambda"  image="l_ambda.png" />
		<item value="\Xi"  image="x_i.png" />
		<item value="\Pi"  image="p_i.png" />
		<item value="\Sigma"  image="s_igma.png" />
		<item value="\Upsilon"  image="u_psilon.png" />
		<item value="\Phi"  image="p_hi.png" />
		<item value="\Psi"  image="p_si.png" />
		<item value="\Omega"  image="o_mega.png" />
	</tab>
	<tab type="items">
		<title><i18n>
			<en>Math alphabets</en>
			<de>Mathe-Alphabete</de>
			<fr>Alphabet Math</fr>
			<pl>Alfabet matematyczny</pl>
			<ru>Математические алфавиты</ru>
		</i18n></title>
		<item value="\mathcal{A}"  image="mathcala_.png" />
		<item value="\mathcal{B}"  image="mathcalb_.png" />
		<item value="\mathcal{C}"  image="mathcalc_.png" />
		<item value="\mathcal{D}"  image="mathcald_.png" />
		<item value="\mathcal{E}"  image="mathcale_.png" />
		<item value="\mathcal{F}"  image="mathcalf_.png" />
		<item value="\mathcal{G}"  image="mathcalg_.png" />
		<item value="\mathcal{H}"  image="mathcalh_.png" />
		<item value="\mathcal{I}"  image="mathcali_.png" />
		<item value="\mathcal{J}"  image="mathcalj_.png" />
		<item value="\mathcal{K}"  image="mathcalk_.png" />
		<item value="\mathcal{L}"  image="mathcall_.png" />
		<item value="\mathcal{M}"  image="mathcalm_.png" />
		<item value="\mathcal{N}"  image="mathcaln_.png" />
		<item value="\mathcal{O}"  image="mathcalo_.png" />
		<item value="\mathcal{P}"  image="mathcalp_.png" />
		<item value="\mathcal{Q}"  image="mathcalq_.png" />
		<item value="\mathcal{R}"  image="mathcalr_.png" />
		<item value="\mathcal{S}"  image="mathcals_.png" />
		<item value="\mathcal{T}"  image="mathcalt_.png" />
		<item value="\mathcal{U}"  image="mathcalu_.png" />
		<item value="\mathcal{V}"  image="mathcalv_.png" />
		<item value="\mathcal{W}"  image="mathcalw_.png" />
		<item value="\mathcal{X}"  image="mathcalx_.png" />
		<item value="\mathcal{Y}"  image="mathcaly_.png" />
		<item value="\mathcal{Z}"  image="mathcalz_.png" />
		<item value="\mathbb{A}"  image="mathbba_.png" />
		<item value="\mathbb{B}"  image="mathbbb_.png" />
		<item value="\mathbb{C}"  image="mathbbc_.png" />
		<item value="\mathbb{D}"  image="mathbbd_.png" />
		<item value="\mathbb{E}"  image="mathbbe_.png" />
		<item value="\mathbb{F}"  image="mathbbf_.png" />
		<item value="\mathbb{G}"  image="mathbbg_.png" />
		<item value="\mathbb{H}"  image="mathbbh_.png" />
		<item value="\mathbb{I}"  image="mathbbi_.png" />
		<item value="\mathbb{J}"  image="mathbbj_.png" />
		<item value="\mathbb{K}"  image="mathbbk_.png" />
		<item value="\mathbb{L}"  image="mathbbl_.png" />
		<item value="\mathbb{M}"  image="mathbbm_.png" />
		<item value="\mathbb{N}"  image="mathbbn_.png" />
		<item value="\mathbb{O}"  image="mathbbo_.png" />
		<item value="\mathbb{P}"  image="mathbbp_.png" />
		<item value="\mathbb{Q}"  image="mathbbq_.png" />
		<item value="\mathbb{R}"  image="mathbbr_.png" />
		<item value="\mathbb{S}"  image="mathbbs_.png" />
		<item value="\mathbb{T}"  image="mathbbt_.png" />
		<item value="\mathbb{U}"  image="mathbbu_.png" />
		<item value="\mathbb{V}"  image="mathbbv_.png" />
		<item value="\mathbb{W}"  image="mathbbw_.png" />
		<item value="\mathbb{X}"  image="mathbbx_.png" />
		<item value="\mathbb{Y}"  image="mathbby_.png" />
		<item value="\mathbb{Z}"  image="mathbbz_.png" />
		<item value="\mathbf{A}"  image="mathbfa_.png" />
		<item value="\mathbf{B}"  image="mathbfb_.png" />
		<item value="\mathbf{C}"  image="mathbfc_.png" />
		<item value="\mathbf{D}"  image="mathbfd_.png" />
		<item value="\mathbf{E}"  image="mathbfe_.png" />
		<item value="\mathbf{F}"  image="mathbff_.png" />
		<item value="\mathbf{G}"  image="mathbfg_.png" />
		<item value="\mathbf{H}"  image="mathbfh_.png" />
		<item value="\mathbf{I}"  image="mathbfi_.png" />
		<item value="\mathbf{J}"  image="mathbfj_.png" />
		<item value="\mathbf{K}"  image="mathbfk_.png" />
		<item value="\mathbf{L}"  image="mathbfl_.png" />
		<item value="\mathbf{M}"  image="mathbfm_.png" />
		<item value="\mathbf{N}"  image="mathbfn_.png" />
		<item value="\mathbf{O}"  image="mathbfo_.png" />
		<item value="\mathbf{P}"  image="mathbfp_.png" />
		<item value="\mathbf{Q}"  image="mathbfq_.png" />
		<item value="\mathbf{R}"  image="mathbfr_.png" />
		<item value="\mathbf{S}"  image="mathbfs_.png" />
		<item value="\mathbf{T}"  image="mathbft_.png" />
		<item value="\mathbf{U}"  image="mathbfu_.png" />
		<item value="\mathbf{V}"  image="mathbfv_.png" />
		<item value="\mathbf{W}"  image="mathbfw_.png" />
		<item value="\mathbf{X}"  image="mathbfx_.png" />
		<item value="\mathbf{Y}"  image="mathbfy_.png" />
		<item value="\mathbf{Z}"  image="mathbfz_.png" />
		<item value="\mathfrak{A}"  image="mathfraka_.png" />
		<item value="\mathfrak{B}"  image="mathfrakb_.png" />
		<item value="\mathfrak{C}"  image="mathfrakc_.png" />
		<item value="\mathfrak{D}"  image="mathfrakd_.png" />
		<item value="\mathfrak{E}"  image="mathfrake_.png" />
		<item value="\mathfrak{F}"  image="mathfrakf_.png" />
		<item value="\mathfrak{G}"  image="mathfrakg_.png" />
		<item value="\mathfrak{H}"  image="mathfrakh_.png" />
		<item value="\mathfrak{I}"  image="mathfraki_.png" />
		<item value="\mathfrak{J}"  image="mathfrakj_.png" />
		<item value="\mathfrak{K}"  image="mathfrakk_.png" />
		<item value="\mathfrak{L}"  image="mathfrakl_.png" />
		<item value="\mathfrak{M}"  image="mathfrakm_.png" />
		<item value="\mathfrak{N}"  image="mathfrakn_.png" />
		<item value="\mathfrak{O}"  image="mathfrako_.png" />
		<item value="\mathfrak{P}"  image="mathfrakp_.png" />
		<item value="\mathfrak{Q}"  image="mathfrakq_.png" />
		<item value="\mathfrak{R}"  image="mathfrakr_.png" />
		<item value="\mathfrak{S}"  image="mathfraks_.png" />
		<item value="\mathfrak{T}"  image="mathfrakt_.png" />
		<item value="\mathfrak{U}"  image="mathfraku_.png" />
		<item value="\mathfrak{V}"  image="mathfrakv_.png" />
		<item value="\mathfrak{W}"  image="mathfrakw_.png" />
		<item value="\mathfrak{X}"  image="mathfrakx_.png" />
		<item value="\mathfrak{Y}"  image="mathfraky_.png" />
		<item value="\mathfrak{Z}"  image="mathfrakz_.png" />
		<item value="\boldsymbol{A}"  image="boldsymbola_.png" />
		<item value="\boldsymbol{B}"  image="boldsymbolb_.png" />
		<item value="\boldsymbol{C}"  image="boldsymbolc_.png" />
		<item value="\boldsymbol{D}"  image="boldsymbold_.png" />
		<item value="\boldsymbol{E}"  image="boldsymbole_.png" />
		<item value="\boldsymbol{F}"  image="boldsymbolf_.png" />
		<item value="\boldsymbol{G}"  image="boldsymbolg_.png" />
		<item value="\boldsymbol{H}"  image="boldsymbolh_.png" />
		<item value="\boldsymbol{I}"  image="boldsymboli_.png" />
		<item value="\boldsymbol{J}"  image="boldsymbolj_.png" />
		<item value="\boldsymbol{K}"  image="boldsymbolk_.png" />
		<item value="\boldsymbol{L}"  image="boldsymboll_.png" />
		<item value="\boldsymbol{M}"  image="boldsymbolm_.png" />
		<item value="\boldsymbol{N}"  image="boldsymboln_.png" />
		<item value="\boldsymbol{O}"  image="boldsymbolo_.png" />
		<item value="\boldsymbol{P}"  image="boldsymbolp_.png" />
		<item value="\boldsymbol{Q}"  image="boldsymbolq_.png" />
		<item value="\boldsymbol{R}"  image="boldsymbolr_.png" />
		<item value="\boldsymbol{S}"  image="boldsymbols_.png" />
		<item value="\boldsymbol{T}"  image="boldsymbolt_.png" />
		<item value="\boldsymbol{U}"  image="boldsymbolu_.png" />
		<item value="\boldsymbol{V}"  image="boldsymbolv_.png" />
		<item value="\boldsymbol{W}"  image="boldsymbolw_.png" />
		<item value="\boldsymbol{X}"  image="boldsymbolx_.png" />
		<item value="\boldsymbol{Y}"  image="boldsymboly_.png" />
		<item value="\boldsymbol{Z}"  image="boldsymbolz_.png" />
		<item value="\boldsymbol{\alpha}"  image="boldsymbolalpha.png" />
		<item value="\boldsymbol{\beta}"  image="boldsymbolbeta.png" />
		<item value="\boldsymbol{\gamma}"  image="boldsymbolgamma.png" />
		<item value="\boldsymbol{\delta}"  image="boldsymboldelta.png" />
		<item value="\boldsymbol{\epsilon}"  image="boldsymbolepsilon.png" />
		<item value="\boldsymbol{\varepsilon}"  image="boldsymbolvarepsilon.png" />
		<item value="\boldsymbol{\zeta}"  image="boldsymbolzeta.png" />
		<item value="\boldsymbol{\eta}"  image="boldsymboleta.png" />
		<item value="\boldsymbol{\theta}"  image="boldsymboltheta.png" />
		<item value="\boldsymbol{\vartheta}"  image="boldsymbolvartheta.png" />
		<item value="\boldsymbol{\iota}"  image="boldsymboliota.png" />
		<item value="\boldsymbol{\kappa}"  image="boldsymbolkappa.png" />
		<item value="\boldsymbol{\lambda}"  image="boldsymbollambda.png" />
		<item value="\boldsymbol{\mu}"  image="boldsymbolmu.png" />
		<item value="\boldsymbol{\nu}"  image="boldsymbolnu.png" />
		<item value="\boldsymbol{\xi}"  image="boldsymbolxi.png" />
		<item value="\boldsymbol{\pi}"  image="boldsymbolpi.png" />
		<item value="\boldsymbol{\varpi}"  image="boldsymbolvarpi.png" />
		<item value="\boldsymbol{\rho}"  image="boldsymbolrho.png" />
		<item value="\boldsymbol{\varrho}"  image="boldsymbolvarrho.png" />
		<item value="\boldsymbol{\sigma}"  image="boldsymbolsigma.png" />
		<item value="\boldsymbol{\varsigma}"  image="boldsymbolvarsigma.png" />
		<item value="\boldsymbol{\tau}"  image="boldsymboltau.png" />
		<item value="\boldsymbol{\upsilon}"  image="boldsymbolupsilon.png" />
		<item value="\boldsymbol{\phi}"  image="boldsymbolphi.png" />
		<item value="\boldsymbol{\varphi}"  image="boldsymbolvarphi.png" />
		<item value="\boldsymbol{\chi}"  image="boldsymbolchi.png" />
		<item value="\boldsymbol{\psi}"  image="boldsymbolpsi.png" />
		<item value="\boldsymbol{\omega}"  image="boldsymbolomega.png" />
		<item value="\boldsymbol{\Gamma}"  image="boldsymbolg_amma.png" />
		<item value="\boldsymbol{\Delta}"  image="boldsymbold_elta.png" />
		<item value="\boldsymbol{\Theta}"  image="boldsymbolt_heta.png" />
		<item value="\boldsymbol{\Lambda}"  image="boldsymboll_ambda.png" />
		<item value="\boldsymbol{\Xi}"  image="boldsymbolx_i.png" />
		<item value="\boldsymbol{\Pi}"  image="boldsymbolp_i.png" />
		<item value="\boldsymbol{\Sigma}"  image="boldsymbols_igma.png" />
		<item value="\boldsymbol{\Upsilon}"  image="boldsymbolu_psilon.png" />
		<item value="\boldsymbol{\Phi}"  image="boldsymbolp_hi.png" />
		<item value="\boldsymbol{\Psi}"  image="boldsymbolp_si.png" />
		<item value="\boldsymbol{\Omega}"  image="boldsymbolo_mega.png" />
		<item value="\boldsymbol{\nabla}"  image="boldsymbolnabla.png" />
		<item value="\boldsymbol{\infty}"  image="boldsymbolinfty.png" />
		<item value="\boldsymbol{[sym]}"  image="boldsymbolsym.png" />
		<item value="\text{[Regular text]}"  image="textr_egulartext.png">
			<i18n>
				<en>Regular text</en>
				<de>Normaler Text</de>
				<fr>Texte normal</fr>
				<pl>Zwykły tekst</pl>
				<ru>Обычный текст</ru>
			</i18n>
		</item>
	</tab>
	<tab type="items">
		<title><i18n>
			<en>Math accents</en>
			<de>Mathe-Akzente</de>
			<fr>Accents Math</fr>
			<pl>Akcenty matematyczne</pl>
			<ru>Математические акценты</ru>
		</i18n></title>
		<item value="\bar{}"  image="bara.png" />
		<item value="\vec{}"  image="veca.png" />
		<item value="\dot{}"  image="dota.png" />
		<item value="\ddot{}"  image="ddota.png" />
		<item value="\dddot{}"  image="dddota.png" />
		<item value="\hat{}"  image="hata.png" />
		<item value="\check{}"  image="checka.png" />
		<item value="\breve{}"  image="brevea.png" />
		<item value="\tilde{}"  image="tildea.png" />
		<item value="\acute{}"  image="acutea.png" />
		<item value="\grave{}"  image="gravea.png" />
		<item value="\overleftrightarrow{}" image="overleftrightarrowa.png" />
	</tab>
</editorsettings>
latex_nohighlighting.xml (40,282 bytes)   

John Jason Jordan

2009-08-12 21:49

reporter   ~0022320

Yay!

I followed Herm's instructions in the previous note and Edit Source now works perfectly.

I do wonder what I'll be missing having deleted all the other files in File > Preferences > External Tools > Render Frames.

Meantime, it's lovely to have discovered the source of the problem. Hope it solves the problem for everyone else.

Herm

2009-08-12 22:05

reporter   ~0022321

I'll write a fix that detects the broken QT versions and simply disables syntax highlighting in this case. In the mean time you can simply delete the highlighting rules from all the editorconfig files.

You should have a directory "editorconfig" somewhere (linux: /usr/share/scribus/editorconfig or /usr/local/share/scribus/editorconfig somewhere else on windows, just search for it), which contains the file 100_latex.xml and other .xml files. Just open them in an texteditor and delete all lines in the <highlighter> section at the top of the file.
They all should start with <rule ...

You can either add all files back by hand or simply delete everything from the list and restart scribus. It automatically refills the list if it is empty.

joolsr

2009-08-13 08:46

reporter   ~0022323

Yepp, Trying Herms fix, ie using the attached file in place of the existing latex one, does work for me on Scribus 1.3.5 now using Ubuntu Linux 9.0.4 and the latest Scribus from Malex's repo.

zaleksf

2009-08-13 14:07

reporter   ~0022324

In response to:
(0022316)
jghali (administrator)
09-Aug-12 19:38
-----------------------------------------------------------------------------
>> I do include those locations in my Windows PATH variable.
Not ok at all. Only one set of libraries can be in PATH, otherwise conflict guaranteed
------------------------------------------------------------------------------
Does this mean that Qt developers can not use Scribus? Maybe I should be more clear: the location of my Qt-4.5.2 binaries (...\bin) are in my PATH variable; dll files are in the \bin file as well as executables.

Anyway, I removed the location of the Qt binaries from my PATH variable and the same problem persists w/ Scribus-1.3.5.1.

Looking forward to the fix!

jghali

2009-08-13 15:17

administrator   ~0022325

>> Does this mean that Qt developers can not use Scribus?
No it means that multiple locations of Qt binaries compiled with different compilers must not be in the PATH at the same time.

Herm

2009-09-27 21:16

reporter   ~0022566

I added code to check if the values returned by QT are valid. If they are not highlighting is disabled. This should fix this bug. I'm sorry, but there is no sensible way to keep highlighting enabled when QT returns invalid data.
The bugfix is commited in the 1.3.5 (svn only!) and 1.5.0 branches.

plinnell

2009-09-27 21:30

viewer   ~0022567

fixed with a commit to SVN in1.3.6.svn and 1.5.0.svn

Issue History

Date Modified Username Field Change
2009-07-06 14:42 joolsr New Issue
2009-07-07 16:37 mhanski Relationship added child of 0007647
2009-07-12 09:03 Herm Status new => assigned
2009-07-12 09:03 Herm Assigned To => Herm
2009-07-12 11:17 Herm Note Added: 0022166
2009-07-12 11:17 Herm Status assigned => feedback
2009-07-13 09:14 joolsr Note Added: 0022169
2009-07-13 10:16 joolsr Note Added: 0022172
2009-08-11 20:18 zaleksf Note Added: 0022310
2009-08-11 20:19 zaleksf Note Edited: 0022310
2009-08-11 22:13 jghali Note Added: 0022311
2009-08-12 04:36 zaleksf Note Added: 0022313
2009-08-12 13:15 zaleksf Note Added: 0022315
2009-08-12 17:38 jghali Note Added: 0022316
2009-08-12 18:23 John Jason Jordan Note Added: 0022317
2009-08-12 21:35 Herm Note Added: 0022319
2009-08-12 21:36 Herm File Added: latex_nohighlighting.xml
2009-08-12 21:49 John Jason Jordan Note Added: 0022320
2009-08-12 22:05 Herm Note Added: 0022321
2009-08-13 08:46 joolsr Note Added: 0022323
2009-08-13 14:07 zaleksf Note Added: 0022324
2009-08-13 15:17 jghali Note Added: 0022325
2009-09-27 21:16 Herm Note Added: 0022566
2009-09-27 21:16 Herm Status feedback => resolved
2009-09-27 21:16 Herm Fixed in Version => 1.5.0svn
2009-09-27 21:16 Herm Resolution open => fixed
2009-09-27 21:30 plinnell Note Added: 0022567
2009-09-27 21:30 plinnell Status resolved => closed
2015-09-17 20:10 Kunda Category Graphics / Image Frames => Graphics/Img Frames
2015-09-17 20:11 Kunda Category Graphics/Img Frames => Graphics / Image Frames