Giter Site home page Giter Site logo

klatexformula / klatexformula Goto Github PK

View Code? Open in Web Editor NEW
99.0 5.0 8.0 25.26 MB

Generate images from LaTeX equations that you can drag and drop, copy and paste or save to disk.

Home Page: https://klatexformula.sourceforge.io/

License: GNU General Public License v2.0

CMake 3.99% HTML 1.17% CSS 0.40% Shell 0.21% Perl 0.19% Emacs Lisp 0.04% C++ 89.98% C 0.92% Objective-C++ 0.85% Python 2.26%
latex equation export copy-paste drag-drop gui macosx linux windows qt5

klatexformula's Introduction

---------------------------
KLatexFormula - README file
---------------------------


KLatexFormula is an easy-to-use graphical application for generating
images (that you can drag and drop, copy and paste or save to disk) from
LaTeX equations.


DESCRIPTION
-----------

This application provides an easy-to-use graphical user interface
for generating images from LaTeX equations. These images can be
dragged and dropped or copied and pasted into external applications
(presentations, text documents, graphics...), or can be saved to
disk in a variety of formats (PNG, JPG, BMP, EPS, PDF, etc.). In
addition to the graphical user interface, a command-line interface
and a C++ library is provided to perform the same job.


INSTALLATION
------------

Installation instructions can be found at

  https://klatexformula.sourceforge.io/doc/install


HELP & DOCUMENTATION
--------------------

Documentation can be found at

  https://klatexformula.sourceforge.io/doc/


REPORTING BUGS AND PROVIDING FEEDBACK
-------------------------------------

Please report bugs and wishes at

  https://sourceforge.net/p/klatexformula/bugs/


LEGAL INFORMATION
-----------------

KLatexFormula is licensed under the GPL license (version 2 or at your option any later
version), a copy of which is provided in the COPYING file.

* This source tarball contains fonts (Computer Modern Unicode Fonts in otf
  format) provided by Andrey V. Panov. The original copyright notice is
  provided in the file CMUFONTS_COPYRIGHT.

* This source tarball contains code from Qt/Trolltech:
    - src/modeltest.h
    - src/modeltest.cpp
  The original copyright notice is included in the first lines of those files.

* This source tarball contains code from Qt/Nokia slightly modified by myself:
    - src/klftools/qtcolortriangle.h
    - src/klftools/qtcolortriangle.cpp
  The original copyright notice is included in the first lines of those files.

klatexformula's People

Contributors

data-man avatar phfaist avatar pinotree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

klatexformula's Issues

Do not create one thread per KTextEditor::View

[auto-migrated] Reported by milianw on sf.net klatexformula/bugs/9

Hey there,

while I'm not a user of KLatexFormula, I saw that you have a bad design error in it. Looking at the backtrace of https://bugs.kde.org/show\_bug.cgi?id=304608 (the bug is unrelated to KLatexFormula), I saw that there where tons of KLFKteLatexRunThread. Taking a peak at the sources of 3.2.5, I saw that you create one thread per KTextEditor::View, which is very bad. Every thread requires system resources, esp. its own stack space (8MB afaik). This is a pointless waste of resources.

You should refactor your code to use a single thread, afaik it is used to run latex, to produce some preview, right? Since the user should only see a single preview anyways, having a single thread should suffice.

[feature request] Allow editing equations

[auto-migrated] Reported by kirk86 on sf.net klatexformula/bugs/47

Could it be possible to add the ability to edit the equation by dropping a png from powerpoint to klatex and start editing modifying the equation and the copy back to powerpoint, so that its a two way easy communication.

Tiny font on buttons in Windows 10

[auto-migrated] Reported by amellnik on sf.net klatexformula/bugs/32

There seems to be some some sort of interaction between KLF and system settings or some other program on Windows 10. I have had it installed for a while without any issues, but recently when I opened it all the text appears very small. Performing a clean reinstall I'm seeing the same thing, and it works for me on other Windows 10 machines so I think it's some sort of interaction. I'm reporting in case anyone has an idea as to what might be going on.

[attachments not auto-migrated -> klatexformula/bugs/32]

3.3.0beta minor warnings, and fixes

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/24

I compiled 3.3.0 for Mageia 5 (x86-64) and brief tests indicate that it is working. However I get a long series of the warnings (at least 20 of them)
Warning: ***** In function KLFConfigProp::value() 6/26/16 9:49 AM *****
we ("") have not been initialized!
while this does not appear to affect the running of the program, it would probably be good to eliminate the warnings.

Also 3.3.0 on a very brief test does seem to solve the bug 7 in which, if one has the "-t letter" option in dvips.conf, klatexformula ceases to work, takes may minutes to render a page, and produces tiny output.
I have not extensively tested it since it rewrote my dvips.conf file to obviate the need for that option.

Also your "Whats new in 3.3.0" says that an example of the Feynman diagram is in the Archive tab of the library. The Archive tab on my compilation has nothing in it.

Size of entries when using Openoffice/libreoffice Impress

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/8

When using klatexformula, the size of the text produced by klatexformula (ie 10pt type) is far too small. It is almost impossible to manipulate the formula to expand it. For this purpose it would be far better to use the /documentclass{slides} rather than /documentclass{article} (except for the horrible font used for the numbers in the slides class). klatexfomula should have an option so that the /documentclass line can be changed-- eg inserting the [12pt] option to article class , or using the slides class instead of the article class.

problem with ghostscript

[auto-migrated] Reported by gilamp on sf.net klatexformula/bugs/23

My OS: Windows 8.1
I have TexLive 2015 for LaTeX, and I installed klatexformula 3.3.0beta.
It didn't find ghostscript, but I read about another user having the same problem so I installed ghostscript 9.19 and copied the path in the settings.
Still, apparently something about gs is wrong. When I try to evaluate a LaTeX formula, the response is:

Error
Program GhostScript (bbox) did not provide any output data.

Any ideas?
Thank you very much in advance.

copy/paste none of them works ( 3.3.0beta )

[auto-migrated] Reported by casperyc on sf.net klatexformula/bugs/28

Hi there,

I have just downloaded the lastest verion - 3.3.0beta. Neither copy nor paste is working for any of the formats. I have tried PNG,JPEG,SVG,PDF,(E)PS. Nothing can be dragged, nor copied into any application.

Both Copy and Drag was "followed" by a "prohibited" sign at the bottom right corner, next to the desired format tag.

Only "Save" works.

fix build with clang/FreeBSD

[auto-migrated] Reported by isly on sf.net klatexformula/bugs/14

klatexformula fails to build on recent FreeBSD with clang-3.4 (build log for 3.2.7, but 3.2.8 has the same problem):

