update to 2.0.6
OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=68
This commit is contained in:
parent
87bbbb0db2
commit
43d2e035d1
@ -27,8 +27,8 @@
|
||||
rc_entry = [r'''\Format eps eps EPS "" "%%" "" "vector"
|
||||
\Format ps ps Postscript t "%%" "" "document,vector,menu=export"'''])
|
||||
# for xdg-open issues look here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
|
||||
- checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
|
||||
+ checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
|
||||
- checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
|
||||
+ checkViewer('a PDF previewer', ['xdg-open', 'pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
|
||||
'gv', 'ghostview'],
|
||||
rc_entry = [r'''\Format pdf pdf "PDF (ps2pdf)" P "%%" "" "document,vector,menu=export"
|
||||
\Format pdf2 pdf "PDF (pdflatex)" F "%%" "" "document,vector,menu=export"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36e527765daf8425fef83240a6ccb82472b2d9e6283de666c5d46c40fec269a2
|
||||
size 10312232
|
3
lyx-2.0.6.tar.xz
Normal file
3
lyx-2.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5cb2bedee6e154b50881acd2316cf9d79162d6754e3aa159a6d579f5a828ad2
|
||||
size 10390452
|
22
lyx.changes
22
lyx.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 4 16:28:32 UTC 2013 - cornelis@solcon.nl
|
||||
|
||||
- update to version 2.0.6:
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
- New layout file for the document class APA6 (bug 8391).
|
||||
- Output BibTeX metadata in LyXHTML output (bug 8451).
|
||||
- Added CSS styling for Memoir's epigraphs (bug 8611).
|
||||
- Use master document's setting for all HTML math output (bug 8607).
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
- support for listings with options (bug 8066).
|
||||
- add new option -m to select needed modules (bug 8393).
|
||||
* USER INTERFACE
|
||||
- Categorize paragraph styles of the linguistics module.
|
||||
- Show a symbol on collapsed branches indicating whether they are active.
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
- Updated German, French, Interlingua, Italian, Japanese, Spanish, Slovak, Swedish and Ukrainian user interface localizations.
|
||||
- Updated the lilypond example file.
|
||||
* Bugfixes (for details see included ANNOUNCE file)
|
||||
- Added to Requires: texlive-collection-htmlxml, texlive-pdfsync, texlive-splitindex.
|
||||
- Added a comment to explain the rationale behind the Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 21:12:15 UTC 2013 - cornelis@solcon.nl
|
||||
|
||||
|
16
lyx.spec
16
lyx.spec
@ -26,7 +26,7 @@ BuildRequires: libqt4-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
Version: 2.0.5.1
|
||||
Version: 2.0.6
|
||||
Release: 0
|
||||
Summary: WYSIWYM (What You See Is What You Mean) document processor
|
||||
License: GPL-2.0+
|
||||
@ -44,15 +44,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: ImageMagick
|
||||
Requires: texlive-latex
|
||||
Recommends: texlive-xetex
|
||||
Recommends: xindy
|
||||
%else
|
||||
# Goal is to require (roughly) everything that is supported in the GUI of LyX
|
||||
# LyX can supoort everything of LaTeX in the preamble, but not everything is supported in the GUI
|
||||
Requires: texlive-collection-fontsrecommended
|
||||
Requires: texlive-collection-htmlxml
|
||||
Requires: texlive-collection-latexrecommended
|
||||
Requires: texlive-collection-luatex
|
||||
Requires: texlive-collection-xetex
|
||||
Recommends: texlive-biber
|
||||
Recommends: texlibe-bibtex8
|
||||
Requires: texlive-pdfsync
|
||||
Requires: texlive-splitindex
|
||||
Requires: xindy
|
||||
# Only suggest biblatex/biber, because only the engine (biber) is supported in the GUI,
|
||||
# not biblatex itself (the only one that can use biber)
|
||||
Suggests: texlive-biber
|
||||
Suggests: texlibe-bibtex8
|
||||
%endif
|
||||
Recommends: xindy
|
||||
|
||||
%description
|
||||
LyX is a document processor that encourages an approach to writing
|
||||
|
Loading…
Reference in New Issue
Block a user