]> git.lyx.org Git - features.git/log
features.git
3 years agoAdd Sam Crawley to credits.
Pavel Sanda [Sun, 15 Nov 2020 09:43:04 +0000 (10:43 +0100)]
Add Sam Crawley to credits.

3 years agoAdded test for nested insets bug (#9395)
Sam Crawley [Fri, 13 Nov 2020 07:58:20 +0000 (20:58 +1300)]
Added test for nested insets bug (#9395)

3 years agoAdded tests for compare function
Sam Crawley [Fri, 13 Nov 2020 07:58:20 +0000 (20:58 +1300)]
Added tests for compare function

Runs the compare via the command line, and then compares the output to the
expected result. Required adding a script to do the comparison, so that
the timestamps on changes in the lyx file are ignored.

3 years agoFix issue in running compare from the command line
Sam Crawley [Fri, 13 Nov 2020 07:58:20 +0000 (20:58 +1300)]
Fix issue in running compare from the command line

Because Compare uses threads, we need to make sure it is finished when a
compare is executed from the command line. This was a problem for command
sequences, because the next command would start running before the compare
was done, and the buffer with differences was available.

So this commit adds the "run-blocking" parameter when using
LFUN_DIALOG_SHOW to run a Compare. When calling Compare with run-sync, the
LFUN will wait for the compare worker thread to finish before returning and
possibly running the next command.

3 years agoAdd Phil to credits
Pavel Sanda [Sun, 15 Nov 2020 09:10:12 +0000 (10:10 +0100)]
Add Phil to credits

3 years agoFix a comment
Scott Kostyshak [Sun, 15 Nov 2020 04:34:18 +0000 (23:34 -0500)]
Fix a comment

Without the comment prefix, these lines would be treated as regular
expressions.

3 years agoctests: invert JSS tests which fail with new cls
Scott Kostyshak [Sun, 15 Nov 2020 04:20:53 +0000 (23:20 -0500)]
ctests: invert JSS tests which fail with new cls

The new JSS cls has been failing on an updated TeX Live 2020 for a
while, both with the template they provide and with LyX's template.
I expect this will be fixed eventually but for now it's best to
invert it as a "texissue".

3 years agoDocBook: refactor code about retrieving captions and labels.
Thibaut Cuvelier [Sun, 15 Nov 2020 02:03:16 +0000 (03:03 +0100)]
DocBook: refactor code about retrieving captions and labels.

There was already an existing method in InsetCaptionable for captions, but not yet for labels. It was at least already useful at two places, that's why I moved it to InsetCaptionable.

3 years agoDocBook: fix handling of listings with titles.
Thibaut Cuvelier [Sun, 15 Nov 2020 01:49:52 +0000 (02:49 +0100)]
DocBook: fix handling of listings with titles.

Also implement a code path for inline listings.

3 years agoDocBook: implement simple CV.
Thibaut Cuvelier [Sun, 15 Nov 2020 01:14:31 +0000 (02:14 +0100)]
DocBook: implement simple CV.

3 years agoDocBook: implement modern CV.
Thibaut Cuvelier [Sun, 15 Nov 2020 01:11:23 +0000 (02:11 +0100)]
DocBook: implement modern CV.

3 years agoDocBook: missing support for customisation of layouts in inset arguments.
Thibaut Cuvelier [Sun, 15 Nov 2020 01:11:11 +0000 (02:11 +0100)]
DocBook: missing support for customisation of layouts in inset arguments.

3 years agoDocBook: remove output for some paragraphs in CVs.
Thibaut Cuvelier [Sat, 14 Nov 2020 21:28:50 +0000 (22:28 +0100)]
DocBook: remove output for some paragraphs in CVs.

3 years agoDocBook: add support for IGNORE tags.
Thibaut Cuvelier [Sat, 14 Nov 2020 21:05:59 +0000 (22:05 +0100)]
DocBook: add support for IGNORE tags.

These paragraphs will simply have no output (no enclosing DocBook tag, no content). This change is as backward-compatible as possible: without this commit, the paragraphs will be output, but in an <IGNORE> tag (not much more can be achieved without this). It is mostly made for metadata and formatting instructions. (As opposed to NONE, which corresponds to outputting the paragraph without enclosing DocBook tag.)

3 years agoStore correctly the window position with Wayland
Jean-Marc Lasgouttes [Thu, 12 Nov 2020 11:09:36 +0000 (12:09 +0100)]
Store correctly the window position with Wayland

To do this, hard-coded test for xcb had to be replaced with a call to
platformName(). Since this method does not exist in Qt4, we emulate
it.

Note that Qt5 uses xcb bindings for X11 system, while Qt4 relies on
older X11 bindings. We return platorm == "qt4x11" in this case.

Fixes bug #11746.

3 years agoRemerge id.po
Pavel Sanda [Sat, 14 Nov 2020 15:14:42 +0000 (16:14 +0100)]
Remerge id.po

3 years agoCmake build: Partly revert 6f696151
Kornel Benko [Sat, 14 Nov 2020 11:21:48 +0000 (12:21 +0100)]
Cmake build: Partly revert 6f696151

1.) cmake errors on old versions with 'LIST does not recognize sub-command PREPEND'
2.) using Windows settings on non-Windows platforms is wrong