[ 86%] Building CXX object src/CMakeFiles/klatexformula.dir/main.cpp.o
cd /wrkdirs/usr/ports/graphics/klatexformula/work/.build/src && /usr/bin/c++ -DKLFBACKEND_QT4 -DKLF_CMAKE_ARCH="amd64" -DKLF_LIBKLFTOOLS_STATIC -DKLF_SHARE_DIR="../share/klatexformula" -DKLF_SHARE_RCCRESOURCES_DIR="../share/klatexformula/rccresources" -DKLF_SRC_BUILD -DKLF_USE_DBUS -DKLF_VERSION_MAJ=3 -DKLF_VERSION_MIN=2 -DKLF_VERSION_REL=7 -DKLF_VERSION_STRING="3.2.7" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -I/usr/local/include -I/usr/local/include -DQT_NO_DEBUG_OUTPUT -I/wrkdirs/usr/ports/graphics/klatexformula/work/.build/src -I/wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtDBus -isystem /usr/local/include/qt4/QtXml -isystem /usr/local/include/qt4/QtSql -isystem /usr/local/include/qt4/QtCore -I/wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src/klftools -I/wrkdirs/usr/ports/graphics/kl
atexformula/work/klatexformula-3.2.7/src/klfbackend -o CMakeFiles/klatexformula.dir/main.cpp.o -c /wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src/main.cpp
/wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src/main.cpp:527:33: error: redefinition of default argument
void dumpDir(const QDir& d, int indent = 0)
^ ~
/wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src/main.cpp:521:33: note: previous definition is here
void dumpDir(const QDir&, int = 0);
^ ~
/wrkdirs/usr/ports/graphics/klatexformula/work/klatexformula-3.2.7/src/main.cpp:542:5: error: use of undeclared identifier 'dumpDir'
dumpDir(QDir(d.absoluteFilePath(dchildren[k])), indent+1);
^
2 errors generated.
*** Error code 1

[attachments not auto-migrated -> klatexformula/bugs/14]

"bug" in dvips destroys operation of klatexformula

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/7

There is a "bug" (feature) of dvips which can make klatexformula unuseable. You cannot use the t option ( pagesize option) either on the command line or in the texmf/dvips/config/config.ps file. klatexedit uses the dvips -E command to create and eps file which has a bounding box which is tightly constrained to the formula. But if the "t" option is used in the config.ps file, this destroys that ability, and when klatexformula runs gs it will take up to 110% cpu time for over 10 sec and not produce anything useful. You Must Not use the t option. (Or any of the other 10 options that stop dvips from creating eps files.

This is also a bug in klatexformula as it should see the error message from dvips "Can't create EPSF, Sorry" and warn the user that klatexformula is unuseable, and why.

The options that will destroy dvips -E are
-t option -- paper format.
-t landscape
manual feed
numcopies>1
collatedcopies>1
cropmarks
*iname==0
totalpages>1

The options liale to be used in the config.ps file are the t (papertype, eg a4, letter)
or manualfeed and the most likely is the t option.

Using the t option seems an easy way out of the problem that some distributions are from Europe and will have A4 as the default which you may
want to use the
t letter
option in config.ps, or vice versa in Europe. A better way is to make sure that the
@ letterSize 8.5in 11in
@+ ! %%DocumentPaperSizes: Letter

comes before the
@ A4size 594.99bp 841.99bp
@+ ! %%DocumentPaperSizes: a4
@+ %%PaperSize: A4

in config.ps (for letter size users, and vice versa for Europeans)

KLFOOoMain.xba has no path

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/25

KLFOOoMain.xba in extras does not seem to have a PATH and thus attempting to use klatexformula in LibreOffice does not work. Using the Tools->Extentionmanager does install the icons on the Impress worksheet, but if One tries to use it, it fails with "command not found". The problem is with the
Shell(cmd) item, which tries to run klatexformula. If one changes that to
cmd = "/usr/bin/klatexformula ...."
instead, everything works.

(Of course if were on a system in which klatexformula were in /usr/local/bin instead, I guess this would not work either).
Ie, Libreoffice does not seem to maintain the PATH information when it runs these scripts.

(This is using the scripts in klatexformula 3.3.0)

Detect ghostscript from TexLive 2019 and set corresponding environment

On Windows 10, to get KLatexFormula working properly with Tex Live 2019's GhostScript I had to:

  1. Change KLatex settings for gs to reference C:\texlive\2019\tlpkg\tlgs\bin\gswin32c.exe instead of gswin32.exe.

  2. Create an environment GS_LIB with the value C:\texlive\2019\tlpkg\tlgs\Resource\Init;C:\texlive\2019\tlpkg\tlgs\kanji;C:\texlive\2019\tlpkg\tlgs\lib;C:\texlive\2019\tlpkg\tlgs\bin;C:\texlive\2019\tlpkg\tlgs\fonts;C:\texlive\2019\tlpkg\tlgs\Resource;C:\texlive\2019\tlpkg\tlgs\iccprofiles;

If these settings were included by default it may save other people a lot of time.

request: window resize

[auto-migrated] Reported by *anonymous on sf.net klatexformula/bugs/11

It would make working w/ long-ish equations easier if the entire KLatex window could be resized. I have no particular need to resize the internal spaces, such as the entry window vs. the preview window, but that would be handy as well.

thanks
Carl

SVG icon not installed with KLF_INSTALL_ICON_THEME

[auto-migrated] Reported by jnumm on sf.net klatexformula/bugs/34

SVG icon is not installed with KLF_INSTALL_ICON_THEME. This is easily fixed, like so:

diff -u src/CMakeLists.txt.orig src/CMakeLists.txt
--- src/CMakeLists.txt.orig	2017-09-14 10:57:08.449700596 +0300
+++ src/CMakeLists.txt	2017-09-14 10:59:30.170806466 +0300
@@ -544,6 +544,8 @@
         )
     endif()
     if(KLF_INSTALL_ICON_THEME)
