]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoUpdate boost to 1.53.0
Vincent van Ravesteijn [Fri, 19 Apr 2013 18:32:02 +0000 (20:32 +0200)]
Update boost to 1.53.0

11 years agoWhitespace
Georg Baum [Tue, 16 Apr 2013 19:50:55 +0000 (21:50 +0200)]
Whitespace

11 years agoUpdate boost to 1.53.0
Vincent van Ravesteijn [Fri, 19 Apr 2013 18:32:02 +0000 (20:32 +0200)]
Update boost to 1.53.0

11 years agoPass the binary dir to the configure script to find tex2lyx
Vincent van Ravesteijn [Sat, 30 Mar 2013 13:41:30 +0000 (14:41 +0100)]
Pass the binary dir to the configure script to find tex2lyx

When using CMake, the binary files are stored in <build-dir>/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir.

11 years agouk.po: update from Yuri for master
Uwe Stöhr [Fri, 19 Apr 2013 06:48:49 +0000 (08:48 +0200)]
uk.po: update from Yuri for master

also fix some typos spotted by Yuri

11 years agoUserGuide.lyx: next revision step
Uwe Stöhr [Wed, 17 Apr 2013 23:30:32 +0000 (01:30 +0200)]
UserGuide.lyx: next revision step

11 years agoUserGuide.lyx: first step of revision
Uwe Stöhr [Tue, 16 Apr 2013 23:13:49 +0000 (01:13 +0200)]
UserGuide.lyx: first step of revision

- first step of the revision of the English UserGuide from John Hudson

11 years agojasatex.layout: fix 'Acknowledgments' style
Scott Kostyshak [Mon, 15 Apr 2013 21:06:23 +0000 (17:06 -0400)]
jasatex.layout: fix 'Acknowledgments' style

'Acknowledgments' does not belong in the title but did not override
'InTitle 1' inherited from 'Abstract'. Without this patch, the
following error is given:

  output_latex.cpp (1111): Error in latexParagraphs: You should not
  mix title layouts with normal ones.

Thanks to Hashini Senaratne for narrowing down the problem.