3 years agoDocBook: implement European CV.
Thibaut Cuvelier [Sat, 14 Nov 2020 04:44:12 +0000 (05:44 +0100)]
DocBook: implement European CV.

3 years agoctests: invert Hebrew tutorial LuaTeX tests
Scott Kostyshak [Sat, 14 Nov 2020 04:27:08 +0000 (23:27 -0500)]
ctests: invert Hebrew tutorial LuaTeX tests

With an updated TeX Live 2020 an assertion is given. The assertion
was reported on the LuaTeX ML [1], and will be converted into the
following error as of LuaTeX svn commit r7385:

  ! the word doesn't start with a character

The error could likely be worked around with a change to the
document but since the document compiles without error with XeTeX I
did not change anything since I do not understand the issue.

[1]
https://www.mail-archive.com/search?l=mid&q=20201030030430.4y4i6bdpwx633qs7%40vbox-VirtualBox

3 years agoNoweb_Listerrors.lyx: do not force ps2pdf
Scott Kostyshak [Sat, 14 Nov 2020 02:26:38 +0000 (21:26 -0500)]
Noweb_Listerrors.lyx: do not force ps2pdf

Export to all formats seems to work well after removing the "ps2pdf"
option to the hyperref package.

Accordingly we uninvert the tests for the other formats. All ctests
pass on an updated TeX Live 2020.

3 years agoDocBook: implement EuropassCV.
Thibaut Cuvelier [Sat, 14 Nov 2020 02:14:23 +0000 (03:14 +0100)]
DocBook: implement EuropassCV.

3 years agoUpdate sk.po
Kornel Benko [Fri, 13 Nov 2020 23:37:39 +0000 (00:37 +0100)]
Update sk.po

3 years agoCmake build: Check for perl before use
Kornel Benko [Fri, 13 Nov 2020 23:34:20 +0000 (00:34 +0100)]
Cmake build: Check for perl before use

(Define PERL_EXCUTABLE to be used while calling perl scripts)

3 years agoDocBook: implement chess.
Thibaut Cuvelier [Thu, 12 Nov 2020 03:45:02 +0000 (04:45 +0100)]
DocBook: implement chess.

3 years agoctests: Invert two LyX HTML tests that were broken
Scott Kostyshak [Wed, 11 Nov 2020 17:57:24 +0000 (12:57 -0500)]
ctests: Invert two LyX HTML tests that were broken

These exports have not worked (i.e., failed our xmllint checks) for
a while. We have a bug open to track them at #10355.

3 years agoSimplify Changers
Yuriy Skalko [Thu, 12 Nov 2020 12:09:36 +0000 (14:09 +0200)]
Simplify Changers

3 years agoAmend 1354dcdef0b412ff004b93068956611825a78db2 (Typo)
Kornel Benko [Thu, 12 Nov 2020 09:38:11 +0000 (10:38 +0100)]
Amend 1354dcdef0b412ff004b93068956611825a78db2 (Typo)

Regexes in *Tests files require to contain the first and
also the last character ot the testname

3 years agoAmend c11b8a15cbcc6c080ca5fc36d92fb7c9a27f6218
Thibaut Cuvelier [Thu, 12 Nov 2020 03:42:58 +0000 (04:42 +0100)]
Amend c11b8a15cbcc6c080ca5fc36d92fb7c9a27f6218

Typo...

3 years agoDocBook: bicaptions cannot be implemented only with templates.
Thibaut Cuvelier [Thu, 12 Nov 2020 03:39:54 +0000 (04:39 +0100)]
DocBook: bicaptions cannot be implemented only with templates.