+      install(FILES klatexformula.svg
+        DESTINATION "${KLF_INSTALL_ICON_THEME}/scalable/apps/")
       install(FILES klatexformula-128.png
         DESTINATION "${KLF_INSTALL_ICON_THEME}/128x128/apps/" RENAME "klatexformula.png")
       install(FILES klatexformula-64.png

error on use when installed from dnf (fedora 23)

[auto-migrated] Reported by desert-fenec on sf.net klatexformula/bugs/38

hello
from repo
klatexformula.x86_64 : Application for easy image creating from a LaTeX equation
dnf install OK, first opening OK, then just typing a single letter and trying to latex it make :

gs a terminé avec une erreur (code d'erreur 1). Voici la sortie stderr complète :

GPL Ghostscript 9.20: Unrecoverable error, exit code 1
Et voici la sortie stdout complète :
Error: /undefined in 1,000000
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1983   1   3   %oparray_pop   1982   1   3   %oparray_pop   --nostringval--   1966   1   3   %oparray_pop   1852   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--
Dictionary stack:
   --dict:1204/1684(ro)(G)--   --dict:0/20(G)--   --dict:83/200(L)--
Current allocation mode is local
Last OS error: Not a directory
Current file position is 25516

my machine is

uname -ar
Linux adt 4.12.13-300.fc26.x86_64 #1 SMP Thu Sep 14 16:00:38 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

thankx !!
Fred

Version 4.0.0 fails compile

[auto-migrated] Reported by stumbles on sf.net klatexformula/bugs/49

Using qt-5.14.2 and the compile fails with the following;

++ Mark Compile start : "klatexformula" "4.0.0" "Thu, 07 May 2020 12:29:37 +0000"

  • running "default_cmake_build"

  • running "default_cmake_config"

  • MODULE_PREFIX="/usr"

  • running "Out of source build is required; configuring"
    -- The C compiler identification is GNU 9.3.0
    -- The CXX compiler identification is GNU 9.3.0
    -- Check for working C compiler: /var/lib/lunar/compilers/gcc
    -- Check for working C compiler: /var/lib/lunar/compilers/gcc - works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /var/lib/lunar/compilers/g++
    -- Check for working CXX compiler: /var/lib/lunar/compilers/g++ - works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- KLatexFormula Version 4.0.0
    --
    Welcome to the klatexformula build script. This CMake script will configure
    the klatexformula 4.0.0 build process for your system.

    Some settings will have to be detected. This script should be able to detect
    the correct settings for most systems. However, you may want to tune and even
    fine-tune this configuration in order to build and install the compenents you
    would like, and install them at your preferred locations.

    Each status message displays a default or detected value for a setting. In
    capital letters is given the corresponding CMake cache variable name, in case
    you want to change the setting. With command-line cmake, you can set a
    variable with:

    cmake -D<VARIABLE_NAME>=

    In most cases values are just 'ON' or 'OFF'. In some other cases they are
    paths. Non-absolute installation paths are understood as relative to
    CMAKE_INSTALL_PREFIX.

    But don't worry, most default values should be fine. Unless an error was
    reported during this script, you can type
    make
    and
    sudo make install
    to install klatexformula on your system.

    For more options and help:
    - look at the stored cache variable documentation (displayed eg. by cmake-gui
    and ccmake, or directly in the CMakeCache.txt file)
    - take a look at
    http://klatexformula.sourceforge.net/klfwiki/index.php/User_Manual:Downloading_%26_Installing

    And have a lot of fun!

-- Displayed welcome message (KLF_WELCOME_MSG_SILENT)

-- [BUILD SETTINGS]
-- CMake build type: RELEASE
-- Debugging messages in KLF libraries and applciation are disabled (KLF_DEBUG)
-- Found minimal Qt5 components (use CMAKE_PREFIX_PATH=/path/to/qt/lib/cmake):
- /usr/lib/qt5/libQt5Core.so.5.14.2
- /usr/lib/qt5/libQt5Gui.so.5.14.2
- /usr/lib/qt5/libQt5Widgets.so.5.14.2
- /usr/lib/qt5/libQt5Xml.so.5.14.2
-- Enabling X11-specific features (KLF_WS=x11|mac|win|other)
-- Will build the klftools library (KLF_BUILD_TOOLS)
-- Building a shared KLatexFormula tools library (klftools) (KLF_LIBKLFTOOLS_STATIC)
-- Will build the klftools designer plugin library (KLF_BUILD_TOOLSDESPLUGIN)
-- Will build the klfbackend library (KLF_BUILD_BACKEND)
-- Building a shared KLFBackend library (KLF_LIBKLFBACKEND_STATIC)
-- Will build autonomous klfbackend_auto without klftools dependency (KLF_BUILD_BACKEND_AUTO)
-- Building a static klfbackend_auto autonomous library (KLF_LIBKLFBACKEND_AUTO_STATIC)
-- Will prepend "" to klfbackend/klatexformula's
latex/dvips/gs search paths (KLF_EXTRA_SEARCH_PATHS)
-- Will build the main klatexformula program (GUI) (KLF_BUILD_GUI)
-- Building with D-BUS support (KLF_USE_DBUS)
-- Will attempt to use Computer Modern unicode font (KLF_NO_CMU_FONT)
-- Will include fonts into klatexformula's resources (KLF_INCLUDE_FONTS):
data/cmunsi.otf
data/cmunso.otf
data/cmunss.otf
data/cmunsx.otf
-- Manpage will be generated from --help text with help2man (HELP2MAN=OFF or /path/to/help2man)
-- Manpage will be gzip'ed (GZIP=OFF or /path/to/gzip)

-- [INSTALLATION SETTINGS]
-- Install prefix for 'make install': "/usr" (CMAKE_INSTALL_PREFIX)
-- Installing libraries to "lib64" (KLF_INSTALL_LIB_DIR)
-- Installing binaries to "bin" (KLF_INSTALL_BIN_DIR)
-- Installing headers in "include" (KLF_INSTALL_HEADER_DIR)
-- RPATH for installed libraries and executables: "/usr/lib64" (CMAKE_SKIP_RPATH,CMAKE_INSTALL_RPATH)

*** NOTE ***
The klftools qt designer plugin will not be installed. If you want to install
it, please specify the final installation location in
KLF_INSTALL_DESPLUGIN_DIR (or set to an empty value to silence this
message) [see also KLF_INSTALL_KLFTOOLSDESPLUGIN=YES|NO].

-- Will install targets:

                   	headers		static,	    shared libraries   	framework

klftools: YES YES YES YES
klfbackend: YES YES YES YES
klfbackend_auto: -- YES YES YES
klftoolsdesplugin: -- -- NO --

klatexformula: YES
klatexformula_cmdl: YES

Set master switches:
- KLF_INSTALL_RUNTIME= to install (or not) binaries, frameworks and
shared libraries in general;
- KLF_INSTALL_DEVEL= to install (or not) static libraries and
headers in general;
Individual installs can be fine-tuned with the following boolean variables:
- KLF_INSTALL_KLF{TOOLS|BACKEND|BACKEND_AUTO}{HEADERS|SO_LIBS|STATIC_LIBS|FRAMEWORK};
- KLF_INSTALL_KLFTOOLSDESPLUGIN;
- KLF_INSTALL_KLATEXFORMULA
{BIN|CMDL|BUNDLE}.
If set, these variables take precedence over KLF_INSTALL_{RUNTIME|DEVEL}.
Irrelevant variables (e.g. *_SO_LIBS for static builds or *_FRAMEWORK for
non-macs) are ignored.

-- Installing man page to "share/man/man1" (KLF_INSTALL_SHARE_MAN1_DIR)
-- Installing shared klatexformula data (e.g. user scripts) to "share/klatexformula" (KLF_INSTALL_SHARE_KLF_DATA_DIR)
-- Will install linux desktop files (KLF_INSTALL_DESKTOP=):
.desktop categories: Qt;Office (KLF_INSTALL_DESKTOP_CATEGORIES)
.desktop Icon= entry: /usr/share/pixmaps//klatexformula-64.png (KLF_INSTALL_DESKTOP_ICON)
app .desktop files: share/applications/ (KLF_INSTALL_SHARE_APPLICATIONS_DIR)
mime database xml: share/mime/packages/ (KLF_INSTALL_SHARE_MIME_PACKAGES_DIR)
pixmaps: share/pixmaps/ (KLF_INSTALL_SHARE_PIXMAPS_DIR)
install into icon theme: (KLF_INSTALL_ICON_THEME)

All installation paths are relative to CMAKE_INSTALL_PREFIX if not
absolute. Setting the corresponding variable to an empty value disables that
particular install.

-- Will update the mime database after installing (KLF_INSTALL_POST_UPDATEMIMEDATABASE)
-- Will not create binary klatexformula installation package (KLF_USE_CPACK).
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE

-- [ADDITIONAL SETTINGS]
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen dot
-- doxygen developer API documentation can be generated with 'make doc'
-- API documentation will be installed to share/doc/klatexformula/apidoc (KLF_INSTALL_APIDOC_DIR)

-- [DONE]
-- There was 1 notice message during the configuration process.

-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

BUILD_TESTING
SYSCONF_INSTALL_DIR

-- Build files have been written to: /usr/src/klatexformula-4.0.0/klatexformula-oosb

  • running "default_make"
    Scanning dependencies of target doc_mkpath_apidoc
    [ 0%] Built target doc_mkpath_apidoc
    Scanning dependencies of target doc_noautorebuild_klftools
    [ 0%] Building Doxygen Documenation for klftools
    warning: Tag 'SYMBOL_CACHE_SIZE' at line 313 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'SHOW_DIRECTORIES' at line 522 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'HTML_ALIGN_MEMBERS' at line 935 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'USE_INLINE_TREES' at line 1122 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'XML_SCHEMA' at line 1367 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'XML_DTD' at line 1373 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'PERL_PATH' at line 1537 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    warning: Tag 'MSCGEN_PATH' at line 1558 of file '/usr/src/klatexformula-4.0.0/klatexformula-oosb/Doxyfile.klftools' has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    Notice: Output directory '/usr/src/klatexformula-4.0.0/klatexformula-oosb/apidoc/klftools' does not exist. I have created it for you.
    Searching for include files...
    Searching for example files...
    Searching for images...
    Searching for dot files...
    Searching for msc files...
    Searching for dia files...
    Searching for files to exclude
    Searching INPUT for files to process...
    Searching for files in directory /usr/src/klatexformula-4.0.0/src/klftools
    Reading and parsing tag files
    Reading tag file 'apidoc/qtcore.tags', location 'http://qt-project.org/doc/qt-5/'...
    Reading tag file 'apidoc/qtgui.tags', location 'http://qt-project.org/doc/qt-5/'...
    Reading tag file 'apidoc/qtxml.tags', location 'http://qt-project.org/doc/qt-5/'...
    Reading tag file 'apidoc/qtsql.tags', location 'http://qt-project.org/doc/qt-5/'...
    Parsing files
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfadvancedconfigeditor.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfadvancedconfigeditor.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfadvancedconfigeditor.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfadvancedconfigeditor.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfconfigbase.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfconfigbase.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfconfigbase.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfconfigbase.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdebug.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdebug.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdebug.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdebug.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdefs.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdefs.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdefs.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdefs.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_linux.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_linux.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_mac.mm...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_mac.mm...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_win.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdefs_win.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdisplaylabel.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdisplaylabel.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfdisplaylabel.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfdisplaylabel.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfenumlistwidget.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfenumlistwidget.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfenumlistwidget.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfenumlistwidget.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klffactory.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klffactory.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klffactory.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klffactory.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfflowlayout.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfflowlayout.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfflowlayout.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfflowlayout.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfflowlistwidget.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfflowlistwidget.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfflowlistwidget.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfflowlistwidget.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfguiutil.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfguiutil.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfguiutil.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfguiutil.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfitemviewsearchtarget.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfitemviewsearchtarget.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfitemviewsearchtarget.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfitemviewsearchtarget.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfiteratorsearchable.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfiteratorsearchable.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klflatexedit.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klflatexedit.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klflatexedit.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klflatexedit.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfmacdefs.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfmacdefs.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpathchooser.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpathchooser.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpathchooser.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpathchooser.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpixmapbutton.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpixmapbutton.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpixmapbutton.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpixmapbutton.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpobj.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpobj.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpobj.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpobj.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfprogerr.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfprogerr.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfprogerr.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfprogerr.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfrelativefont.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfrelativefont.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfrelativefont.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfrelativefont.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsearchbar.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsearchbar.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsearchbar.h...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsearchbar.h...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsidewidget.cpp...
    Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsidewidget.cpp...
    Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsidewidge/usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.cpp:899: warning: documented symbol 'void KLFColorList::addColor' was not declared or defined.
    /usr/src/klatexformula-4.0.0/src/klftools/klfcolorchooser.cpp:912: warning: documented symbol 'void KLFColorList::removeColor' was not declared or defined.
    /usr/src/klatexformula-4.0.0/src/klftools/klflatexedit.cpp:370: warning: documented symbol 'void KLFLatexEditPrivate::slotInsertFromActionSender' was not declared or defined.
    /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:41: warning: documented symbol 'KLFPObjModel::KLFPObjModel' was not declared or defined.
    /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:51: warning: documented symbol 'KLFPObjModel::~KLFPObjModel' was not declared or defined.
    /usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:58: warning: no matching class member found for
    void KLFPObjModel::setPObj(KLFAbstractPropertizedObject *pobj)

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:74: warning: documented symbol 'KLFAbstractPropertizedObject * KLFPObjModel::pObj' was not declared or defined.
/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:79: warning: no uniquely matching class member found for
QVariant KLFPObjModel::data(const QModelIndex &index, int role) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:121: warning: no uniquely matching class member found for
Qt::ItemFlags KLFPObjModel::flags(const QModelIndex &index) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:151: warning: no uniquely matching class member found for
bool KLFPObjModel::hasChildren(const QModelIndex &parent) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:158: warning: no uniquely matching class member found for
QVariant KLFPObjModel::headerData(int section, Qt::Orientation orientation, int role) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:179: warning: no matching class member found for
bool KLFPObjModel::hasIndex(int row, int column, const QModelIndex &parent) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:190: warning: no uniquely matching class member found for
QModelIndex KLFPObjModel::index(int row, int column, const QModelIndex &parent) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:198: warning: no uniquely matching class member found for
QModelIndex KLFPObjModel::parent(const QModelIndex &) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:203: warning: no uniquely matching class member found for
int KLFPObjModel::rowCount(const QModelIndex &parent) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:210: warning: no uniquely matching class member found for
int KLFPObjModel::columnCount(const QModelIndex &parent) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:217: warning: no uniquely matching class member found for
bool KLFPObjModel::canFetchMore(const QModelIndex &) const

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:222: warning: no uniquely matching class member found for
void KLFPObjModel::fetchMore(const QModelIndex &)

/usr/src/klatexformula-4.0.0/src/klftools/klfpobjeditwidget.cpp:227: warning: documented symbol 'void KLFPObjModel::updateData' was not declared or defined.
t.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsidewidget.h...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsysinfo.cpp...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsysinfo.cpp...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfsysinfo.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfsysinfo.h...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klftools_desplugin_collection.cpp...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klftools_desplugin_collection.cpp...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klftools_desplugin_collection.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klftools_desplugin_collection.h...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfunitinput.cpp...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfunitinput.cpp...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfunitinput.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfunitinput.h...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfutil.cpp...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfutil.cpp...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/klfutil.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/klfutil.h...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/qtcolortriangle.cpp...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/qtcolortriangle.cpp...
Preprocessing /usr/src/klatexformula-4.0.0/src/klftools/qtcolortriangle.h...
Parsing file /usr/src/klatexformula-4.0.0/src/klftools/qtcolortriangle.h...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Computing nesting relations for classes...
Associating documentation with classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating code for file src/klftools/klfadvancedconfigeditor.cpp...
Generating code for file src/klftools/klfadvancedconfigeditor.h...
Generating code for file src/klftools/klfcolorchooser.cpp...
Generating code for file src/klftools/klfcolorchooser.h...
Generating code for file src/klftools/klfconfigbase.cpp...
Generating code for file src/klftools/klfconfigbase.h...
Generating code for file src/klftools/klfdatautil.cpp...
Generating code for file src/klftools/klfdatautil.h...
Generating code for file src/klftools/klfdebug.cpp...
Generating code for file src/klftools/klfdebug.h...
Generating code for file src/klftools/klfdefs.cpp...
Generating code for file src/klftools/klfdefs.h...
Generating code for file src/klftools/klfdefs_li/usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h:42: warning: Illegal command \n as part of a \c command
/usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h:42: warning: Illegal command \t as part of a \c command
/usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h:42: warning: Illegal command \n as part of a \c command
/usr/src/klatexformula-4.0.0/src/klftools/klfdatautil.h:42: warning: Illegal command \t as part of a \c command
/usr/src/klatexformula-4.0.0/src/klftools/klfdebug.cpp:128: warning: unable to resolve reference to 'qInstallMsgHandler()' for \ref command
/usr/src/klatexformula-4.0.0/src/klftools/klfdefs.cpp:447: warning: explicit link request to '__klf_debug_ref_instance() const' could not be resolved
/usr/src/klatexformula-4.0.0/src/klftools/klfdefs.cpp:472: warning: unable to resolve reference to 'klfDbg:' for \ref command
/usr/src/klatexformula-4.0.0/src/klftools/klfdefs.cpp:617: warning: unable to resolve reference to 'KLF_PROPERTY_GETSET' for \ref command
nux.cpp...
Generating code for file src/klftools/klfdefs_mac.mm...
Generating code for file src/klftools/klfdefs_win.cpp...
Generating code for file src/klftools/klfdisplaylabel.cpp...
Generating code for file src/klftools/klfdisplaylabel.h...
Generating code for file src/klftools/klfenumlistwidget.cpp...
Generating code for file src/klftools/klfenumlistwidget.h...
Generating code for file src/klftools/klffactory.cpp...
Generating code for file src/klftools/klffactory.h...
Generating code for file src/klftools/klfflowlayout.cpp...
Generating code for file src/klftools/klfflowlayout.h...
Generating code for file src/klftools/klfflowlistwidget.cpp...
Generating code for file src/klftools/klfflowlistwidget.h...
Generating code for file src/klftools/klfguiutil.cpp...
Generating code for file src/klftools/klfguiutil.h...
Generating code for file src/klftools/klfitemviewsearchtarget.cpp...
Generating code for file src/klftools/klfitemviewsearchtarget.h...
Generating code for file src/klftools/klfiteratorsearchable.h...
Generating code for file src/klftools/klflatexedit.cpp...
Generating code for file src/klftools/klflatexedit.h...
Generating code for file src/klftools/klfmacdefs.h...
Generating code for file src/klftools/klfpathchooser.cpp...
Generating code for file src/klftools/klfpathchooser.h...
Generating code for file src/klftools/klfpixmapbutton.cpp...
Generating code for file src/klftools/klfpixmapbutton.h...
Generating code for file src/klftools/klfpobj.cpp...
Generating code for file src/klftools/klfpobj.h...
Generating code for file src/klftools/klfpobjeditwidget.cpp...
Generating code for file src/klftools/klfpobjeditwidget.h...
Generating code for file src/klftools/klfprogerr.cpp...
Generating code for file src/klftools/klfprogerr.h...
Generating code for file src/klftools/klfrelativefont.cpp...
Generating code for file src/klftools/klfrelativefont.h...
Generating code for file src/klftools/klfsearchbar.cpp...
Generating code for file src/klftools/klfsearchbar.h...
Generating code for file src/klftools/klfsidewidget.cpp...
Generating code for file src/klftools/klfsidewidget.h...
Generating code for file src/klftools/klfsysinfo.cpp...
Generating code for file src/klftools/klfsysinfo.h...
Generating code for file src/klftools/klftools_desplugin_collection.cpp...
Generating code for file src/klftools/klftools_desplugin_collection.h...
Generating code for file src/klftools/klfunitinput.cpp...
Generating code for file src/klftools/klfunitinput.h...
Generating code for file src/klftools/klfutil.cpp...
Generating code for file src/klftools/klfutil.h...
Generating code for file src/klftools/qtcolortriangle.cpp...
Generating code for file src/klftools/qtcolortriangle.h...
Generating file documentation...
Generating docs for file src/klftools/klfadvancedconfigeditor.cpp...
Generating docs for file src/klftools/klfadvancedconfigeditor.h...
Generating docs for file src/klftools/klfcolorchooser.cpp...
Generating docs for file src/klftools/klfcolorchooser.h...
Generating docs for file src/klftools/klfconfigbase.cpp...
Generating docs for file src/klftools/klfconfigbase.h...
Generating docs for file src/klftools/klfdatautil.cpp...
Generating docs for file src/klftools/klfdatautil.h...
Generating docs for file src/klftools/klfdebug.cpp...
Generating docs for file src/klftools/klfdebug.h...
Generating docs for file src/klftools/klfdefs.cpp...
Generating docs for file src/klftools/klfdefs.h...
Generating docs for file src/klftools/klfdefs_linux.cpp...
Generating docs for file src/klftools/klfdefs_mac.mm...
Generating docs for file src/klftools/klfdefs_win.cpp...
Generating docs for file src/klftools/klfdisplaylabel.cpp...
Generating docs for file src/klftools/klfdisplaylabel.h...
Generating docs for file src/klftools/klfenumlistwidget.cpp...
Generating docs for file src/klftools/klfenumlistwidget.h...
Generating docs for file src/klftools/klffactory.cpp...
Generating docs for file src/klftools/klffactory.h...
Generating docs for file src/klftools/klfflowlayout.cpp...
Generating docs for file src/klftools/klfflowlayout.h...
Generati/usr/src/klatexformula-4.0.0/src/klftools/klfutil.cpp:548: warning: The following parameter of klfSetEnvironmentPath(const QString &oldpaths, const QString &newpaths, uint action=KlfEnvPathAppend|KlfEnvPathNoDuplicates) is not documented:
parameter 'action'
/usr/src/klatexformula-4.0.0/src/klftools/klfutil.h:393: warning: unable to resolve reference to 'KlfEnvPathAction' for \ref command
/usr/src/klatexformula-4.0.0/src/klftools/klfutil.cpp:514: warning: The following parameter of klfSetEnvironmentPath(const QStringList &oldpaths, const QStringList &newpaths, uint action=KlfEnvPathAppend|KlfEnvPathNoDuplicates) is not documented:
parameter 'action'
/usr/src/klatexformula-4.0.0/src/klftools/klfutil.h:403: warning: unable to resolve reference to 'KlfEnvPathAction' for \ref command
/usr/src/klatexformula-4.0.0/src/klftools/klfutil.h:377: warning: The following parameter of klfSetEnvironmentPath(const QString &oldpaths, const QString &newpaths, uint action=KlfEnvPathAppend|KlfEnvPathNoDuplicates) is not documented:
parameter 'action'
/usr/src/klatexformula-4.0.0/src/klftools/klfutil.h:393: warning: unable to resolve referen...

[post too long]

Ghostscript error

[auto-migrated] Reported by lomme on sf.net klatexformula/bugs/15

I'm getting the following error when trying to evaluate anything. Any hint on what's going on?

gs reported an error (exit status 1). Here is full stderr output:
GPL Ghostscript 9.10: Unrecoverable error, exit code 1
And here is full stdout output:
Error: /undefined in 1,000000
Operand stack:

Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1916 1 3 %oparray_pop 1915 1 3 %oparray_pop --nostringval-- 1899 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1174/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 41024

Process keeps running after window has been closed

[auto-migrated] Reported by lujomu on sf.net klatexformula/bugs/17

The title says it all. Whenever I close KLatexFormula, the window disappears, but its process keeps running and I have to kill it via Task Manager.

Please let me know if you need me to provide any more information.

Setup:
KLatexFormula v3.2.8 and v3.3.0beta
Windows 8.1 x64

compilatin error: invalid use of incomplete type 'class QAction'

[auto-migrated] Reported by jnumm on sf.net klatexformula/bugs/41

The problem is caused by src/klftools/klfadvancedconfigeditor.cpp using QAction without including the header file, relying on Qt headers' internal includes. Some of those includes were apparently removed in Qt 5.11.

I've made a patch, it is against the release version 4.0.0.

This bug is seen on Debian and Fedora: https://bugs.debian.org/907000,
https://bugzilla.redhat.com/1604508

[attachments not auto-migrated -> klatexformula/bugs/41]

Unable to start epstopdf

[auto-migrated] Reported by mattcbro on sf.net klatexformula/bugs/5

I get this error when trying to evaluate a latex expression. However /usr/bin/epstopdf exists on my Ubuntu 11 linux system.
epstopdf is version 2.15 epstopdf ($Id: epstopdf.pl 17496 2010-03-18 17:57:31Z karl $) 2.15

If I uncheck have epstopdf I can run it, but I do get kind of grainy bit maps when trying to copy.

My version of klatexformula is
KLatexFormula: Version 3.2.4 using Qt 4.7.2

KTextEditor Plugin Popup does not display properly

[auto-migrated] Reported by phfaist on sf.net klatexformula/bugs/1

It has been reported (by Alexey Kurov) that when using the klatexformula plug-in for KTextEditor in KDE 4.5 with an NVidia card, the popup displayed when editing documents in KWrite can display with a transparent background, rendering the popup unreadable, regardless of the transparency setting.

Patches are welcome. I currently cannot address the issue myself since I can't reproduce the bug.

(transferred from Feedback&Issues Wiki page)

cannot copy-paste to MS Word 2007

[auto-migrated] Reported by eonstrife on sf.net klatexformula/bugs/12

After I write down the latex formula in KLatexFormula, click Evaluate -> Copy, then when I switch to MS PowerPoint 2007, I can paste the generated formula over there. However, I cannot paste to MS Word 2007.

The Copy Export profile is PNG

Error on linux, klatexformula not working

[auto-migrated] Reported by kirk86 on sf.net klatexformula/bugs/48

After installation and tryint to run the gui to get a simple formula, I received the following error related segfault.

LatexFormula Version 4.0.0 by Philippe Faist (c) 2005-2017
Licensed under the terms of the GNU General Public License (GPLv2+)

Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile
Warning: ***** In function KLFBackend::getLatexFormula()  14/01/2020 20:25 *****
        Can't save "final" PNG data.
libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile
libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile
libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile
Warning: ***** In function KLFBackend::getLatexFormula()  14/01/2020 20:25 *****
        Can't save "final" PNG data.
libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile
libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile
Warning: WARNING: Failed write to Tooltip temp image to temporary file `/tmp/klf_tooltip_XXXXXX.png' !

Segmentation Fault :-(
** Segmentation Fault :-( **
Segmentation fault (core dumped)

KLaTeXFormula: Can't query version of Ghostscript

[auto-migrated] Reported by captaingantu on sf.net klatexformula/bugs/21

Hi,
I have installed KLateXFomula on a Windows 8.1 machine and receive the notification
Can't query version of ghostscript located at `'.
I have Ghostscript 9.16 and Ghostview 5 installed.
Any advice on how to fix this issue welcomed.

Suggestion: Make KLatexFormula portable (i.e. executable from an USB drive)

[auto-migrated] Reported by lujomu on sf.net klatexformula/bugs/18

This only concerns the Windows version of KLatexFormula.

MiKTeX alredy provides a portable version (http://miktex.org/portable) to install on a USB drive and I think KLatexFormula would be a great match for that. Especially since it seems that KLatexFormula's entanglement with Windows is minimal already (no settings are stored in the registry, it accepts relative paths for 'latex', 'dvips' and 'gs' etc.).

As far as I can see the only thing that would need to be added, is a way to point KLatexFormula to a custom data directory where the settings and databases are stored. Popular solutions therefor are
a) an empty dummy file in the app directory (e.g. named 'portable') that causes (upon its existence) KLatexFormula to use a subdirectory of the app directory as its data directory.
b) a command line option where a custom data directory can be specified. E.g. 'klatexformula --datadir \App\KLatexFormula\data' or short 'klatexformula --datadir data'

Bonus benefit: It would make it easier to try new beta versions without compromising the configuration of an installed stable version.

For your consideration.
lujomu

Tooltips in GNOME

[auto-migrated] Reported by fermur on sf.net klatexformula/bugs/43

There's a problem with tooltips in GNOME with the adwaita-qt theme. The pictures will describe it better than my workds. Is it possible to change the default bacground color of tooltips?

[attachments not auto-migrated -> klatexformula/bugs/43]

Cannot drag/paste SVG or PDF to libreoffice in Manjaro linux

[auto-migrated] Reported by schwenly on sf.net klatexformula/bugs/42

Hi, I like KLatexFormula greatly. But now I have some problem. I am working with Manjaro linux with kernel 4.14. But I cannot drag or paste SVG or PDF to libreoffice.
I checked the SVG script in /usr/share/klatexformula/... , and I notice the python script can successfully generate SVG if I type "python xxx.py input.dvi --format svg" in bash.
However, from the GUI interface, when I drag or paste SVG to libreoffice, nothing happens.
I tried PDF, and it has similar situation. Unless I use the "temp PDF file", the formula can be pasted into libreoffice, but it looks like bitmap with very low resolution.
Anyone has the same problem with me?

Error during compilation ver 4.0.0

[auto-migrated] Reported by nobody on sf.net klatexformula/bugs/40

Hello,

I tried to compile the latest version under ubuntu 16.04.
I get the following error with the "make" command :

/home/..../klatexformula/src/klftools/klfguiutil.cpp: In function ‘void klfDrawGlowedImage(QPainter*, const QImage&, const QColor&, int, bool)’:
/home/..../klatexformula/src/klftools/klfguiutil.cpp:473:28: error: ‘class QPaintDevice’ has no member named ‘DevicePixelRatioF’
   qreal dpr = p->device()->DevicePixelRatioF();
                            ^
src/klftools/CMakeFiles/klftools.dir/build.make:395 : la recette pour la cible « src/klftools/CMakeFiles/klftools.dir/klfguiutil.cpp.o » a échouée
make[2]: *** [src/klftools/CMakeFiles/klftools.dir/klfguiutil.cpp.o] Erreur 1
CMakeFiles/Makefile2:181 : la recette pour la cible « src/klftools/CMakeFiles/klftools.dir/all » a échouée
make[1]: *** [src/klftools/CMakeFiles/klftools.dir/all] Erreur 2
Makefile:127 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2

Do you have an idea ?
Thank you.


Mickey2i

Whatis entry for manpage section NAME

[auto-migrated] Reported by jnumm on sf.net klatexformula/bugs/36

This patch adds -n 'GUI and CLI to generate images from LaTeX formulas' in help2man options. This is based on Tobias Winchen's original patch but actually has slightly different description. The manpage will start like this:

KLATEXFORMULA(1)             User Commands             KLATEXFORMULA(1)

NAME
       klatexformula - GUI and CLI to generate images from LaTeX formulas

[attachments not auto-migrated -> klatexformula/bugs/36]

shell-escape + minted

[auto-migrated] Reported by kkweon on sf.net klatexformula/bugs/29

Hi, thanks for the KLatexFormula. It's amazing.

However, I just have one little issue that I cannot work with minted package (syntax highlight package) because it requires a shell escape flag (--shell-escape).

I tried to find an option to set a flag in the preference but had no luck.
Is there a way to set the escape flag in the KLatexFormula?

To reproduce this issue:

\usepackage{minted}

\begin{minted}{python}
print("Hello")
\end{minted}

KLatexFormula - ERROR - can't find file `ecrm1000'

[auto-migrated] Reported by albertmarcus on sf.net klatexformula/bugs/45

! I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm. kpathsea: Appending font creation commands to missfont.log. And here is full stdout output: This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=latex) restricted \write18 enabled. entering extended mode (/tmp/klftmp4x0x0-xma3xv/klftemp.tex LaTeX2e <2017-04-15> Babel <3.18> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the ?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.

relax
l.105 \fontencoding\encodingdefault\selectfont

? I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font='.

? OK, entering nonstopmode...
) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def))

