Enrico Forestieri
9285f338a9
Take into account macro redefinitions when generating previews
...
No status line needed as this is an amendment to b3d2ffc0
2015-05-31 17:06:40 +02:00
Scott Kostyshak
71fd45b2f6
Add an explanatory note for external_templates
...
Clarify that a user-defined external_templates file would replace
the library version. For more information on this issue, see #3983 .
(cherry picked from commit 1d28d90801
)
2015-05-31 05:02:20 -04:00
Juergen Spitzmueller
8aed8f99d1
Fix shortcut conflict
2015-05-31 09:34:24 +02:00
Uwe Stöhr
6c12eb9736
Japanese and Spanish UserGuide.lyx: fix some references
2015-05-31 04:16:05 +02:00
Uwe Stöhr
e62773dd07
configure.py: add the --nofooter option also to the python call of eLyXer
...
(btw. there is no executable of eLyXer available)
2015-05-31 03:17:26 +02:00
Enrico Forestieri
b3d2ffc0fe
Fix several issues with instant previews.
...
This is a collection of changes to the python scripts in master made
for trying to sort out the mess that had accumulated about previews.
After this audit, it turns out that bugs #6369 , #9354 , #9508 , and #9510
are now fixed. If pdftocairo and epstopdf are vailable, it also makes
the conversion performed by the legacy conversion paths much faster
and improves the quality of the generated bitmaps.
2015-05-30 18:22:30 +02:00
Enrico Forestieri
043cf5a700
Fix bug #7850 (Preview of inline math misaligned)
2015-05-30 13:51:13 +02:00
Juergen Spitzmueller
1ab1f071b5
Fix test for urwclassico font (bug #9576 )
2015-05-30 11:00:17 +02:00
Uwe Stöhr
60603cf00e
configure.py: add --nofooter option to hide elyXer's footer
2015-05-30 02:47:05 +02:00
Uwe Stöhr
016775cc67
EmbeddedObjects.lyx: LyX supports already table cell rotations
...
- remove the document class option "fleqn" because it there is currently a LaTeX bug with this and this option is not really necessary
2015-05-24 23:24:05 +02:00
Pavel Sanda
0b8eb5dc73
Fix default style of broadway layout.
...
Thanks Richard.
2015-05-19 23:30:30 -07:00
Uwe Stöhr
fec8f528fe
PDF-form.lyx: some fine-tuning
2015-05-19 23:01:06 +02:00
Uwe Stöhr
648a5a4705
pdfform.module: uniform spacing
...
thanks Jürgen for fixing bug #9518
2015-05-19 22:02:40 +02:00
Enrico Forestieri
5f70378496
Take into account compressed documents when creating a LyX archive.
2015-05-15 01:31:55 +02:00
Uwe Stöhr
e682e73348
stdmenus.inc: add PDF forms example to Help menu
...
I forgot that when I added PDF forms.
2015-05-11 01:05:44 +02:00
Uwe Stöhr
17489ed60d
add support for PDF forms to branch
2015-05-09 16:42:17 +02:00
Uwe Stöhr
0299b9bf71
pt_BR.po: new translation by Georger Araujo
2015-05-06 02:14:17 +02:00
Uwe Stöhr
7f9627dcd3
EmbeddedObjects.lyx: improve description of \cmidrule
2015-04-30 01:25:36 +02:00
Pavel Sanda
744c3acc00
Fix broken lilipond links.
2015-04-28 09:37:43 -07:00
Uwe Stöhr
45025e5d9c
PDF-comment.lyx: some fixes
2015-04-27 02:34:08 +02:00
Uwe Stöhr
8026360776
pdfcomment.module: reintroduce whitespace mixture because of bug #9518
2015-04-26 18:25:03 +02:00
Juergen Spitzmueller
74c7b5d47e
Add Jari-Matti Mäkelä to the credits
2015-04-26 13:47:18 +02:00
Uwe Stöhr
d3ff7ea799
pdfcomment.module: promote our example file in the description
...
- pdfcomment.module: backport the whitespace uniformization
- PDF-comment.lyx: fix a typo
2015-04-26 13:39:55 +02:00
Uwe Stöhr
3a35552a5c
PDF-comment.lyx: few more fixes
2015-04-26 04:21:01 +02:00
Uwe Stöhr
2d84e2b970
PDF-comment.lyx: some fixes
2015-04-26 03:23:22 +02:00
Uwe Stöhr
8751fb1a75
FeynmanDiagrams.lyx: rename German version
...
it turned out that the example files that should appear in LyX's Help menu must have the same name as their English versions
2015-04-25 17:10:03 +02:00
Uwe Stöhr
d1948bb21a
Feynman-Diagramme.lyx: new German translation
...
FeynmanDiagrams.lyx: an adjustment and added the missing note to the French translation
2015-04-25 16:59:56 +02:00
Uwe Stöhr
f38fbe0f67
FeynmanDiagrams.lyx: fix some typos and expressions
2015-04-25 02:03:50 +02:00
Uwe Stöhr
0b55f0743e
French UserGuide.lyx: updates from Jean-Pierre
2015-04-17 02:18:36 +02:00
Uwe Stöhr
1ce9e4d81a
UserGuide.lyx: fix a typo
2015-04-17 01:10:34 +02:00
Uwe Stöhr
7cc7e995c5
UserGuide.lyx: fix a LaTeX warning
...
\bf is deprecated
2015-04-17 01:03:46 +02:00
Enrico Forestieri
a63af1b93a
Fix output of \lightning in math mode.
...
The \lightning symbol is text mode only. Hence, for using it in
mathed, it must be inserted in a text mode environment such as
\mbox, \text, etc. However, as it is not marked as textmode,
LyX "helpfully" encloses it in \ensuremath everytime one tries
to put it in a text mode environment, thus defying the countermeasure.
By declaring it textmode only, LyX stops doing that and thus it can be
correctly output by simply selecting it and hitting Ctrl-M.
2015-04-12 10:35:53 +02:00
Enrico Forestieri
046c9a4b21
Add icons for the "Fonts" math panel.
2015-04-11 23:49:06 +02:00
Uwe Stöhr
3df958b0dc
MultilingualCaptions.lyx: update some menu names
2015-04-06 06:10:01 +02:00
Uwe Stöhr
1741125521
MultilingualCaptions.lyx: new German translation
...
- also some fixes for the other language variants
2015-04-06 03:38:03 +02:00
José Matos
5ed74b4446
Make lyx2lyx parser a bit more robust.
...
Ignore if the first line of a lyx file does not start with a #
Add such a line if it is missing..
Fixes bug #9279
2015-03-31 15:29:41 +01:00
Enrico Forestieri
a7970c1699
Use an info inset instead of a graphics one
2015-03-28 20:45:34 +01:00
Juergen Spitzmueller
d98618c7db
Fix thinko in convert_corollary_args
...
Fixes : #9478
2015-03-25 09:21:42 +01:00
Juergen Spitzmueller
d67e1789a3
Properly handle the bicaption package (bug #9449 )
2015-03-18 08:42:49 +01:00
Jean-Marc Lasgouttes
f3c2bfd495
add "Keywords" to lyx.desktop file
...
Fixes bug #9414 .
2015-03-17 10:20:51 +01:00
Jean-Marc Lasgouttes
a50c0f7d13
Add proper importers for Sweave and knitr.
...
Fixes bug #8734 .
2015-03-16 19:34:38 +01:00
Juergen Spitzmueller
f790bb046e
Properly define MultiPar status of caption in the layout definition.
...
Also remove hardcoded paragraph break disabling.
2015-03-12 09:54:01 +01:00
Georg Baum
141f13a9cc
Remove unsupported macros from autocompletion
...
We have some math macros that exist only because LyX can display them easily,
but which require user preamble code. These commands should not appear in
autocompletion, they are only there to make the formulas of users who actually
need these symbols and know what to put into the preamble more beautiful.
2015-03-10 21:04:24 +01:00
Uwe Stöhr
d7bf990dfd
pdfcomment.module: fix dependencies
2015-03-08 03:40:38 +04:00
Uwe Stöhr
5e41f91b7c
MultilingualCaptions.lyx: few more fixes
2015-03-08 03:37:23 +04:00
Uwe Stöhr
0c8f3a4cfb
MultilingualCaptions.lyx: some fixes and improvements
...
- load nicer screen fonts
- fix some typos and sorting mistakes
2015-03-07 15:15:23 +04:00
Uwe Stöhr
d80672d459
French MultilingualCaptions.lyx: this time really the french version
2015-03-07 13:14:27 +04:00
Uwe Stöhr
8e93f105ca
English MultilingualCaptions.lyx: fix 2 mistakes
...
spotted by Jean-Pierre
2015-02-27 00:41:48 +01:00
Uwe Stöhr
76b1deaf88
French MultilingualCaptions.lyx: new translation by Jean-Pierre
2015-02-27 00:40:00 +01:00
Uwe Stöhr
d040a1bbe1
French Intro.lyx: some adjustments by Jean-Pierre
2015-02-27 00:21:10 +01:00