]> git.lyx.org Git - lyx.git/log
lyx.git
9 years agoFix LaTeX length export of big numbers (bug 9416)
Georg Baum [Thu, 14 May 2015 10:10:42 +0000 (12:10 +0200)]
Fix LaTeX length export of big numbers (bug 9416)

LaTeX lengths must not use scientific notation, since the + sign has a
different meaning (glue lengths). This is the export part of bug 9416, the GUI
part is still not fixed.

9 years agoShut up compiler warning
Georg Baum [Thu, 14 May 2015 08:48:50 +0000 (10:48 +0200)]
Shut up compiler warning

We know that ceil() returns an integer, although the type is double.

9 years agoMake output of runtests.py better readable
Kornel Benko [Thu, 14 May 2015 08:45:43 +0000 (10:45 +0200)]
Make output of runtests.py better readable

9 years agoUpdate tex2lyx and tests after 306b136c
Enrico Forestieri [Wed, 13 May 2015 23:02:37 +0000 (01:02 +0200)]
Update tex2lyx and tests after 306b136c

9 years agoFix bug #4812 (Layout in local directory lost on Save As, Copying)
Enrico Forestieri [Wed, 13 May 2015 19:40:51 +0000 (21:40 +0200)]
Fix bug #4812 (Layout in local directory lost on Save As, Copying)

The "save-as" part of the bug is fixed by extending the \textclass tag
such that, if a local layout file is used, its path relative to the
document directory is now stored together with the name. If a relative
path cannot be used, an absolute one is used but, in this case, the
document is not usable on a different platform.

The "copy" part is fixed by introducing a new \origin tag, which is
written when the file is saved. This tag stores the absolute path of
the document directory. If the document is manually copied to a
different location, the local layout file is retrivied by using
\origin (which is only updated on save).
This new tag may prove useful also for locating other files when the
document is manually moved to a different directory.

As in the original implementation the files needed for the layout
(for example, a latex class) had to be in the same directory as the
layout file, this directory has also to be added to TEXINPUTS.

9 years agoUpdate tex2lyx tests after 8010b90c
Enrico Forestieri [Wed, 13 May 2015 19:36:36 +0000 (21:36 +0200)]
Update tex2lyx tests after 8010b90c

9 years agoDo not blindly insert ubound Alt-<letter> keybindings.
Juergen Spitzmueller [Wed, 13 May 2015 12:54:52 +0000 (14:54 +0200)]
Do not blindly insert ubound Alt-<letter> keybindings.

Fixes: #5575
9 years agoUnduplicate box strings.
Pavel Sanda [Wed, 13 May 2015 07:15:37 +0000 (00:15 -0700)]
Unduplicate box strings.

9 years agoGuiBox.cpp: make a logic setting more clear
Uwe Stöhr [Tue, 12 May 2015 23:16:35 +0000 (01:16 +0200)]
GuiBox.cpp: make a logic setting more clear

9 years ago#5502 correct short cut for toggle fullscreen - usually it is Control-Command-F on...
Stephan Witt [Tue, 12 May 2015 19:50:29 +0000 (21:50 +0200)]
#5502 correct short cut for toggle fullscreen - usually it is Control-Command-F on Mac; whitespace

9 years agoUse const ref instead of passing by value.
Richard Heck [Tue, 12 May 2015 16:52:36 +0000 (12:52 -0400)]
Use const ref instead of passing by value.

Thinko caught by coverity.

9 years agoPass XHTMLStream by reference. Problem found by coverity.
Richard Heck [Tue, 12 May 2015 14:11:50 +0000 (10:11 -0400)]
Pass XHTMLStream by reference. Problem found by coverity.

The previous code worked because we are writing to the stream, and
the actual odocstream is a member by reference of XHTMLStream.