! LaTeX Error: File `stmaryrd.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

LaTeX reported an error (exit status 1). Here is full stderr output:

kpathsea: Running mktextfm ecrm1000
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation for ecrm1000.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000
This is METAFONT, Version 2.7182818 (TeX Live 2017/Debian) (preloaded base=mf)

kpathsea: Running mktexmf ecrm1000

! I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm. kpathsea: Appending font creation commands to missfont.log. And here is full stdout output: This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=latex) restricted \write18 enabled. entering extended mode (/tmp/klftmp4x0x0-xma3xv/klftemp.tex LaTeX2e <2017-04-15> Babel <3.18> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the ?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.

relax
l.105 \fontencoding\encodingdefault\selectfont

? I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font='.

? OK, entering nonstopmode...
) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def))

! LaTeX Error: File `stmaryrd.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.9 \begin
{document}^^M
No pages of output.
Transcript written on klftemp.log.

Render two images

[auto-migrated] Reported by hybrid22 on sf.net klatexformula/bugs/44

Hello, im find your klatexBackend very usefull for my project. But i get some troubles. When i press button in qt I need to render image and then did it again. But when i call mPreviewBulder.run() or updateLatex() those functions goes to loop and my programm doesnt respond. Help me please if you can.

Fonts grow after each restart