3 years agoDocBook: implement aa.
Thibaut Cuvelier [Thu, 12 Nov 2020 03:17:49 +0000 (04:17 +0100)]
DocBook: implement aa.

3 years agoDocBook: implement achemso.
Thibaut Cuvelier [Thu, 12 Nov 2020 02:18:03 +0000 (03:18 +0100)]
DocBook: implement achemso.

3 years agoDocBook: mark more tests to be ignored.
Thibaut Cuvelier [Thu, 12 Nov 2020 01:33:19 +0000 (02:33 +0100)]
DocBook: mark more tests to be ignored.

3 years agoUpdate Development.lyx
Yuriy Skalko [Wed, 11 Nov 2020 22:20:46 +0000 (00:20 +0200)]
Update Development.lyx

3 years agoMerge CodingRulesAndAdvice.lyx into Development.lyx
Yuriy Skalko [Wed, 11 Nov 2020 18:27:06 +0000 (20:27 +0200)]
Merge CodingRulesAndAdvice.lyx into Development.lyx

3 years agoRevert "Improve structure of updateMacros"
Richard Kimberly Heck [Wed, 11 Nov 2020 16:24:59 +0000 (11:24 -0500)]
Revert "Improve structure of updateMacros"

The problem here is that the check against TEXT_CODE only
catches InsetText, and not its subclasses. Same for the check
against MATH_HULL_CODE. So there is reason not to check codes
here.

This reverts commit 5a54ccfa87057fd3220d7193b40ac2dd37a9e6e1.

3 years agoFixup aeb51be9: set current font correctly when editing inset
Jean-Marc Lasgouttes [Tue, 10 Nov 2020 14:39:47 +0000 (15:39 +0100)]
Fixup aeb51be9: set current font correctly when editing inset

When using InsetText::edit(), invoke Cursor::setCurrentFont (note that
editXY does it already). It is a good idea in general, especially
after commit 411333fa95, which sets languagecorrectly in ERT.

This allows to comment out (again!) the trick added to fix ticket #9042.

3 years agoMake sure that Cursor::setCurrentFont sets LaTeX language in ERT&friends
Jean-Marc Lasgouttes [Tue, 10 Nov 2020 12:47:53 +0000 (13:47 +0100)]
Make sure that Cursor::setCurrentFont sets LaTeX language in ERT&friends

Fix issue when language is set to document language instead of
latex_language in ERT and pass thru layouts.

To trigger the issue
1/ select all in a ERT inset
2/ type "abc"
3/ look at code in code preview pane

==> result: the "a" is in document language, the "bc" in LaTeX language
(as should be)

3 years agoFix Riki's contact
Pavel Sanda [Mon, 9 Nov 2020 14:06:42 +0000 (15:06 +0100)]
Fix Riki's contact

3 years agoCustomization.lyx: Import and review changes from Phil Netro.
Pavel Sanda [Mon, 9 Nov 2020 13:42:25 +0000 (14:42 +0100)]
Customization.lyx: Import and review changes from Phil Netro.

Chap. 1 & 2.

3 years agoSimplify operator== for ParConstIterator
Yuriy Skalko [Sun, 8 Nov 2020 21:26:36 +0000 (23:26 +0200)]
Simplify operator== for ParConstIterator

Comment out it while it is unused.

3 years agoWhitespace & renaming
Yuriy Skalko [Thu, 5 Nov 2020 10:01:21 +0000 (12:01 +0200)]
Whitespace & renaming

3 years agoMacroData refactoring
Yuriy Skalko [Wed, 4 Nov 2020 10:04:39 +0000 (12:04 +0200)]
MacroData refactoring

3 years agoImprove structure of updateMacros
Yuriy Skalko [Wed, 4 Nov 2020 09:27:08 +0000 (11:27 +0200)]
Improve structure of updateMacros

3 years agoRemove dead comment
Richard Kimberly Heck [Fri, 6 Nov 2020 16:30:02 +0000 (11:30 -0500)]
Remove dead comment

3 years agoMove trivial constructors into header. Remove unimplemented one.
Richard Kimberly Heck [Fri, 6 Nov 2020 16:23:52 +0000 (11:23 -0500)]
Move trivial constructors into header. Remove unimplemented one.

3 years agoUpdate Russian localization
Yuriy Skalko [Fri, 30 Oct 2020 21:49:21 +0000 (23:49 +0200)]
Update Russian localization

