Juergen Spitzmueller
1f720826d6
Fix InsetCaption::getArgument (subfigure problems reported by Kornel, but also listings caption)
2012-12-04 17:06:52 +01:00
Juergen Spitzmueller
a84a98b545
Also add support for URW Garamond math fonts (via newtx)
2012-12-04 12:55:47 +01:00
Juergen Spitzmueller
53626a8beb
tex2lyx updates for the recent format change
2012-12-04 12:20:34 +01:00
Juergen Spitzmueller
52c2fb81e9
Support for the URW Garamond LaTeX fonts
2012-12-04 12:14:26 +01:00
Juergen Spitzmueller
39ec866f68
make \lyxadded and \lyxdeleted robust ( #8435 )
2012-12-03 13:55:20 +01:00
Vincent van Ravesteijn
fdee77a6b5
Fix monolithic build
2012-12-02 15:50:45 +01:00
Juergen Spitzmueller
df7f2a074f
Fix greyedout notes UI color ( #6682 ) as good as it gets ATM
2012-12-02 10:41:49 +01:00
Juergen Spitzmueller
2b40823d8e
Implement resetArgs to InsetLayout ( #8437 )
2012-12-02 10:16:26 +01:00
Juergen Spitzmueller
d7e0798ade
Fix argument status detection for InsetText
2012-12-01 11:49:24 +01:00
Juergen Spitzmueller
ee0860e403
Fix shaded box UI color ( #7395 ) as good as it gets ATM
2012-11-30 17:11:07 +01:00
Juergen Spitzmueller
ecf18084ff
allow linebreak in argument delimiter string
2012-11-30 09:13:38 +01:00
Juergen Spitzmueller
3931331b56
update tex2lyx test files
2012-11-30 09:08:54 +01:00
Juergen Spitzmueller
1500e44cba
Support for \item arguments
2012-11-29 15:34:20 +01:00
Juergen Spitzmueller
a7f8fb8c5f
Provide option to force a local language switch where a global is not allowed ( fixes #8033 )
2012-11-28 20:55:21 +01:00
Juergen Spitzmueller
9b589ba9d9
Don't know how this slipped in
2012-11-28 19:13:22 +01:00
Juergen Spitzmueller
53002538fa
Pass local font to arguments and assure pass_thru is inherited
2012-11-28 19:02:07 +01:00
Jean-Marc Lasgouttes
4f6c0b5202
Fix # 8414: Use the noweb module instead of literate-* article layouts
...
Now that we have module support for literate programming, it is possible to do a noweb cleanup. This is basically a patch from Kayvan Sylvan:
- get rid of literate-xxx classes
- rename Scrap to Chunk, since this is the name noweb doc uses (Scrap is from nuweb)
- update lyx file format and add lyx2lyx support for gettting rid of literate-xxx classes
- update documentation
On the top of it, update tex2lyx to
- avoid creating files with literate-xxx class
- fix conflict between parsing << as a quote and parsing it as a Chunk
- create Chunk layouts instead of Scrap ones.
2012-11-28 14:11:47 +01:00
Juergen Spitzmueller
4d1b495139
LaTeXParam and Argument do not necessarily exclude each other
2012-11-26 13:09:54 +01:00
Juergen Spitzmueller
41014dec49
Merge branch 'master' of git.lyx.org:lyx
2012-11-26 09:10:34 +01:00
Juergen Spitzmueller
e0f392e075
Allow for some argument visual customization
2012-11-26 09:10:14 +01:00
Uwe Stöhr
7725e35439
IEEEtran: update layout and example; fileformat change
...
- the 2 generic lyx2lyx conversion routines can also be used for other layout updates
2012-11-26 02:50:53 +01:00
Juergen Spitzmueller
9c4929ca40
Merge branch 'master' of git.lyx.org:lyx
2012-11-25 19:10:40 +01:00
Juergen Spitzmueller
6f086763ae
Add LeftDelim and RightDelim to the Style and InsetLayout repertoire
2012-11-25 19:10:16 +01:00
Georg Baum
89c60f388a
guard against dereferencing null pointers
2012-11-25 19:07:57 +01:00
Juergen Spitzmueller
b1ce750589
allow arguments in PassThru insets
2012-11-25 18:13:57 +01:00
Juergen Spitzmueller
bf83ca75ef
Further fixes for InsetLayout argument (for environments and empty latex names)
2012-11-25 17:29:08 +01:00
Juergen Spitzmueller
07a01f40f9
Add author
2012-11-25 17:28:03 +01:00
Georg Baum
f952882bc8
Update tex2lyx tests to new file format
2012-11-25 12:42:40 +01:00
Pavel Sanda
ad42e885e6
Rescue monolithic build after 32fde61c8f17d524.
2012-11-24 17:48:47 +01:00
Juergen Spitzmueller
4b4e9560d1
Fix splitting of layout string
2012-11-24 16:46:44 +01:00
Juergen Spitzmueller
a41bdfa453
Missing pieces for InsetLayout arguments
2012-11-24 15:46:20 +01:00
Richard Heck
1252c22fd3
Some minor cleanup of new InsetArguments stuff that I did while
...
reading the patch....
2012-11-23 20:40:38 -05:00
Juergen Spitzmueller
182d13ee6a
Do not separate the shortcut from the label string
2012-11-23 18:26:02 +01:00
Juergen Spitzmueller
9914f21bce
Context menu for InsetArgument
2012-11-23 14:44:45 +01:00
Juergen Spitzmueller
32d2e30e3d
Increase Layout format also in the source
2012-11-23 10:27:30 +01:00
Juergen Spitzmueller
99f84aab95
Merge remote-tracking branch 'origin/master' into features/latexargs
2012-11-23 09:11:55 +01:00
Jean-Marc Lasgouttes
7ec2721d18
Show status of branches even when inset is closed
2012-11-20 23:39:16 +01:00
Juergen Spitzmueller
34ef91bb70
Allow arguments in PassThru environments (bug #7646 )
2012-11-20 19:00:06 +01:00
Juergen Spitzmueller
b95c17cfdd
Merge remote-tracking branch 'origin/master' into features/latexargs
...
Conflicts:
src/Text3.cpp
2012-11-20 18:11:14 +01:00
Juergen Spitzmueller
aafd52f441
Merge branch 'master' of git.lyx.org:lyx
2012-11-20 18:10:18 +01:00
Juergen Spitzmueller
d3488d6f86
Whitespace
2012-11-20 18:09:38 +01:00
Juergen Spitzmueller
99e611b2d8
Allow arguments in PassThru environments (bug #7646 )
2012-11-20 16:58:51 +01:00
Juergen Spitzmueller
0f866762b2
Fix function disabling
2012-11-20 15:48:59 +01:00
Juergen Spitzmueller
a4feac9d0b
Whitespace
2012-11-20 15:25:58 +01:00
Juergen Spitzmueller
973481a4ff
typos
2012-11-20 13:30:52 +01:00
Juergen Spitzmueller
4309dd54c7
extend comments and fix caption argument conversion
2012-11-20 12:58:36 +01:00
Juergen Spitzmueller
49b738bdfd
Some documentation
2012-11-19 18:44:59 +01:00
Juergen Spitzmueller
fffc46a4f7
Workaround to let tex2lyx handle the new argument syntax. This needs to be implemented properly (proper argument number)
2012-11-19 15:50:43 +01:00
Juergen Spitzmueller
2e69c66195
InsetArgument revision, first working version
2012-11-19 14:21:02 +01:00
Uwe Stöhr
63295f9dc5
Font.cpp: fix bug #8424
...
We must group the content which should be changed in size wit a pair of braces because the LaTeX size commands are otherwise switches. We already do so for many case, but not for the case that a size command is inside another command. This patch adds now always a brace pair around the selected text which is the safest method.
2012-11-19 01:13:37 +01:00