[auto-migrated] Reported by *anonymous on sf.net klatexformula/bugs/10

Every time I start klatexformula, it uses fonts sizes much bigger than I've configured. With each restart font size grows (until crash when they become too large)

preview and images are cropped

[auto-migrated] Reported by winchen on sf.net klatexformula/bugs/46

On debian, klatexformula fails to display the entire formula in the preview with the default settings. Equations using fractions or large operators (\sum, \prod) display fine, and seem to 'expand' the window.

However, this is especially problematic since it's not isolated to the
preview. The output is 'cropped' in this way too when saved. In the
unlikely chance it's relevant, I've included its output while running
too.

Warning: Failed to load translator /usr/share/qt5/translations/qtquickcontrols_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtdeclarative_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/assistant_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtlocation_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qt_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtquickcontrols2_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtquick1_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/designer_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtconnectivity_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtmultimedia_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtserialport_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtxmlpatterns_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/linguist_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtscript_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtwebengine_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtbase_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qtwebsockets_en.qm.
Warning: Failed to load translator /usr/share/qt5/translations/qmlviewer_en.qm.
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: libpng warning: iCCP: known incorrect sRGB profile
Warning: UdevQt: unhandled device action "unbind"
Warning: ***** In function KLFSettingsPrivate::displayUserScriptConfig() 5/10/19 9:44 PM *****
No value given for config widget "inkscape"
Warning: libpng warning: iCCP: known incorrect sRGB profile