3 years agoDocBook: mark more tests to be ignored.
Thibaut Cuvelier [Thu, 5 Nov 2020 04:35:53 +0000 (05:35 +0100)]
DocBook: mark more tests to be ignored.

3 years agoDocBook: remove special options from InsetGraphics.cpp
Thibaut Cuvelier [Thu, 5 Nov 2020 04:35:34 +0000 (05:35 +0100)]
DocBook: remove special options from InsetGraphics.cpp

This was not really a useful attribute for DocBook, or it must be parsed beforehand.

3 years agoDocBook: polyglossia test now works.
Thibaut Cuvelier [Thu, 5 Nov 2020 02:10:37 +0000 (03:10 +0100)]
DocBook: polyglossia test now works.

3 years agoDocBook: many fixes for the user guide.
Thibaut Cuvelier [Thu, 5 Nov 2020 01:42:03 +0000 (02:42 +0100)]
DocBook: many fixes for the user guide.

3 years agoDocBook: exclude the Math docs from the tests.
Thibaut Cuvelier [Thu, 5 Nov 2020 01:25:30 +0000 (02:25 +0100)]
DocBook: exclude the Math docs from the tests.

3 years agoMathML: make InsetMathXArrow generate valid XML entities when required.
Thibaut Cuvelier [Thu, 5 Nov 2020 01:18:47 +0000 (02:18 +0100)]
MathML: make InsetMathXArrow generate valid XML entities when required.

Before this, it only supported HTML entities.

3 years agoDocBook: EmbeddedObjects is too complex to have a truly valid output.
Thibaut Cuvelier [Thu, 5 Nov 2020 01:06:31 +0000 (02:06 +0100)]
DocBook: EmbeddedObjects is too complex to have a truly valid output.

3 years agoDocBook: ensure that tables do not get wrapped in a paragraph.
Thibaut Cuvelier [Thu, 5 Nov 2020 01:03:34 +0000 (02:03 +0100)]
DocBook: ensure that tables do not get wrapped in a paragraph.

3 years agoDocBook: a previous patch has unexpectedly nice consequences!
Thibaut Cuvelier [Thu, 5 Nov 2020 00:45:40 +0000 (01:45 +0100)]
DocBook: a previous patch has unexpectedly nice consequences!

Tests that used to fail now pass (the title structure is now better handled).

3 years agoDocBook: mark nested sidebars as allowed.
Thibaut Cuvelier [Wed, 4 Nov 2020 23:27:29 +0000 (00:27 +0100)]
DocBook: mark nested sidebars as allowed.

This is mostly for shapepar support, in a rare situation. Fixing this would create a lot of special cases in output_docbook.cpp, i.e. fixing the issue (which will barely happen in real life) would make maintenance much harder.

3 years agoDocBook: don't consider bridgeheads for abstracts.
Thibaut Cuvelier [Wed, 4 Nov 2020 23:02:59 +0000 (00:02 +0100)]
DocBook: don't consider bridgeheads for abstracts.

3 years agoDocBook: implement AMS articles.
Thibaut Cuvelier [Wed, 4 Nov 2020 21:43:05 +0000 (22:43 +0100)]
DocBook: implement AMS articles.

3 years agoDocBook: missing inverted tests.
Thibaut Cuvelier [Wed, 4 Nov 2020 21:36:27 +0000 (22:36 +0100)]
DocBook: missing inverted tests.

3 years agoDocBook: implement AMS book.
Thibaut Cuvelier [Wed, 4 Nov 2020 21:29:02 +0000 (22:29 +0100)]
DocBook: implement AMS book.

3 years agoDocBook: basic implementation of recipe book.
Thibaut Cuvelier [Wed, 4 Nov 2020 17:50:45 +0000 (18:50 +0100)]
DocBook: basic implementation of recipe book.

3 years agoDocBook: ignore other KOMA-Script letters.
Thibaut Cuvelier [Wed, 4 Nov 2020 16:31:22 +0000 (17:31 +0100)]
DocBook: ignore other KOMA-Script letters.

3 years agoDocBook: implement Braille.
Thibaut Cuvelier [Wed, 4 Nov 2020 04:06:56 +0000 (05:06 +0100)]
DocBook: implement Braille.

Basically, nothing to do: the conversion must be performed by the DocBook-processing agent (which is not a standard feature).

3 years agoFixup ce526607 again: last-minute blunder
Jean-Marc Lasgouttes [Tue, 3 Nov 2020 15:22:20 +0000 (16:22 +0100)]
Fixup ce526607 again: last-minute blunder