9 years agoFix left margin with some nested layouts (#9538)
Juergen Spitzmueller [Tue, 12 May 2015 13:47:38 +0000 (15:47 +0200)]
Fix left margin with some nested layouts (#9538)

9 years agoBoxUi.ui: update tooltips and tab order
Uwe Stöhr [Mon, 11 May 2015 22:28:29 +0000 (00:28 +0200)]
BoxUi.ui: update tooltips and tab order

- InsetBox.cpp: constify

9 years agoGuiBox.cpp: re-add lost braces
Uwe Stöhr [Mon, 11 May 2015 20:16:36 +0000 (22:16 +0200)]
GuiBox.cpp: re-add lost braces

- FORMAT: add date

9 years agoadd ability to change box line thickness and separation
Uwe Stöhr [Mon, 11 May 2015 19:30:32 +0000 (21:30 +0200)]
add ability to change box line thickness and separation

fileformat change

9 years agoUpdate sk.po
Kornel Benko [Mon, 11 May 2015 16:11:56 +0000 (18:11 +0200)]
Update sk.po

9 years agoFix enabling/disabling in InsetParams derived dialogs (#9541)
Juergen Spitzmueller [Mon, 11 May 2015 09:35:02 +0000 (11:35 +0200)]
Fix enabling/disabling in InsetParams derived dialogs (#9541)

9 years agofr.po: update from jean-Pierre for master
Uwe Stöhr [Sun, 10 May 2015 23:13:30 +0000 (01:13 +0200)]
fr.po: update from jean-Pierre for master

9 years agostdmenus.inc: add PDF forms example to Help menu
Uwe Stöhr [Sun, 10 May 2015 23:13:05 +0000 (01:13 +0200)]
stdmenus.inc: add PDF forms example to Help menu

9 years agoGuiBox.cpp: add missing braces from previous commit
Uwe Stöhr [Sun, 10 May 2015 19:42:45 +0000 (21:42 +0200)]
GuiBox.cpp: add missing braces from previous commit

9 years agoGuiBox.cpp: fix button logic (fixes bug #9543)
Uwe Stöhr [Sun, 10 May 2015 13:54:03 +0000 (15:54 +0200)]
GuiBox.cpp: fix button logic (fixes bug #9543)

9 years agoGuiBox: Factor out enabling/disabling to checkedWidgets.
Juergen Spitzmueller [Sun, 10 May 2015 11:02:00 +0000 (13:02 +0200)]
GuiBox: Factor out enabling/disabling to checkedWidgets.

Part of: #9541.

9 years agoRemove gcc 3 traces
Georg Baum [Sun, 10 May 2015 08:01:33 +0000 (10:01 +0200)]
Remove gcc 3 traces

We claim that gcc 4.x is needed in INSTALL, so it does not make sense to keep
this old stuff. Instead, I made configure output an error if gcc is too old.

9 years agoFix pasting of PDF from clipboard
Scott Kostyshak [Sat, 9 May 2015 03:26:57 +0000 (23:26 -0400)]
Fix pasting of PDF from clipboard

The command "paste pdf" was always disabled because the
condition in the following "if" statement always returns false

  if (arg == "pdf" && (type = Clipboard::PdfGraphicsType))

The value of "type" is zero in this case because PdfGraphicsType is
the first enum value (and it is not set explicitly to non-zero).

An alternative patch is to put AnyGraphicsType as the first
element of enum GraphicsType, or to set the first element to a
number greater than 0.

To test the bug that this commit fixes, either copy a PDF and try to
paste with the action "paste pdf", or click on the "Edit" menu and
notice (before this commit) the terminal output "Unrecognized
graphics type: pdf".

9 years agolyx_2_2.py: fix a typo
Uwe Stöhr [Sat, 9 May 2015 23:35:55 +0000 (01:35 +0200)]
lyx_2_2.py: fix a typo

9 years agoar.po: update from Hatim
Uwe Stöhr [Sat, 9 May 2015 16:05:25 +0000 (18:05 +0200)]
ar.po: update from Hatim

9 years agoUpdate sk.po
Kornel Benko [Sat, 9 May 2015 14:57:41 +0000 (16:57 +0200)]
Update sk.po

9 years agode.po
Juergen Spitzmueller [Sat, 9 May 2015 13:52:24 +0000 (15:52 +0200)]
de.po

9 years agoSplit different indices in the outliner
Juergen Spitzmueller [Sat, 9 May 2015 13:30:10 +0000 (15:30 +0200)]
Split different indices in the outliner

Fixes: #7012.
9 years agoAdd option to Argument to let it be inserted with a copy of the co-text.
Juergen Spitzmueller [Sat, 9 May 2015 10:17:24 +0000 (12:17 +0200)]
Add option to Argument to let it be inserted with a copy of the co-text.

This is useful for classic "Short Titles", where one might want to start
with the full title in the inset.

Addresses: #4745

9 years agoWhitespace
Juergen Spitzmueller [Sat, 9 May 2015 10:05:45 +0000 (12:05 +0200)]
Whitespace

9 years agoAdapt enumii counter display to KOMA default as suggested in #3311.
Juergen Spitzmueller [Sat, 9 May 2015 09:13:28 +0000 (11:13 +0200)]
Adapt enumii counter display to KOMA default as suggested in #3311.

Candidate for branch.

9 years agoAdd commented ASCII control pictures
Georg Baum [Fri, 8 May 2015 20:00:40 +0000 (22:00 +0200)]
Add commented ASCII control pictures

The list was taken by a patch from Jürgen for bug #5704.

9 years agoFix build with GNU libstdc++ C++11 ABI
Georg Baum [Fri, 8 May 2015 19:12:42 +0000 (21:12 +0200)]
Fix build with GNU libstdc++ C++11 ABI

The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as
older versions, or with a new ABI which is conformant to the C++11 standard.
LyX did not build if the latter was used:
https://kojipkgs.fedoraproject.org//work/tasks/1267/9651267/build.log

This is now fixed by detecting the ABI version and disabling the wrong forward
declarations. At the same time, STD_STRING_USES_COW is switched off for the
C++11 ABI version, because the std::basic_string implementation is now C++11
conformant. Since the GNU libstdc++ can also used by other compilers such as
clang, we must not test for the compiler version.

9 years ago#1720 disable document buffer related LFUNs in GUI view if the work area has no focus
Stephan Witt [Fri, 8 May 2015 17:09:00 +0000 (19:09 +0200)]
#1720 disable document buffer related LFUNs in GUI view if the work area has no focus

9 years agoFix compilation after e93444e7
Enrico Forestieri [Fri, 8 May 2015 12:15:38 +0000 (14:15 +0200)]
Fix compilation after e93444e7

Stephan, please check whether RowPainter::paintMisspelledMark has
to be extended to use a third parameter, instead.

9 years ago#9514 improved document iterator for correct check of speller disabled state
Stephan Witt [Fri, 8 May 2015 09:13:32 +0000 (11:13 +0200)]
#9514 improved document iterator for correct check of speller disabled state

9 years agoForgot this.
Juergen Spitzmueller [Fri, 8 May 2015 07:51:09 +0000 (09:51 +0200)]
Forgot this.

9 years agoDocument PassThruChars option of argument.
Juergen Spitzmueller [Fri, 8 May 2015 07:37:28 +0000 (09:37 +0200)]
Document PassThruChars option of argument.

9 years agoImplement PassThruChars to Argument
Juergen Spitzmueller [Fri, 8 May 2015 07:32:31 +0000 (09:32 +0200)]
Implement PassThruChars to Argument

Closes: #9535.
9 years agoLINGUAS: ad another missing bit and correct sorting
Uwe Stöhr [Thu, 7 May 2015 22:37:08 +0000 (00:37 +0200)]
LINGUAS: ad another missing bit and correct sorting

9 years agoFix building of .gmo files
Georg Baum [Thu, 7 May 2015 19:59:14 +0000 (21:59 +0200)]
Fix building of .gmo files

This was missing in 026b6ad29c091ed.

9 years agoMake static variable non-static
Georg Baum [Mon, 13 Apr 2015 19:07:05 +0000 (21:07 +0200)]
Make static variable non-static

This is still a hack, but a less dangerous one. The old code had a problem
if it was called from different threads, or if for some reason it would get
called recursively.

9 years agoRevert correctly cursor font after undo a font toggle
Jean-Marc Lasgouttes [Thu, 7 May 2015 13:56:22 +0000 (15:56 +0200)]
Revert correctly cursor font after undo a font toggle

The recordUndoSelection call was done after the modification of cursor font. This is bad.

Fixes: #9537
9 years agoCmake build: New libmagic dependency after commit 93b0f9c080cbb3dd807850ad60dbe211fc5...
Kornel Benko [Wed, 6 May 2015 16:59:26 +0000 (18:59 +0200)]
Cmake build: New libmagic dependency after commit 93b0f9c080cbb3dd807850ad60dbe211fc5bc703

The command check_ExternalTransforms was no longer linked.

9 years ago#9514 contents inside of LyX insets with spell check disabled should be ignored by...
Stephan Witt [Wed, 6 May 2015 16:39:24 +0000 (18:39 +0200)]
#9514 contents inside of LyX insets with spell check disabled should be ignored by spell checker.
The document iterator now skips math insets and insets like notes where spell check is disabled.
The continuous spell checking is part of the row painter drawing and the spell check disabled state
has to be passed down recursively while doing the inset painting.

9 years agoAutotools: configure AR program
Jean-Marc Lasgouttes [Mon, 4 May 2015 14:19:44 +0000 (16:19 +0200)]
Autotools: configure AR program

Some distros may use target-specific prefix for ar program (like
x86_64-pc-linux-gnu-ar). Automake can handle that since version 1.12.

Since we still support automake 1.8 (not that it is really crucial,
but ubuntu 12.04 ships with automake 1.11.3), make the code
conditional.

Update a bit the gitignore files (automake creates some files in config/).

Based on a patch from Nikolay Orlyuk <virkony@gmail.com>.

9 years agorename pt.po to pt_PT.po
Uwe Stöhr [Wed, 6 May 2015 00:17:28 +0000 (02:17 +0200)]
rename pt.po to pt_PT.po

to dinstinguish the 2 different pt variants. We do already the same for Chinese (zh).
No further change should be necessary.

9 years agoar.po: some more corrections and translations by Hatim
Uwe Stöhr [Tue, 5 May 2015 23:33:30 +0000 (01:33 +0200)]
ar.po: some more corrections and translations by Hatim

9 years agoDon't update paths of non-existing files
Enrico Forestieri [Tue, 5 May 2015 20:29:22 +0000 (22:29 +0200)]
Don't update paths of non-existing files

9 years ago#5502 add binding for full screen toggle on mac
Stephan Witt [Sun, 3 May 2015 15:54:44 +0000 (17:54 +0200)]
#5502 add binding for full screen toggle on mac

9 years agoDo not insert non-rpintable characters (such as ASCII control characters)
Juergen Spitzmueller [Tue, 5 May 2015 12:23:24 +0000 (14:23 +0200)]
Do not insert non-rpintable characters (such as ASCII control characters)

Fixes: #5704.
9 years agoAdapt tex2lyx testfiles to the new format 488.
Kornel Benko [Tue, 5 May 2015 10:34:25 +0000 (12:34 +0200)]
Adapt tex2lyx testfiles to the new format 488.

9 years agoRemove code that is no longer needed
Scott Kostyshak [Tue, 5 May 2015 07:00:29 +0000 (03:00 -0400)]
Remove code that is no longer needed

Because of our better mechanism for dealing with errors (72c5385f),
the problem described in the comment is no longer possible.
NO_OUTPUT is treated as an error so there will no longer be a
lingering PDF in this case.

9 years agoctex.lyx: use free fonts by default
Scott Kostyshak [Tue, 5 May 2015 06:13:31 +0000 (02:13 -0400)]
ctex.lyx: use free fonts by default

Now with TeX Live 2014 (and also with 2015), we can export ctex.lyx
with free fonts. I have confirmed that the output is correct.

9 years agoUpdate format of ctex.lyx
Scott Kostyshak [Tue, 5 May 2015 06:06:54 +0000 (02:06 -0400)]
Update format of ctex.lyx

9 years agoctests: PDF-form only works with (pdf|lua)latex
Scott Kostyshak [Tue, 5 May 2015 05:19:29 +0000 (01:19 -0400)]
ctests: PDF-form only works with (pdf|lua)latex

This is even stated in the file.

9 years agoDo a fresh compile for preview after error (#9061)
Scott Kostyshak [Sun, 3 May 2015 05:22:03 +0000 (01:22 -0400)]
Do a fresh compile for preview after error (#9061)

As Enrico said, the user might have installed a package that was
missing (in which case the .tex file would not have changed).

Another reason is that changing some document settings did not
automatically lead to a fresh compile after an error (#9061).

Our old mechanism for detemining whether there was an error was to
check if the dependent file existed in the temporary directory. If
it did not exist, that meant it was removed, presumably because
there was an error during compilation. That mechanism cannot be used
anymore because we keep the files around even after error because of
the "Show Output Anyway" button (09700d5b). This commit implements a
more straightforward way of checking whether there was an error in
the previous preview by simply storing the success of last compile
in a buffer variable.

9 years agoRename deleteFilesOnError to removeAuxiliaryFiles
Scott Kostyshak [Sun, 3 May 2015 23:02:22 +0000 (19:02 -0400)]
Rename deleteFilesOnError to removeAuxiliaryFiles

The function is no longer called when there is an error because
we keep the file around for the "Show Output Anyway" button
(see 09700d5b).

9 years agoar.po: fix a mistake
Uwe Stöhr [Tue, 5 May 2015 00:19:47 +0000 (02:19 +0200)]
ar.po: fix a mistake

9 years agoar.po: update from Hatim
Uwe Stöhr [Tue, 5 May 2015 00:13:54 +0000 (02:13 +0200)]
ar.po: update from Hatim

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 4 May 2015 23:43:51 +0000 (01:43 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agopt_BR.po: another update from Georger
Uwe Stöhr [Mon, 4 May 2015 23:43:40 +0000 (01:43 +0200)]
pt_BR.po: another update from Georger

9 years agoFix #5760 also on Windows.
Enrico Forestieri [Mon, 4 May 2015 23:33:16 +0000 (01:33 +0200)]
Fix #5760 also on Windows.

The problem was due to the use of the wrong symbol for the slash.
The zero-width symbol for the \not operator was being used.
Using TeX fonts for all symbols gives now a better uniform look.
It is not possible using the alternative code even with Qt 5.4.1
because some glyphs are still missing.

9 years agopdfform.module: unset a PassTru
Uwe Stöhr [Mon, 4 May 2015 23:33:11 +0000 (01:33 +0200)]
pdfform.module: unset a PassTru

- this makes real life much easier since it saves more TeX code than with passThru
- adapt the example file accordingly

9 years agolinguistics.module: fix 2 whitespace issues
Uwe Stöhr [Mon, 4 May 2015 23:21:22 +0000 (01:21 +0200)]
linguistics.module: fix 2 whitespace issues

9 years agoTabularCreate.ui: Fix zorder.
Juergen Spitzmueller [Mon, 4 May 2015 15:38:15 +0000 (17:38 +0200)]
TabularCreate.ui: Fix zorder.

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 3 May 2015 23:51:21 +0000 (01:51 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agopt_BR.po: update from Georger
Uwe Stöhr [Sun, 3 May 2015 23:50:22 +0000 (01:50 +0200)]
pt_BR.po: update from Georger

9 years agoUpdate paths of included files when saving to a different folder.
Enrico Forestieri [Sun, 3 May 2015 21:55:19 +0000 (23:55 +0200)]
Update paths of included files when saving to a different folder.

Fixes #9528 and #5115.

9 years agoRevert "pdfform.module: repair whitespace"
Juergen Spitzmueller [Sun, 3 May 2015 14:43:14 +0000 (16:43 +0200)]
Revert "pdfform.module: repair whitespace"

This reverts commit d2e8e44a0ea7c3af20e2c15803e76714a1761bee.

9 years agoar.po: today's updates from Hatim
Uwe Stöhr [Sun, 3 May 2015 14:41:32 +0000 (16:41 +0200)]
ar.po: today's updates from Hatim

9 years agopdfform.module: repair whitespace
Uwe Stöhr [Sun, 3 May 2015 14:28:06 +0000 (16:28 +0200)]
pdfform.module: repair whitespace

something is fishy her because commit 33a74748
destroyed the alignment for some entries

9 years agoPDF-form.lyx: add a note
Uwe Stöhr [Sun, 3 May 2015 14:21:09 +0000 (16:21 +0200)]
PDF-form.lyx: add a note

9 years agoFactor out polyglossia language begin command construction and apply forcelocalfontsw...
Juergen Spitzmueller [Sun, 3 May 2015 14:08:14 +0000 (16:08 +0200)]
Factor out polyglossia language begin command construction and apply forcelocalfontswitch to polyglossia as well.

9 years agoPDF-form.lyx: make it compile if insdljs.sty is not installed.
Juergen Spitzmueller [Sun, 3 May 2015 12:02:26 +0000 (14:02 +0200)]
PDF-form.lyx: make it compile if insdljs.sty is not installed.

9 years agoSpelling and whitespace fixes.
Juergen Spitzmueller [Sun, 3 May 2015 11:58:06 +0000 (13:58 +0200)]
Spelling and whitespace fixes.

9 years agoFix display of math delimiters in delimiter dialog (#5760)
Juergen Spitzmueller [Sun, 3 May 2015 11:23:27 +0000 (13:23 +0200)]
Fix display of math delimiters in delimiter dialog (#5760)

Exclude win32 from the fix due to #9428.

9 years agoPDF-form.lyx: more info and corrections
Uwe Stöhr [Sun, 3 May 2015 02:37:28 +0000 (04:37 +0200)]
PDF-form.lyx: more info and corrections

- add example how to check for numbers in text fields
- describe correctly that all fields must have a name

9 years agoAdd Georger Araujo into contributors.
Pavel Sanda [Sun, 3 May 2015 01:10:07 +0000 (18:10 -0700)]
Add Georger Araujo into contributors.

http://marc.info/?l=lyx-devel&m=143058265303480&w=2

9 years agopt_BR.gmo missed at Uwe's commit.
Pavel Sanda [Sun, 3 May 2015 01:07:47 +0000 (18:07 -0700)]
pt_BR.gmo missed at Uwe's commit.

9 years agoAdd layouttranslations from pt_BR.
Pavel Sanda [Sun, 3 May 2015 00:41:08 +0000 (17:41 -0700)]
Add layouttranslations from pt_BR.

9 years agopt_BR.po: new translation by Georger Araujo
Uwe Stöhr [Sun, 3 May 2015 00:22:55 +0000 (02:22 +0200)]
pt_BR.po: new translation by Georger Araujo

GPL statement was sent to the po-updates list and will be send also to the lyx-devel list soon

9 years agolyx2lyx/lyx_2_2.py: correct a description
Uwe Stöhr [Sun, 3 May 2015 00:16:32 +0000 (02:16 +0200)]
lyx2lyx/lyx_2_2.py: correct a description

9 years agoar.po: another update from Hatim
Uwe Stöhr [Sat, 2 May 2015 23:57:48 +0000 (01:57 +0200)]
ar.po: another update from Hatim

9 years agoar.po: update from Hatim for master
Uwe Stöhr [Sat, 2 May 2015 23:52:42 +0000 (01:52 +0200)]
ar.po: update from Hatim for master

9 years agoDo not output \noindent if paragraph does not support indentation change
Juergen Spitzmueller [Sat, 2 May 2015 14:34:57 +0000 (16:34 +0200)]
Do not output \noindent if paragraph does not support indentation change

Part of: #7320.

9 years agoRemove unused header
Juergen Spitzmueller [Sat, 2 May 2015 12:37:23 +0000 (14:37 +0200)]
Remove unused header

9 years agosign.
Juergen Spitzmueller [Sat, 2 May 2015 09:38:46 +0000 (11:38 +0200)]
sign.

9 years agoUse EmptyTable widget in TabularCreate dialog.
Juergen Spitzmueller [Fri, 1 May 2015 16:11:57 +0000 (18:11 +0200)]
Use EmptyTable widget in TabularCreate dialog.

Fixes #3155.

9 years agoFix usability of EmptyTable widget.
Juergen Spitzmueller [Fri, 1 May 2015 16:10:36 +0000 (18:10 +0200)]
Fix usability of EmptyTable widget.

Fixes #3919 (math matrix dialog UX issues).

9 years agoProperly fix #6369
Juergen Spitzmueller [Thu, 30 Apr 2015 14:48:55 +0000 (16:48 +0200)]
Properly fix #6369

Avoid that \newcommand[x] definitions of math macros are pushed multiple
times to the preview loader.

Redefinitions (via \renewcommand[x]) are properly handled.

9 years agopdfform.module: change whitespace as requested by Jürgen
Uwe Stöhr [Wed, 29 Apr 2015 23:23:47 +0000 (01:23 +0200)]
pdfform.module: change whitespace as requested by Jürgen

9 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Wed, 29 Apr 2015 23:23:03 +0000 (01:23 +0200)]
Merge branch 'master' of git.lyx.org:lyx

9 years agoEmbeddedObjects.lyx: improve description of \cmidrule
Uwe Stöhr [Wed, 29 Apr 2015 23:22:50 +0000 (01:22 +0200)]
EmbeddedObjects.lyx: improve description of \cmidrule

9 years agoDo not show previews of snippets that produce latex errors
Enrico Forestieri [Wed, 29 Apr 2015 22:35:28 +0000 (00:35 +0200)]
Do not show previews of snippets that produce latex errors

9 years agoPDF-form.lyx: add example how to validate numbers
Uwe Stöhr [Wed, 29 Apr 2015 22:17:39 +0000 (00:17 +0200)]
PDF-form.lyx: add example how to validate numbers

9 years agoPDF-form.lyx: some more info and few adaptions
Uwe Stöhr [Wed, 29 Apr 2015 20:06:00 +0000 (22:06 +0200)]
PDF-form.lyx: some more info and few adaptions

- pdfform.module: a fix

9 years agoForgot to escape the dot
Enrico Forestieri [Wed, 29 Apr 2015 16:04:51 +0000 (18:04 +0200)]
Forgot to escape the dot