This is a forward of debian bug #928781
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928781&boring=yes

[attachments not auto-migrated -> klatexformula/bugs/46]

Cannot create SVG or use scripts

[auto-migrated] Reported by dargor314 on sf.net klatexformula/bugs/20

I'm not able to generate svg files: when I try to save, I do not have the option for svg file.
I'm running KLatexFormula 3.3.0beta with TexLive 2014, with ghostscript 9.16 and dvisvgm 1.6 included in TexLive, installed in directory "C:\texlive\2014\bin\win32" and correctly added to system path (ghostscript executable is "rungs.exe" instead of "gs" or "gswin32c", but I added it to KLatexFormula settings correctly). I'm able to generate all other file formats.
I also cannot use scripts: when I open the expanded view and go to the script tab I can only choose "none", I also tried to refresh scripts but nothing happens.
Thanks,
Federico

Bug in KLFOOo.odx

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/6

I create a latex formula and drag it to Open Office Impress. I have installed KLFOOo.oxt, I click on the "create inline equation, and get an error
Basic Runtime Error: Property or Method not found.
And the macro
oShape.AnchorType = com.sun.star.text.TextContentAnchorType.AS_CHARACTER
is highlighted.

\binom fails

[auto-migrated] Reported by demaseme on sf.net klatexformula/bugs/16