3 years agoFixup 6394dd89: small cleanups
Jean-Marc Lasgouttes [Tue, 3 Nov 2020 14:11:06 +0000 (15:11 +0100)]
Fixup 6394dd89: small cleanups

3 years agoIndentation
Jean-Marc Lasgouttes [Tue, 3 Nov 2020 14:10:19 +0000 (15:10 +0100)]
Indentation

3 years agoMake it possible to select C++ standard with autoconf
Jean-Marc Lasgouttes [Mon, 2 Nov 2020 16:40:29 +0000 (17:40 +0100)]
Make it possible to select C++ standard with autoconf

Introduce new configure option --enable-cxx-mode=MODE, which allows to
force a C++ version. The default is {14,11}, which means that C++14 is
chosen if it is supported, and C++11 will be selected as a fallback.

Using --enable-cxx-mode=11 ensures that LyX compiles correctly
with an older C++11 compiler.

3 years agoStepMasterCounter --> StepParentCounter
Richard Kimberly Heck [Mon, 2 Nov 2020 22:36:58 +0000 (17:36 -0500)]
StepMasterCounter --> StepParentCounter

3 years agoRevert "Fix a number of signedness warnings"
Richard Kimberly Heck [Mon, 2 Nov 2020 22:09:13 +0000 (17:09 -0500)]
Revert "Fix a number of signedness warnings"

This reverts commit e8a28c33c564784899ecd427c06d1fe8678bfc07.

I was not aware that we used negative numbers for author IDs!

3 years agoRemove 'slave' terminology from Counters.cpp.
Richard Kimberly Heck [Mon, 2 Nov 2020 22:03:42 +0000 (17:03 -0500)]
Remove 'slave' terminology from Counters.cpp.

And with it, 'master'. That is less problematic by itself (so I'm not
worried about 'master document'), but here it doesn't make a lot of
sense without 'slave'.

3 years agoUse default member initialization in OutputParams
Yuriy Skalko [Mon, 2 Nov 2020 00:06:30 +0000 (02:06 +0200)]
Use default member initialization in OutputParams

3 years agoFix a number of signedness warnings
Richard Kimberly Heck [Mon, 2 Nov 2020 17:03:37 +0000 (12:03 -0500)]
Fix a number of signedness warnings

3 years agowhitespace and style
Richard Kimberly Heck [Mon, 2 Nov 2020 16:45:09 +0000 (11:45 -0500)]
whitespace and style

3 years agowhitespace
Richard Kimberly Heck [Mon, 2 Nov 2020 16:38:52 +0000 (11:38 -0500)]
whitespace

3 years agoMerge tests in invertedTests, proposed by Kornel
Thibaut Cuvelier [Mon, 2 Nov 2020 14:39:25 +0000 (15:39 +0100)]
Merge tests in invertedTests, proposed by Kornel

This should improve performance when building LyX.

3 years agoCmake tests: Do not remove temporary data while debugging
Kornel Benko [Mon, 2 Nov 2020 12:12:56 +0000 (13:12 +0100)]
Cmake tests: Do not remove temporary data while debugging

The debug mode is set with the environment LYX_DEBUG_LATEX
 $ export LYX_DEBUG_LATEX=1

The downside: From time to time the need to remove the superfluous dirs
 $ cd build-dir
 $ find autotests/out-home -name AbC_\* | xargs rm -rf

3 years agoSimplify bformat
Yuriy Skalko [Sun, 1 Nov 2020 20:39:21 +0000 (22:39 +0200)]
Simplify bformat

3 years agoDocBook: implement svmult.
Thibaut Cuvelier [Mon, 2 Nov 2020 02:44:51 +0000 (03:44 +0100)]
DocBook: implement svmult.

More generally, ensures that paragraphs in abstracts do not have something else configured.

A major problem in making the layout more useful is that article titles are not supposed to be in TOC.

3 years agoDocBook: more tests to be ignored.
Thibaut Cuvelier [Mon, 2 Nov 2020 02:11:28 +0000 (03:11 +0100)]
DocBook: more tests to be ignored.

3 years agoDocBook: implement DIN-Brief.
Thibaut Cuvelier [Mon, 2 Nov 2020 02:03:24 +0000 (03:03 +0100)]
DocBook: implement DIN-Brief.

