]> git.lyx.org Git - features.git/log
features.git
11 years agoFix lyx2lyx bug: We need to check for quoted names before we check
Richard Heck [Mon, 10 Dec 2012 16:09:50 +0000 (11:09 -0500)]
Fix lyx2lyx bug: We need to check for quoted names before we check
for unquoted ones. Otherwise, a quoted name with no spaces gets
treated as if it were an unquoted name.
(cherry picked from commit 945c0e4127e0393ee50907e9aa7f04a2c972a5fc)

11 years agoFixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in...
Tommaso Cucinotta [Sun, 9 Dec 2012 20:20:05 +0000 (20:20 +0000)]
Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.

11 years agoFixed bug in escape sequence, showing up with ignore format off (addressing #8380).
Tommaso Cucinotta [Mon, 22 Oct 2012 00:03:44 +0000 (01:03 +0100)]
Fixed bug in escape sequence, showing up with ignore format off (addressing #8380).

11 years agospringer templates: backport some notes
Uwe Stöhr [Sat, 8 Dec 2012 19:24:55 +0000 (20:24 +0100)]
springer templates: backport some notes

11 years agothesis template: add more information how to change special settings
Uwe Stöhr [Sun, 2 Dec 2012 19:57:17 +0000 (20:57 +0100)]
thesis template: add more information how to change special settings

11 years agostatus.20x: remove unnecessary info
Uwe Stöhr [Sun, 2 Dec 2012 18:37:43 +0000 (19:37 +0100)]
status.20x: remove unnecessary info

11 years agothesis.lyx: change preamble code as proposed by Jürgen
Uwe Stöhr [Sun, 2 Dec 2012 18:37:05 +0000 (19:37 +0100)]
thesis.lyx: change preamble code as proposed by Jürgen

no change of functionality except that for pure English documents the loading of babel can be avoided.

11 years agoACM-siggraph.lyx: change inexistent layout to an existing one
Uwe Stöhr [Fri, 30 Nov 2012 19:29:18 +0000 (20:29 +0100)]
ACM-siggraph.lyx: change inexistent layout to an existing one

11 years agostatus.20x: add some info
Uwe Stöhr [Wed, 28 Nov 2012 23:14:02 +0000 (00:14 +0100)]
status.20x: add some info

11 years agoComment out failing test
Georg Baum [Wed, 28 Nov 2012 21:23:43 +0000 (22:23 +0100)]
Comment out failing test

The verbatim environment is not yet supported in branch (bug #5408),
but the test slipped in while backporting the fix for bug #4468.

11 years agoDocument backported fix for bug #4468
Georg Baum [Wed, 28 Nov 2012 21:17:00 +0000 (22:17 +0100)]
Document backported fix for bug #4468

11 years agoForgot to remove obsolete comment
Georg Baum [Thu, 18 Oct 2012 18:57:03 +0000 (20:57 +0200)]
Forgot to remove obsolete comment

11 years agoAdd automatic color package loading for listings
Georg Baum [Thu, 18 Oct 2012 18:41:23 +0000 (20:41 +0200)]
Add automatic color package loading for listings

The listings inset does automatically load the color package if any parameter
contains \color. As mentioned in bug #8066 tex2lyx needs to be aware of this,
so the \usepckage{color} is automatically skipped in these cases.

11 years agoReally fix bug #4468.
Georg Baum [Thu, 4 Oct 2012 22:12:18 +0000 (00:12 +0200)]
Really fix bug #4468.

The old fix was incomplete (\verb~\~ was translated to \verb~~ in roundtrip).
The real cause for this bug (and also the mistranslation of \href{...}{\}})
was the misbehaviour of Token::character() (see comment in Parser.h): This
method even returns a character if the category is catEscape, and this is not
wanted in most (all?) cases.

11 years agoAdd test for Parser::getFullArg()
Georg Baum [Tue, 25 Sep 2012 20:25:55 +0000 (22:25 +0200)]
Add test for Parser::getFullArg()

It shows that the special handling of a single backslash in the argument
(whcih is supposed to fix bug #4468) does not work.

11 years agotex2lyx: update a command
Uwe Stöhr [Mon, 2 Jul 2012 22:39:41 +0000 (00:39 +0200)]
tex2lyx: update a command

Parser.cpp: improve a command as discussed

11 years agotex2lyx/Parser.cpp: refine \verb handling
Uwe Stöhr [Sun, 1 Jul 2012 00:12:56 +0000 (02:12 +0200)]
tex2lyx/Parser.cpp: refine \verb handling

11 years agotest-structure.tex: add checks for \verb
Uwe Stöhr [Sat, 30 Jun 2012 13:29:53 +0000 (15:29 +0200)]
test-structure.tex: add checks for \verb

11 years agotex2lyx: fix handling of \verb
Uwe Stöhr [Sat, 30 Jun 2012 01:25:19 +0000 (03:25 +0200)]
tex2lyx: fix handling of \verb

- Parser.cpp: \verb can have any character as delimiter (except of ASCII letters) not only '+', therefore partly revert [3943b887/lyxgit] and fix it for all cases

11 years agotex2lyx/Parser.cpp: fix bug #4468: single '\' are allowed in the special case of...
Uwe Stöhr [Sat, 23 Jun 2012 18:00:49 +0000 (20:00 +0200)]
tex2lyx/Parser.cpp: fix bug #4468: single '\' are allowed in the special case of '+' as comment argument delimiter

11 years agoAdd XeTeX-polyglossia.tex to distribution
Georg Baum [Wed, 28 Nov 2012 20:38:36 +0000 (21:38 +0100)]
Add XeTeX-polyglossia.tex to distribution

(part of 57a8ea32c0a2443c18 in trunk)

11 years agoBackport.
Richard Heck [Wed, 28 Nov 2012 01:50:09 +0000 (20:50 -0500)]
Backport.

Fix bug reported on user list: the path variable here was undefined,
causing a failure when running outside the user tree. This was my
fault: when I refactored this routine, I failed to note that this
variable was now undefined.

(cherry picked from commit 72c2a72afd3ddadbbd00de68bbb01ac04f71399b)

11 years agoJASA.lyx: add info how to install JASATeX
Uwe Stöhr [Mon, 26 Nov 2012 14:42:56 +0000 (15:42 +0100)]
JASA.lyx: add info how to install JASATeX

11 years agojasatex.layout: add missing short title
Uwe Stöhr [Mon, 26 Nov 2012 05:14:04 +0000 (06:14 +0100)]
jasatex.layout: add missing short title

-also resolve a potential package clash with natbib

11 years agochkconfig.ltx: add check for packages necessary to typeset Cyrillic and Greek
Uwe Stöhr [Mon, 26 Nov 2012 05:10:39 +0000 (06:10 +0100)]
chkconfig.ltx: add check for packages necessary to typeset Cyrillic and Greek

11 years agoconfigure.py: add checks for some text editors used on Windows and for our PDF handle...
Uwe Stöhr [Mon, 26 Nov 2012 05:08:20 +0000 (06:08 +0100)]
configure.py: add checks for some text editors used on Windows and for our PDF handler for Windows

11 years agomodernCV: complete revision of layout and example
Uwe Stöhr [Mon, 26 Nov 2012 05:05:47 +0000 (06:05 +0100)]
modernCV: complete revision of layout and example

11 years agoachemso: complete revision of layout and example
Uwe Stöhr [Mon, 26 Nov 2012 05:05:23 +0000 (06:05 +0100)]
achemso: complete revision of layout and example

11 years agoIEEEtran.lyx: whitespace
Uwe Stöhr [Mon, 26 Nov 2012 05:04:09 +0000 (06:04 +0100)]
IEEEtran.lyx: whitespace

11 years agoijmpc.lyx: fix a typo
Uwe Stöhr [Mon, 26 Nov 2012 04:24:52 +0000 (05:24 +0100)]
ijmpc.lyx: fix a typo

11 years agoIEEEtran.lyx: fix a typo and remove unnecessary ERT
Uwe Stöhr [Sun, 25 Nov 2012 03:07:41 +0000 (04:07 +0100)]
IEEEtran.lyx: fix a typo and remove unnecessary ERT

11 years agofix bug #8223 also for branch
Uwe Stöhr [Sun, 25 Nov 2012 01:21:13 +0000 (02:21 +0100)]
fix bug #8223 also for branch

11 years agoIEEEtran.layout: some more whitespace
Uwe Stöhr [Sat, 24 Nov 2012 16:29:01 +0000 (17:29 +0100)]
IEEEtran.layout: some more whitespace

11 years agolayouts: some whitespace fixes
Uwe Stöhr [Sat, 24 Nov 2012 00:31:11 +0000 (01:31 +0100)]
layouts: some whitespace fixes

11 years agoShow status of branches even when inset is closed
Jean-Marc Lasgouttes [Fri, 23 Nov 2012 15:30:27 +0000 (16:30 +0100)]
Show status of branches even when inset is closed

11 years agoImplement tex2lyx -m switch (bug #8393)
Georg Baum [Fri, 23 Nov 2012 15:13:34 +0000 (16:13 +0100)]
Implement tex2lyx -m switch (bug #8393)

Backported from b8648dea168.

With this new command line switch a list of modules can be loaded
unconditionally. This seems to be needed for the literate programming formats,
and it is useful to work around bug #5702 as well.

11 years agoFix build on FreeBSD
Richard Heck [Mon, 26 Sep 2011 15:51:28 +0000 (15:51 +0000)]
Fix build on FreeBSD

This is a backport of a patch from Raphael Kubo de Costa
  http://marc.info/?l=lyx-devel&m=131586604331711&w=2
further updated in 51cc8269 to use LDFALGS intead of LIBS.

Some additional cleanup.

11 years agoAllow arguments in PassThru environments (bug #7646)
Juergen Spitzmueller [Tue, 20 Nov 2012 18:00:06 +0000 (19:00 +0100)]
Allow arguments in PassThru environments (bug #7646)
(cherry picked from commit 34ef91bb70937c68462fd82fdc9373b0235e0492)

11 years agoFont.cpp: fix bug #8424 also for branch
Uwe Stöhr [Tue, 20 Nov 2012 21:22:52 +0000 (22:22 +0100)]
Font.cpp: fix bug #8424 also for branch

- Font.cpp: fix the bug
- status.20x: fix the formatting/style

11 years agoMath.lyx: add check for babel (bug #8423) and translate a comment
Uwe Stöhr [Sun, 18 Nov 2012 23:14:59 +0000 (00:14 +0100)]
Math.lyx: add check for babel (bug #8423) and translate a comment

(the other language variants of this manual are not affected)

11 years agothesis template: add check for babel (as discussed in bug #8423)
Uwe Stöhr [Sun, 18 Nov 2012 15:02:43 +0000 (16:02 +0100)]
thesis template: add check for babel (as discussed in bug #8423)

11 years agoFeynmanDiagrams.lyx: remove unused preamble code
Uwe Stöhr [Sat, 17 Nov 2012 01:12:18 +0000 (02:12 +0100)]
FeynmanDiagrams.lyx: remove unused preamble code

11 years ago* Additional.lyx
Pavel Sanda [Thu, 15 Nov 2012 02:05:46 +0000 (03:05 +0100)]
* Additional.lyx

11 years agoja.po: updates from Koji
Uwe Stöhr [Tue, 13 Nov 2012 23:14:52 +0000 (00:14 +0100)]
ja.po: updates from Koji

11 years agodoc files: port recent changes from master
Uwe Stöhr [Tue, 13 Nov 2012 00:43:45 +0000 (01:43 +0100)]
doc files: port recent changes from master

11 years agoDo not let the children's buffer params leak into the master (#5941)
Juergen Spitzmueller [Mon, 12 Nov 2012 06:49:52 +0000 (07:49 +0100)]
Do not let the children's buffer params leak into the master (#5941)

11 years agoRestore fix for constant resetting of View>Source widget (bug #8411).
Richard Heck [Sat, 10 Nov 2012 02:04:10 +0000 (21:04 -0500)]
Restore fix for constant resetting of View>Source widget (bug #8411).

11 years agoAdditional support for Japanese pLaTeX with utf8 encoding (#8408).
Pavel Sanda [Sun, 11 Nov 2012 18:31:02 +0000 (19:31 +0100)]
Additional support for Japanese pLaTeX with utf8 encoding (#8408).

Patch from Koji.

11 years agoFix bug #6389: Make columns RTL in RTL document
Vincent van Ravesteijn [Sat, 22 Sep 2012 21:14:34 +0000 (23:14 +0200)]
Fix bug #6389: Make columns RTL in RTL document
(cherry picked from commit 29e64597d045e8cb6ebebb67de75835d128f6be3)

11 years agoNo IPA_INSERT in branch
Juergen Spitzmueller [Sun, 11 Nov 2012 10:07:05 +0000 (11:07 +0100)]
No IPA_INSERT in branch

11 years agoTrigger preview when inserting preview inset on selection
Juergen Spitzmueller [Sun, 30 Sep 2012 16:36:22 +0000 (18:36 +0200)]
Trigger preview when inserting preview inset on selection
(cherry picked from commit 31c7ccd4b3a8f75358ff29e96da8a1e6ac30bb9d)

11 years agoCategorize paragraph styles of the lnguistics module
Juergen Spitzmueller [Sun, 11 Nov 2012 09:52:50 +0000 (10:52 +0100)]
Categorize paragraph styles of the lnguistics module

11 years agoStart 2.0.6 development.
Richard Heck [Sat, 10 Nov 2012 20:28:51 +0000 (15:28 -0500)]
Start 2.0.6 development.

11 years agoRedo ANNOUNCE file. 2.0.5
Richard Heck [Sat, 3 Nov 2012 23:28:09 +0000 (19:28 -0400)]
Redo ANNOUNCE file.

11 years agoFrench UserGuide.lyx: tiny issue
Uwe Stöhr [Sat, 3 Nov 2012 23:15:12 +0000 (00:15 +0100)]
French UserGuide.lyx: tiny issue

11 years agostatus.20x: mention Polish
Uwe Stöhr [Sat, 3 Nov 2012 23:03:21 +0000 (00:03 +0100)]
status.20x: mention Polish

11 years agoFix a couple issues with the lyx-build script.
Richard Heck [Sat, 3 Nov 2012 22:54:10 +0000 (18:54 -0400)]
Fix a couple issues with the lyx-build script.

11 years agoRemerge strings.
Richard Heck [Sat, 3 Nov 2012 22:40:52 +0000 (18:40 -0400)]
Remerge strings.

11 years agoUpdates to NEWS, ANNOUNCE, and RELEASE-NOTES.
Richard Heck [Sat, 3 Nov 2012 22:38:55 +0000 (18:38 -0400)]
Updates to NEWS, ANNOUNCE, and RELEASE-NOTES.

11 years agoPrepare for 2.0.5.
Richard Heck [Sat, 3 Nov 2012 22:31:46 +0000 (18:31 -0400)]
Prepare for 2.0.5.

11 years agoUpdates to Polish i18n.
Richard Heck [Sat, 3 Nov 2012 22:10:26 +0000 (18:10 -0400)]
Updates to Polish i18n.

11 years agoUpdates to French i18n for 2.0.5 from Jean-Pierre Chrétien.
Richard Heck [Fri, 2 Nov 2012 16:15:21 +0000 (12:15 -0400)]
Updates to French i18n for 2.0.5 from Jean-Pierre Chrétien.

11 years ago* INSTALL - leftover
Pavel Sanda [Thu, 1 Nov 2012 20:30:36 +0000 (21:30 +0100)]
* INSTALL - leftover

11 years ago* INSTALL updated by Jean-Pierre Chretien
Pavel Sanda [Thu, 1 Nov 2012 17:03:22 +0000 (18:03 +0100)]
* INSTALL updated by Jean-Pierre Chretien

11 years agoUpdates to Japanese translations, etc, from Koji.
Richard Heck [Tue, 30 Oct 2012 14:40:33 +0000 (10:40 -0400)]
Updates to Japanese translations, etc, from Koji.

11 years agoFix bug 8396: Wrong import of \xymatrix
Georg Baum [Mon, 29 Oct 2012 19:52:22 +0000 (20:52 +0100)]
Fix bug 8396: Wrong import of \xymatrix

11 years agoFrench Linguistics manual update (by Jean-Pierre)
Juergen Spitzmueller [Fri, 26 Oct 2012 08:50:13 +0000 (10:50 +0200)]
French Linguistics manual update (by Jean-Pierre)

11 years agodocumentation: remove duplicated words
Uwe Stöhr [Tue, 23 Oct 2012 22:42:23 +0000 (00:42 +0200)]
documentation: remove duplicated words

- also use a better regexp to find duplicated words

11 years agoFrench Math.lyx: translations by Jean-Pierre
Uwe Stöhr [Tue, 23 Oct 2012 19:50:05 +0000 (21:50 +0200)]
French Math.lyx: translations by Jean-Pierre

11 years agoUserGuide.lyx: final update for advanced search
Uwe Stöhr [Tue, 23 Oct 2012 19:49:23 +0000 (21:49 +0200)]
UserGuide.lyx: final update for advanced search

- German UserGuide.lyx: translations
- other UserGuide.lyx: simplifications and formatting adaptions

11 years agoFrench: UserGuide.lyx: translations by Jean-Pierre
Uwe Stöhr [Mon, 22 Oct 2012 23:17:40 +0000 (01:17 +0200)]
French: UserGuide.lyx: translations by Jean-Pierre

11 years agosv.po: updates from Jim
Uwe Stöhr [Sun, 21 Oct 2012 23:44:22 +0000 (01:44 +0200)]
sv.po: updates from Jim

11 years agoes.po: updates from Ignacio
Uwe Stöhr [Sun, 21 Oct 2012 23:40:07 +0000 (01:40 +0200)]
es.po: updates from Ignacio

11 years agoUserGuide.lyx: next update for advanced search
Uwe Stöhr [Sun, 21 Oct 2012 23:04:49 +0000 (01:04 +0200)]
UserGuide.lyx: next update for advanced search

- German UserGuide.lyx: translations
- other UserGuide.lyx: some simplifications, clarifications and formatting adaptions

11 years agoFix bug #8379: LyX Archive fails to include BibTeX files
Enrico Forestieri [Sat, 20 Oct 2012 16:27:35 +0000 (18:27 +0200)]
Fix bug #8379: LyX Archive fails to include BibTeX files

(cherry picked from commit f6fde4b55326c7fe3821c05d64fb00d2c36c4ef4)

11 years agoUserGuide.lyx: update for advanced search
Uwe Stöhr [Sun, 21 Oct 2012 01:22:12 +0000 (03:22 +0200)]
UserGuide.lyx: update for advanced search

- German UserGuide.lyx: translations
- English UserGuide.lyx: some simplifications and clarifications

11 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Sun, 21 Oct 2012 00:05:26 +0000 (02:05 +0200)]
fr.po: updates by Jean-Pierre

11 years agosigplanconf.layout: correct InTitle tag, fixes bug #8378
Uwe Stöhr [Thu, 18 Oct 2012 22:57:20 +0000 (00:57 +0200)]
sigplanconf.layout: correct InTitle tag, fixes bug #8378

11 years ago* Additional.lyx - no CT in branch.
Pavel Sanda [Thu, 18 Oct 2012 13:14:46 +0000 (15:14 +0200)]
* Additional.lyx - no CT in branch.

11 years agoAdditional.lyx: references to knitr & Sweave doc
Scott Kostyshak [Thu, 18 Oct 2012 00:44:28 +0000 (20:44 -0400)]
Additional.lyx: references to knitr & Sweave doc

Add references to the knitr.lyx example file and to the Sweave manual.
Also correct a couple of typos.

11 years agoUserGuide.lyx: remove description of removed LFUN break-paragraph-keep-layout
Uwe Stöhr [Wed, 17 Oct 2012 23:54:34 +0000 (01:54 +0200)]
UserGuide.lyx: remove description of removed LFUN break-paragraph-keep-layout

Furthermore update the description to current state

11 years agoLaTeXConfig.lyx: detection of document class g-brief, spotted by Max Funk
Uwe Stöhr [Tue, 16 Oct 2012 22:43:29 +0000 (00:43 +0200)]
LaTeXConfig.lyx: detection of document class g-brief, spotted by Max Funk

11 years agoMath.lyx: add info about character ^ in chemical formulas
Uwe Stöhr [Tue, 16 Oct 2012 22:21:43 +0000 (00:21 +0200)]
Math.lyx: add info about character ^ in chemical formulas

11 years agostatus.20x: correct a bug number
Uwe Stöhr [Tue, 16 Oct 2012 00:31:43 +0000 (02:31 +0200)]
status.20x: correct a bug number

11 years agoUserGuide.lyx: Add info how to handle special characters in nomenclatures
Uwe Stöhr [Tue, 16 Oct 2012 00:29:37 +0000 (02:29 +0200)]
UserGuide.lyx: Add info how to handle special characters in nomenclatures

Fixes bug 8373.

11 years agonn.po: updates from Ingar
Uwe Stöhr [Mon, 15 Oct 2012 22:58:26 +0000 (00:58 +0200)]
nn.po: updates from Ingar

11 years agoBeamer provides [x]color (#8103)
Juergen Spitzmueller [Mon, 15 Oct 2012 14:02:50 +0000 (16:02 +0200)]
Beamer provides [x]color (#8103)

11 years agoDo not inherit Provides from beamer
Juergen Spitzmueller [Mon, 15 Oct 2012 13:56:25 +0000 (15:56 +0200)]
Do not inherit Provides from beamer

11 years agoDo not inherit Provides from beamer
Juergen Spitzmueller [Mon, 15 Oct 2012 13:53:28 +0000 (15:53 +0200)]
Do not inherit Provides from beamer

11 years agog-brief layouts: remove the dependency on europs.sty as this package is an optional...
Uwe Stöhr [Sun, 14 Oct 2012 23:25:51 +0000 (01:25 +0200)]
g-brief layouts: remove the dependency on europs.sty as this package is an optional one and add info to the template file

11 years agoapa.lyx: fixed weblink
Uwe Stöhr [Sun, 14 Oct 2012 22:49:07 +0000 (00:49 +0200)]
apa.lyx: fixed weblink

11 years agouk.po: updates from Yuri
Uwe Stöhr [Sun, 14 Oct 2012 00:22:05 +0000 (02:22 +0200)]
uk.po: updates from Yuri

11 years agoia.po: updates from Giovanni
Uwe Stöhr [Sun, 14 Oct 2012 00:18:45 +0000 (02:18 +0200)]
ia.po: updates from Giovanni

11 years agoCorrectly initialize bool. Thanks, Pavel.
Juergen Spitzmueller [Thu, 11 Oct 2012 10:55:43 +0000 (12:55 +0200)]
Correctly initialize bool. Thanks, Pavel.
(cherry picked from commit 47673f560f9af793f978482cef133b032fdb8692)

11 years agosk.po: entries containing the word 'selection' unified
Kornel Benko [Thu, 11 Oct 2012 09:43:07 +0000 (11:43 +0200)]
sk.po: entries containing the word 'selection' unified

11 years ago* cs.po
Pavel Sanda [Wed, 10 Oct 2012 23:49:03 +0000 (01:49 +0200)]
* cs.po

11 years agoForgot status.
Pavel Sanda [Wed, 10 Oct 2012 23:36:42 +0000 (01:36 +0200)]
Forgot status.

11 years agoDoc updates for noweb (bug #5444).
Pavel Sanda [Wed, 10 Oct 2012 23:33:54 +0000 (01:33 +0200)]
Doc updates for noweb (bug #5444).

Patch based on Kayvan Sylvan input.

11 years agode.po
Juergen Spitzmueller [Wed, 10 Oct 2012 14:57:08 +0000 (16:57 +0200)]
de.po

11 years agoRemerge strings.
Richard Heck [Wed, 10 Oct 2012 14:26:50 +0000 (10:26 -0400)]
Remerge strings.