forked from pool/texstudio
- Update to version 2.8.0
* completion and syntax check on keyval options, e.g. \includegraphics (graphicx!) * search and replace over several documents improved * improved parser for log files (better detection of filenames) * todo-style commands (e.g. \todo{}) are added to the list of todos * the keyboard modifier key for the context menu (spellcheck suppression) is configurable via texstudio.ini "Editor/ContextMenuKeyboardModifiers" * improved auto-hide toolbars feature in embedded viewer * users can overwrite the default language definitions and add own ones * makeglossaries support * allow quoted filenames in include-like commands to support filenames and directories containing spaces * updated LaTeX reference manual * several bugfixes OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=3
This commit is contained in:
parent
54aa34e7b1
commit
b852da289f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61a0a91e29d5e4670f871e8badb2584d51b4c1c9368940b794c588e92c3aed98
|
||||
size 23224443
|
3
texstudio-2.8.0.tar.gz
Normal file
3
texstudio-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cc16964c7ed38313b0ed6a25249429439bd74916480b916919f9df148f462bb
|
||||
size 23418801
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to version 2.8.0
|
||||
* completion and syntax check on keyval options, e.g.
|
||||
\includegraphics (graphicx!)
|
||||
* search and replace over several documents improved
|
||||
* improved parser for log files (better detection of filenames)
|
||||
* todo-style commands (e.g. \todo{}) are added to the list of todos
|
||||
* the keyboard modifier key for the context menu (spellcheck
|
||||
suppression) is configurable via texstudio.ini
|
||||
"Editor/ContextMenuKeyboardModifiers"
|
||||
* improved auto-hide toolbars feature in embedded viewer
|
||||
* users can overwrite the default language definitions and add own ones
|
||||
* makeglossaries support
|
||||
* allow quoted filenames in include-like commands to support
|
||||
filenames and directories containing spaces
|
||||
* updated LaTeX reference manual
|
||||
* several bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 05:49:58 UTC 2014 - dmitry_r@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package
|
||||
# spec file for package texstudio
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: texstudio
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Summary: LaTeX Editor
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Publishing/TeX/Frontends
|
||||
URL: http://texstudio.sf.net
|
||||
Url: http://texstudio.sf.net
|
||||
Source0: http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE texstudio-correct-doc-location.patch
|
||||
Patch1: texstudio-correct-doc-location.patch
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libpoppler-qt4-devel
|
||||
BuildRequires: libqt4-devel
|
||||
Requires: hunspell
|
||||
Requires: texlive-latex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -56,5 +56,7 @@ make INSTALL_ROOT=%{buildroot} install
|
||||
%{_bindir}/texstudio
|
||||
%{_datadir}/texstudio/
|
||||
%{_datadir}/applications/texstudio.desktop
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/texstudio.appdata.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user