3 years agoDocBook: ignore obsolete document layouts, at least for now.
Thibaut Cuvelier [Mon, 2 Nov 2020 01:22:48 +0000 (02:22 +0100)]
DocBook: ignore obsolete document layouts, at least for now.

3 years agoDocBook: write correctly the lists of tests that are expected to fail, with the langu...
Thibaut Cuvelier [Mon, 2 Nov 2020 00:51:25 +0000 (01:51 +0100)]
DocBook: write correctly the lists of tests that are expected to fail, with the language instead of .*.

3 years agoComment updates
Richard Kimberly Heck [Sun, 1 Nov 2020 23:08:18 +0000 (18:08 -0500)]
Comment updates

3 years agoSome constness, following Yuriy
Richard Kimberly Heck [Sun, 1 Nov 2020 22:37:19 +0000 (17:37 -0500)]
Some constness, following Yuriy

3 years agoConstify LaTeXFont
Yuriy Skalko [Sun, 1 Nov 2020 12:00:49 +0000 (14:00 +0200)]
Constify LaTeXFont

3 years agoUse default member initialization
Yuriy Skalko [Sun, 1 Nov 2020 11:34:49 +0000 (13:34 +0200)]
Use default member initialization

3 years agoUse bool literals
Yuriy Skalko [Sun, 1 Nov 2020 11:05:14 +0000 (13:05 +0200)]
Use bool literals

3 years agoConstify InsetQuotesParams
Yuriy Skalko [Sun, 1 Nov 2020 10:57:14 +0000 (12:57 +0200)]
Constify InsetQuotesParams

3 years agoMatch header/source function argument naming
Yuriy Skalko [Sat, 31 Oct 2020 17:18:51 +0000 (19:18 +0200)]
Match header/source function argument naming

3 years agoUse const references
Yuriy Skalko [Sat, 31 Oct 2020 13:09:46 +0000 (15:09 +0200)]
Use const references

3 years agoUse default member initialization in InsetLayout
Yuriy Skalko [Fri, 30 Oct 2020 21:27:44 +0000 (23:27 +0200)]
Use default member initialization in InsetLayout

3 years agoSimplify with std::map::insert
Yuriy Skalko [Sat, 31 Oct 2020 15:13:52 +0000 (17:13 +0200)]
Simplify with std::map::insert

3 years agoPowerdot examples: work around undefined ref
Scott Kostyshak [Sun, 1 Nov 2020 18:27:43 +0000 (13:27 -0500)]
Powerdot examples: work around undefined ref

The hook that defines the "lastslide" label is interfered with for
some reason on an updated TeX Live 2020. We thus avoid referencing
the label and instead show only the current slide number on each
slide. We leave instructions in the preamble for how to get back the
previous behavior if desired.

3 years agoctests: uninvert some unicode ctests
Scott Kostyshak [Sun, 1 Nov 2020 18:26:03 +0000 (13:26 -0500)]
ctests: uninvert some unicode ctests

Thanks to an update of the "menukey" package, these exports now
succeed. For more information, see 33228178.

3 years agoDocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
Thibaut Cuvelier [Sun, 1 Nov 2020 02:58:25 +0000 (03:58 +0100)]
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).

I gave up on G-Brief, it's too far from the other classes.

3 years agoDocBook: implement French letter.
Thibaut Cuvelier [Sun, 1 Nov 2020 02:03:38 +0000 (03:03 +0100)]
DocBook: implement French letter.

3 years agoDocBook: mark more presentations as expected failures.
Thibaut Cuvelier [Sun, 1 Nov 2020 01:52:42 +0000 (02:52 +0100)]
DocBook: mark more presentations as expected failures.

3 years agoDocBook: implement Hollywood layout.
Thibaut Cuvelier [Sun, 1 Nov 2020 01:51:49 +0000 (02:51 +0100)]
DocBook: implement Hollywood layout.

3 years agoWininstaller2: Imagemagick should be able to find ghostscript binaries
Eugene Chornyi [Sat, 31 Oct 2020 10:14:53 +0000 (11:14 +0100)]
Wininstaller2: Imagemagick should be able to find ghostscript binaries

3 years agoFoils: set default output to PDF (ps2pdf)
Scott Kostyshak [Sat, 31 Oct 2020 00:22:00 +0000 (20:22 -0400)]
Foils: set default output to PDF (ps2pdf)

We currently specify that dvips be used. This could potentially
change in the future. One issue is that with system fonts XeTeX and
LuaTeX do not correctly rotate pages.