11 years agoImplement paste from LaTeX and HTML (bug #3096)
Georg Baum [Sun, 14 Apr 2013 17:45:36 +0000 (19:45 +0200)]
Implement paste from LaTeX and HTML (bug #3096)

As discussed on the list. No automatic contents detection is done, the user
needs to use the special paste menu instead. I used the new TempFile class
for safe temporary file handling.
The documentation would go into section 2.2 of UserGuide.lyx, but I am not
allowed to edit that document.

11 years agoAdd class for threadsafe temp file handling
Georg Baum [Sun, 14 Apr 2013 16:17:56 +0000 (18:17 +0200)]
Add class for threadsafe temp file handling

FileName::tempName() is not thread safe, since the QTemporaryFile object is
immediately deleted after creating it. Therefore, another thread could create
the same temporary file in the time span before the user of FileName::tempName()
recreates it. This is not as theoretical as it may look: I observed that
repeated creation and deletion of QTemporaryFile objects always use the same
name.
This problem is solved by the new class TempFile which should be used like
QTemporaryFile itself.

11 years agoFix bug #8631: Python detection unfinished
Enrico Forestieri [Sun, 14 Apr 2013 11:43:53 +0000 (13:43 +0200)]
Fix bug #8631: Python detection unfinished

11 years agosgml: ignore paragraphs named *dummy*
José Matos [Sun, 14 Apr 2013 10:34:47 +0000 (11:34 +0100)]
sgml: ignore paragraphs named *dummy*

dummy is the name given in the latex backend to simple (usually single) paragraphs and since dummy is not a docbook element it is acceptable to ignore it. It is a reasonal compromise.

11 years agoMake parameter more readable.
Pavel Sanda [Sun, 14 Apr 2013 04:56:52 +0000 (21:56 -0700)]
Make parameter more readable.

11 years agoAdd a DocBook -> PS converter
Scott Kostyshak [Thu, 11 Apr 2013 01:56:18 +0000 (21:56 -0400)]
Add a DocBook -> PS converter

Before, the converter chain for DocBook -> PDF (ps2pdf) was:

  docbook -> DVI
  DVI -> Postscript
  Postscript -> PDF (ps2pdf)

sgmltools has a backend for PostScript so the first two
steps in the above converter chain are now condensed into
one by adding the following converter for docbook -> Postscript:

  sgmltools -b ps $$i

11 years agoinstaller: fix a an UI issue
Uwe Stöhr [Sat, 13 Apr 2013 12:29:07 +0000 (14:29 +0200)]
installer: fix a an UI issue

- also update to Python 2.7.4

11 years agoinstaller: support Canadien
Uwe Stöhr [Sat, 13 Apr 2013 11:37:02 +0000 (13:37 +0200)]
installer: support Canadien

- support spell-checking French (Canada), see bug #8629
- prepare for LyX 2.0.6

11 years agoImprove LaTeX format detection
Georg Baum [Fri, 12 Apr 2013 20:31:48 +0000 (22:31 +0200)]
Improve LaTeX format detection

libmime is a bit lacking here.

11 years agoAlso put HTML on the clipboard when copying
Georg Baum [Fri, 12 Apr 2013 20:12:47 +0000 (22:12 +0200)]
Also put HTML on the clipboard when copying

The HTML export is now mature enough so that it can be used to transfer
formatted text to the clipboard. This enhances interoperability e.g. with
office applications.

11 years agoWork around gnuhtml2latex encoding bug
Georg Baum [Fri, 12 Apr 2013 19:35:50 +0000 (21:35 +0200)]
Work around gnuhtml2latex encoding bug

gnuhtml2latex does not handle encodings at all. Therefore the result is not
imported correctly by tex2lyx if the HTML file is encoded in anything else
than ascii or latin1 (the default of tex2lyx). The simple wrapper script
loads inputenc if needed. It may not be possible to compile the result with
LaTeX, (e.gif utf8 is used), but for running tex2lyx it will work just fine.

11 years agode and es tufte examples: change default to pdf2
Scott Kostyshak [Fri, 12 Apr 2013 07:52:22 +0000 (03:52 -0400)]
de and es tufte examples: change default to pdf2

Consistent with 1b7e9178

11 years agohu/Tutorial.lyx: change default output to pdf2
Scott Kostyshak [Fri, 12 Apr 2013 07:42:15 +0000 (03:42 -0400)]
hu/Tutorial.lyx: change default output to pdf2

11 years agoRemove useless test and add comment.
Richard Heck [Fri, 12 Apr 2013 01:43:01 +0000 (21:43 -0400)]
Remove useless test and add comment.

11 years agoDo less indenting.
Richard Heck [Fri, 12 Apr 2013 01:41:52 +0000 (21:41 -0400)]
Do less indenting.

11 years agoRemove obsolete comment.
Richard Heck [Fri, 12 Apr 2013 01:07:57 +0000 (21:07 -0400)]
Remove obsolete comment.

11 years agoConst.
Richard Heck [Mon, 8 Apr 2013 22:32:02 +0000 (18:32 -0400)]
Const.

11 years agoReplacing git status --porcelain along with output parsing, with a simple git ls...
Tommaso Cucinotta [Sun, 7 Apr 2013 22:52:39 +0000 (23:52 +0100)]
Replacing git status --porcelain along with output parsing, with a simple git ls-files.

git ls-files tells me straight whether or not a file-name is in the repo.
I cannot say the same of git status --porcelain.
See also discussion at: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg177840.html

11 years agoAvoid check mistakenly current folder for .git/.svn/.CVS, when going up the path...
Tommaso Cucinotta [Sun, 7 Apr 2013 00:10:31 +0000 (01:10 +0100)]
Avoid check mistakenly current folder for .git/.svn/.CVS, when going up the path checking for parents.

11 years agoRemove partial support for non-buffer files in VCS
Georg Baum [Wed, 10 Apr 2013 20:31:38 +0000 (22:31 +0200)]
Remove partial support for non-buffer files in VCS

This reverts a small part of 0526eb9d and gets rid of the double calls of
SVN::findFile() and GIT::findFile(). Please note that git detection does
currently not work because of 26dd4d0c.

11 years agolanguages: whitespace only
Uwe Stöhr [Tue, 9 Apr 2013 21:08:15 +0000 (23:08 +0200)]
languages: whitespace only

11 years agolanguages: use a usable encoding for Kazakh
Uwe Stöhr [Tue, 9 Apr 2013 20:04:51 +0000 (22:04 +0200)]
languages: use a usable encoding for Kazakh

- we found out that Kazakh is currently not supported by babel nor polyglossia so that using Kazakh as language will break the compilation, Günter proposed therefore this encoding change until Kazakh is supported.

11 years agoHungarian Tutorial.lyx: revert last change
Uwe Stöhr [Tue, 9 Apr 2013 19:17:19 +0000 (21:17 +0200)]
Hungarian Tutorial.lyx: revert last change

- this is not the way it goes, all Tutorials should stay identical as possible, moreover there is no need to disable PDF bookmarks because the document compiles without problems, moreover I still manage the documentation and as long as there is no beta for LyX 2.1 please keep the fileformat of LyX 2.0
- if you have problems compiling a file, report this as bug or the docmentation mailing list! or at least write me a mail

11 years agoJSS-article.lyx: set default output to pdf2
Scott Kostyshak [Tue, 9 Apr 2013 04:40:54 +0000 (00:40 -0400)]
JSS-article.lyx: set default output to pdf2

The reasons are specified in the note at the top of the template:
It is possible to export with plain LaTeX but an option must be
specified to remove some elements (e.g. JSS logo).

11 years agotufte-{book,handout}: set default output to pdf2
Scott Kostyshak [Tue, 9 Apr 2013 05:23:06 +0000 (01:23 -0400)]
tufte-{book,handout}: set default output to pdf2

If the 'nols' option were set, the files could be output with plain
LaTeX as well; but because letterspacing is an important part of the
Tufte design, letterspacing is preserved and pdf2 is set as the
default output format. This is now explained in a note.

11 years agohu/Tutorial.lyx: do not generate bookmarks
Scott Kostyshak [Tue, 9 Apr 2013 05:10:13 +0000 (01:10 -0400)]
hu/Tutorial.lyx: do not generate bookmarks

By not generating bookmarks, compilation with plain LaTeX works.

Thanks to Jürgen for the solution.

11 years agoFix a few typos in French docs
Scott Kostyshak [Sat, 6 Apr 2013 03:18:27 +0000 (23:18 -0400)]
Fix a few typos in French docs

11 years agoinstaller: support to spell-check Serbian(Latin)
Uwe Stöhr [Mon, 8 Apr 2013 21:42:18 +0000 (23:42 +0200)]
installer: support to spell-check Serbian(Latin)

- also update the Serbian(Cyrillic) dictionary

11 years agolanguages: distinguish between Serbian scripts
Uwe Stöhr [Mon, 8 Apr 2013 21:39:10 +0000 (23:39 +0200)]
languages: distinguish between Serbian scripts

- fixes bug #8628

11 years agoFix another faulty signature
Jean-Marc Lasgouttes [Mon, 8 Apr 2013 13:18:04 +0000 (15:18 +0200)]
Fix another faulty signature

11 years agoFix plaintext header definition
Juergen Spitzmueller [Mon, 8 Apr 2013 09:09:45 +0000 (11:09 +0200)]
Fix plaintext header definition

11 years agoRevert "Do not pass thru argument of pass-thru layout literally"
Juergen Spitzmueller [Mon, 8 Apr 2013 09:07:02 +0000 (11:07 +0200)]
Revert "Do not pass thru argument of pass-thru layout literally"

This reverts commit 4564c88469a304f4ccf2da60bb82fc6ab85fd439.

The bug is actually elsewhere.

11 years agofix aa_sample with recent aa.cls
Juergen Spitzmueller [Mon, 8 Apr 2013 06:58:33 +0000 (08:58 +0200)]
fix aa_sample with recent aa.cls

11 years agoDo not pass thru argument of pass-thru layout literally
Juergen Spitzmueller [Mon, 8 Apr 2013 06:26:49 +0000 (08:26 +0200)]
Do not pass thru argument of pass-thru layout literally

11 years agoinstaller: update some more dictionaries
Uwe Stöhr [Mon, 8 Apr 2013 00:05:19 +0000 (02:05 +0200)]
installer: update some more dictionaries

11 years agoinstaller: add support for Marathi
Uwe Stöhr [Sun, 7 Apr 2013 23:17:23 +0000 (01:17 +0200)]
installer: add support for Marathi

- also update some spell check and thesaurus dictionaries

11 years agoLet non-ASCII chars within regexp insets match their occurrence within TEXT, rather...
Tommaso Cucinotta [Sun, 7 Apr 2013 22:28:41 +0000 (23:28 +0100)]
Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario).

See also: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg177747.html

11 years agoFix bug #8370: crash when searching for next change
Jean-Marc Lasgouttes [Fri, 5 Apr 2013 13:58:08 +0000 (15:58 +0200)]
Fix bug #8370: crash when searching for next change

Cursor::backwardPos() may enter in a nested inset, while CursorSlice::backwardPos() will not.

11 years agoAdd a FIXME.
Richard Heck [Sat, 6 Apr 2013 22:07:07 +0000 (18:07 -0400)]
Add a FIXME.
(cherry picked from commit 4363ff2a93aa82ce2bcdc36351f0c041aff9f5bd)

11 years agoNow LyX correctly asks to retrieve non-existing file from GIT repo only if the file...
Tommaso Cucinotta [Sat, 6 Apr 2013 15:12:06 +0000 (16:12 +0100)]
Now LyX correctly asks to retrieve non-existing file from GIT repo only if the file is actually registered in repo.

See also discussion at: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg177840.html

11 years agoconfigure.py: add 'MuPDF' as a PDF viewer
Scott Kostyshak [Fri, 5 Apr 2013 07:05:01 +0000 (03:05 -0400)]
configure.py: add 'MuPDF' as a PDF viewer

MuPDF is a fast and lightweight PDF viewer released under the
Affero GNU General Public License.

11 years agoes/EmbeddedObjects.lyx: can now export with LuaTeX
Scott Kostyshak [Fri, 5 Apr 2013 07:58:30 +0000 (03:58 -0400)]
es/EmbeddedObjects.lyx: can now export with LuaTeX

See the following email discussion:
http://comments.gmane.org/gmane.editors.lyx.devel/145338

11 years agosk-Intro.lyx: Make it compilable + correct some typos
Kornel Benko [Fri, 5 Apr 2013 11:51:41 +0000 (13:51 +0200)]
sk-Intro.lyx: Make it compilable + correct some typos

11 years agofr/EmbeddedObjects.lyx: can now export with LuaTeX
Scott Kostyshak [Fri, 5 Apr 2013 07:27:25 +0000 (03:27 -0400)]
fr/EmbeddedObjects.lyx: can now export with LuaTeX

See the following email discussion:
http://comments.gmane.org/gmane.editors.lyx.devel/145338

Patch from Günter Milde

11 years agoAdd another test for #7673 (currently fails)
Scott Kostyshak [Thu, 4 Apr 2013 10:58:42 +0000 (06:58 -0400)]
Add another test for #7673 (currently fails)

11 years agoAdd test for #8370 (not yet fixed)
Scott Kostyshak [Thu, 4 Apr 2013 10:28:53 +0000 (06:28 -0400)]
Add test for #8370 (not yet fixed)

11 years agode.po
Juergen Spitzmueller [Thu, 4 Apr 2013 08:28:21 +0000 (10:28 +0200)]
de.po

11 years agoJust refactoring patch 5e5115c3 in simpler terms.
Tommaso Cucinotta [Wed, 3 Apr 2013 23:50:02 +0000 (00:50 +0100)]
Just refactoring patch 5e5115c3 in simpler terms.

11 years agoFixed issue #8543 also for advanced search (cursor moved at proper end of selection...
Tommaso Cucinotta [Wed, 3 Apr 2013 23:43:36 +0000 (00:43 +0100)]
Fixed issue #8543 also for advanced search (cursor moved at proper end of selection before starting Find Advanced operation).

11 years agoBufferParams.cpp: fix bug #6813
Uwe Stöhr [Tue, 2 Apr 2013 21:53:27 +0000 (23:53 +0200)]
BufferParams.cpp: fix bug #6813

- varioref needs to be loaded after babel to know what languages it has to use

11 years agoDocBook_article.lyx: set default output to ps2pdf
Scott Kostyshak [Tue, 2 Apr 2013 20:15:51 +0000 (16:15 -0400)]
DocBook_article.lyx: set default output to ps2pdf

The only converter chain that is supported by default is:

  docbook -> DVI
  DVI -> Postscript
  Postscript -> PDF (ps2pdf)

11 years agoIndonesian UserGuide.lyx: fix image paths
Scott Kostyshak [Tue, 2 Apr 2013 08:03:58 +0000 (04:03 -0400)]
Indonesian UserGuide.lyx: fix image paths

11 years agoItalian UG: fix singular diacritics in latin1 table (bug #8621)
Juergen Spitzmueller [Tue, 2 Apr 2013 14:20:46 +0000 (16:20 +0200)]
Italian UG: fix singular diacritics in latin1 table (bug #8621)

11 years agoOops, I mixed up the argument order
Georg Baum [Mon, 1 Apr 2013 19:57:20 +0000 (21:57 +0200)]
Oops, I mixed up the argument order

11 years agoRemove exclamation mark from "String not found!"
Scott Kostyshak [Mon, 1 Apr 2013 05:35:48 +0000 (01:35 -0400)]
Remove exclamation mark from "String not found!"

When using 'find' and a string is not found, this is not an error or a
surprising event. It is often expected (e.g. after searching through
the whole document for a certain string eventually you will get this
message). The exclamation mark should be reserved for messages that
are unexpected or that need extra attention, such as errors.

11 years agoDelete temp file after usage
Georg Baum [Mon, 1 Apr 2013 10:24:24 +0000 (12:24 +0200)]
Delete temp file after usage

11 years agoFix HTML to LaTeX converter output name
Georg Baum [Mon, 1 Apr 2013 10:05:25 +0000 (12:05 +0200)]
Fix HTML to LaTeX converter output name

If you do not explicitly specify the output file name, gnuhtml2latex will
guess a file name itself. The result of the guess is not what we expect if
the input file name did not contain a .html extension, but something which
is not related to a format, e.g. .qV9984 from FileName::tempName().

11 years agoAdvanced search: Allow faster searching for normal (non-regular) strings
Kornel Benko [Mon, 1 Apr 2013 08:16:45 +0000 (10:16 +0200)]
Advanced search: Allow faster searching for normal (non-regular) strings
Setting variable 'par_as_string_nolead' also in case we are ignoring format,
drastically accelerates the search.

11 years agoFix most important case of bug #8205
Georg Baum [Sun, 31 Mar 2013 21:48:05 +0000 (23:48 +0200)]
Fix most important case of bug #8205

Since a complete solution requires some refactoring, I fixed the bug for the
most important case: The main document language is only supported by
polyglossia. If any other language than the main one is only supported by
polyglossia the bug is still there.

11 years agoFix layout write bugs found by tests
Georg Baum [Sun, 31 Mar 2013 16:17:40 +0000 (18:17 +0200)]
Fix layout write bugs found by tests

11 years agoImplement writing of layouts
Georg Baum [Sun, 31 Mar 2013 13:33:26 +0000 (15:33 +0200)]
Implement writing of layouts

This will be needed for layout forward compatibility, and could also be used
for a layout editor. Writing was only implemented for styles, not for complete
layout files (text class). I rarely made use of default values for missing
variables which exist in read(), so the output it a bit verbose (but more safe
against future changes). Also, some things like CopyStyle are never written for
obvious reasons.

11 years agoUpdate it.po
Enrico Forestieri [Sat, 30 Mar 2013 23:19:57 +0000 (00:19 +0100)]
Update it.po

11 years agoUse setSectionResizeMode from qt_helpers
Vincent van Ravesteijn [Fri, 29 Mar 2013 17:03:10 +0000 (18:03 +0100)]
Use setSectionResizeMode from qt_helpers

This is needed to compile with Qt5.

11 years agoExit with error if required filename is not given
Scott Kostyshak [Fri, 29 Mar 2013 15:34:04 +0000 (11:34 -0400)]
Exit with error if required filename is not given

This is a second attempt to fix the problem described in
6df4a7bb (2c2c1767 reverted the first attempt).

The solution here is more general: if we get to a certain point
in the code and there is no filename, an error is given.

The following command now gives an error:

  lyx -e pdf2

And the following command continues to not give an error:

  lyx myfile.lyx -e pdf

11 years agoGive an error message when LyX cannot load a file
Scott Kostyshak [Thu, 28 Mar 2013 07:46:35 +0000 (03:46 -0400)]
Give an error message when LyX cannot load a file

Before, the following commands correctly exited with code 1, but now
a reason for exiting is also given:

  lyx -e pdf2 doesNotExist
  lyx doesNotExist -e pdf2

11 years agoRevert "Exit with error if no filename given to -e switch"
Scott Kostyshak [Fri, 29 Mar 2013 15:20:23 +0000 (11:20 -0400)]
Revert "Exit with error if no filename given to -e switch"

This reverts commit 6df4a7bb4018c7e13e191e59fdd5d9f768ce5592.

As Vincent points out, this commit is not correct. For one reason,
it would incorrectly exit with error for the following syntax:

lyx myfile.lyx -e pdf

I will look for a correct solution to the problem specified in the
message of the reverted commit.

11 years ago* sk.po
Kornel Benko [Fri, 29 Mar 2013 09:52:31 +0000 (10:52 +0100)]
* sk.po

11 years agoExit with error if no filename given to -e switch
Scott Kostyshak [Thu, 28 Mar 2013 07:07:45 +0000 (03:07 -0400)]
Exit with error if no filename given to -e switch

Before, 'lyx -e pdf2' would give no error and would exit with 0. A use
case is if a user has in a bash script the following command:

lyx -e pdf2 "${mylxyfile}" || exit 1

where 'lyx' is mispelled as 'lxy' and thus yields an empty
string. If LyX does not exit with an error, the script continues where
the user probably intends for it to stop.

11 years agoRemove an empty line to make style consistent
Scott Kostyshak [Fri, 29 Mar 2013 05:52:29 +0000 (01:52 -0400)]
Remove an empty line to make style consistent

11 years agorefine support for Vietnamese
Uwe Stöhr [Fri, 29 Mar 2013 00:53:44 +0000 (01:53 +0100)]
refine support for Vietnamese

- chkconfig.ltx: add the vietnamese.ldf
- installer trigger the installation of vntex

11 years agoPutenv requires a char *, for some reason.
Jean-Marc Lasgouttes [Thu, 28 Mar 2013 13:02:21 +0000 (14:02 +0100)]
Putenv requires a char *, for some reason.

11 years agoRemove "List of" from outliner dropdown.
Richard Heck [Thu, 28 Mar 2013 12:32:26 +0000 (08:32 -0400)]
Remove "List of" from outliner dropdown.

11 years agoImplement XHTML output for InsetPrintNomencl.
Richard Heck [Wed, 27 Mar 2013 23:30:30 +0000 (19:30 -0400)]
Implement XHTML output for InsetPrintNomencl.

11 years agoRemove debugging code.
Richard Heck [Thu, 28 Mar 2013 00:06:56 +0000 (20:06 -0400)]
Remove debugging code.

11 years agoAdd Nomenclature to the TOC.
Richard Heck [Wed, 27 Mar 2013 22:40:08 +0000 (18:40 -0400)]
Add Nomenclature to the TOC.

11 years agoUse InsetLayout to get the tag type for TOC-like things.
Richard Heck [Wed, 27 Mar 2013 23:51:49 +0000 (19:51 -0400)]
Use InsetLayout to get the tag type for TOC-like things.

11 years agoUpdate the XHTML output for InsetFloatList. We'll now use an
Richard Heck [Wed, 27 Mar 2013 23:01:33 +0000 (19:01 -0400)]
Update the XHTML output for InsetFloatList. We'll now use an
InsetLayout to style it.

11 years agoMinor code simplification.
Richard Heck [Wed, 27 Mar 2013 22:36:01 +0000 (18:36 -0400)]
Minor code simplification.

11 years agoRemove the "arrow" from the XHTML TOC. I think I put it there near
Richard Heck [Wed, 27 Mar 2013 22:28:25 +0000 (18:28 -0400)]
Remove the "arrow" from the XHTML TOC. I think I put it there near
the beginning, when the titles themselves were not being used as
links. Now they are, so it is not needed.

11 years agoMove the CSS for the TOC to its own InsetLayout.
Richard Heck [Wed, 27 Mar 2013 22:24:08 +0000 (18:24 -0400)]
Move the CSS for the TOC to its own InsetLayout.

11 years agoUse the TOC:Listings layout to hold CSS information for it.
Richard Heck [Wed, 27 Mar 2013 22:22:20 +0000 (18:22 -0400)]
Use the TOC:Listings layout to hold CSS information for it.

11 years agoA little bit more cleaning up.
Richard Heck [Wed, 27 Mar 2013 21:19:47 +0000 (17:19 -0400)]
A little bit more cleaning up.

11 years agoRe-order things a little bit.
Richard Heck [Wed, 27 Mar 2013 21:17:57 +0000 (17:17 -0400)]
Re-order things a little bit.

11 years agoFactor common code from TOC updates.
Richard Heck [Wed, 27 Mar 2013 21:16:34 +0000 (17:16 -0400)]
Factor common code from TOC updates.

11 years agoAllow for the possibility of an "InsetLayout TOC".
Richard Heck [Wed, 27 Mar 2013 21:06:38 +0000 (17:06 -0400)]
Allow for the possibility of an "InsetLayout TOC".

11 years agoGet lists of listings working for XHTML output. Fixes bug #8602.
Richard Heck [Wed, 27 Mar 2013 20:58:44 +0000 (16:58 -0400)]
Get lists of listings working for XHTML output. Fixes bug #8602.

11 years agoLinks between citations and bibliography entries were broken in XHTML
Richard Heck [Wed, 27 Mar 2013 19:46:32 +0000 (15:46 -0400)]
Links between citations and bibliography entries were broken in XHTML
output, due to failure to clean the ids in the new citation stuff.

I've solved this by allowing the citation format information to contain
keys of the form "clean:key". This signals that we are to apply the
html::cleanAttr() function to the key before returning it. I.e., we
strip non-alphanumeric stuff, basically.

11 years agoForgot to include "u" as a font tag.
Richard Heck [Wed, 27 Mar 2013 19:46:06 +0000 (15:46 -0400)]
Forgot to include "u" as a font tag.

11 years agoUse master buffer's setting for math output type.
Richard Heck [Wed, 27 Mar 2013 18:51:27 +0000 (14:51 -0400)]
Use master buffer's setting for math output type.

11 years agoContinuing here will crash us. This shouldn't be an issue, but
Richard Heck [Wed, 27 Mar 2013 18:45:16 +0000 (14:45 -0400)]
Continuing here will crash us. This shouldn't be an issue, but
it seems worth doing something sensible.

11 years ago* sk.po
Kornel Benko [Wed, 27 Mar 2013 18:22:05 +0000 (19:22 +0100)]
* sk.po

11 years agoStyle Memoir epigraphs.
Richard Heck [Wed, 27 Mar 2013 18:01:01 +0000 (14:01 -0400)]
Style Memoir epigraphs.