\binom{n}{x} evaluation throws the following error:

LaTeX reported an error (exit status 1). Here is full stdout output:
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
restricted \write18 enabled.
entering extended mode
(/tmp/klatexformulatmp3.2.8-12-33-27-p6eb.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 2 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def))
No file klatexformulatmp3.2.8-12-33-27-p6eb.aux.
! Undefined control sequence.
l.8 {\color{klffgcolor} [ \binom
{n}{x} ] }
?
! Emergency stop.
l.8 {\color{klffgcolor} [ \binom
{n}{x} ] }
No pages of output.
Transcript written on klatexformulatmp3.2.8-12-33-27-p6eb.log.

Doesn't preview any expression

[auto-migrated] Reported by felihommen on sf.net klatexformula/bugs/13

When introduced any formula in the main Window, you don't get any preview. When typing a latex formula in an editor, in KDE, you don't get any preview, as it used to happen.

Tested in Archlinux and Kubuntu 13.10. Both with KDE 4.11.2

Here is an output from the command line:

klatexformula --latexinput 'a^2+b^2=c^2' --output filename.png

KLatexFormula Version 3.2.7 by Philippe Faist (c) 2005-2011
Licensed under the terms of the GNU Public License GPL

gs reported an error (exit status 1). Here is full stdout output:

Unknown device: pswrite
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
    defaultdevice

Suggestion

[auto-migrated] Reported by yoonminsoo on sf.net klatexformula/bugs/4

Thank you for your program

Suggestion:
Save and Open

working flow

1. (user) type and Save eq1.pdf
2. (program)input latex equation code into ep1.pdf
equ1.pdf's document property
author:klatexformula
description:y=x_1+y_1 (e.g.)

3. (user)open eq1.pdf
(program) scan whether that file is made by klatexformula or not. (reading author field).
open and read description field
(user) edit
4. save! (in this case, do not ask file name)
5. save as... (ask filename or file extention)

Present library method is inconvenient.
cf. Mathtype (30day trial. wmf or eps. open and editable)

6. (run) "klatexformula 1eq1.pdf"(command line style is to be supported.)

Spelling errors

[auto-migrated] Reported by winchen on sf.net klatexformula/bugs/22

There are some spelling errors in the code:

  • ressource -> resource
  • proces -> process
  • preceeded -> preceded
  • GNU Public License -> GNU General Public License

The RePaste in KLFOO0.oxt does not work-- error

[auto-migrated] Reported by wunruh on sf.net klatexformula/bugs/26

Apparently a Re-Paste has been added to KLFOOo.oxt package added to Libreoffic4.4.7.2 which would be a great addition. However, at
least on my system it does not work. If I select a formla, hit the klatex button in Impress to put the item into klatexoffice, edit it, and then hit Repaste button, it throws an exception.
Basic runtime Error
An Exception occured.
Type:com.sun.star.container.NoSuchElementException
Message:.

and it brings up a window into KLFOOoMain
pointing to the line
newDpi = oPastedAttributes.getByName("KLFInputDPI").Value()
which is the fourth line in the section headed by the comment
' Set attributes correctly now
The bad line seems to be line 260 in KLFOOoMain

drag n' drop/copy paste not working (windows 10)

[auto-migrated] Reported by floppy-sock on sf.net klatexformula/bugs/39

On Windows 10, drag n' drop as well as copy + paste only works with the default export profile. Any other option won't drag + drop/copy into any program I've tried ( illustrator, word, powerpoint). Saving works just fine.

System executables and paths are set correctly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.