Richard Heck
255ca92be2
Minor formatting stuff.
2012-12-05 10:49:35 -05:00
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
Uwe Stöhr
5dc6293d07
europeCV: complete revision of layout and example file
...
- also fix in the generic conversion routine the cases
- that there are one or more optional arguments before the mandatory ones
- that the conversion does not start with the first argument of a command
2012-12-04 00:55:39 +01:00
Juergen Spitzmueller
39ec866f68
make \lyxadded and \lyxdeleted robust ( #8435 )
2012-12-03 13:55:20 +01:00
Juergen Spitzmueller
f8df33c2fd
Fix unused get_containing_inset and get_containing layout parser methods and use the latter
2012-12-03 08:42:26 +01:00
Uwe Stöhr
0c05189de1
installer: updated translation from Jim
2012-12-02 21:26:12 +01:00
Uwe Stöhr
907c26ec0b
thesis template: port recent changes to master
2012-12-02 20:58:28 +01:00
Georg Baum
72533da25b
Add some unicode arrow symbols
2012-12-02 17:22:05 +01:00
Juergen Spitzmueller
50fe522d03
Cut and paste error
2012-12-02 17:10:46 +01:00
Juergen Spitzmueller
fb4633f0a4
Merge branch 'master' of git.lyx.org:lyx
2012-12-02 16:47:41 +01:00
Juergen Spitzmueller
e250fd46ea
Some more lyx2lyx fixes
2012-12-02 16:47:27 +01:00
Pavel Sanda
bdcf2b3f91
Add bugzilla comment from Georg to lib/symbols.
...
It is difficult to break through the undocumented format.
2012-12-02 16:46:49 +01:00
Uwe Stöhr
6c70da4d9e
Merge branch 'master' of git.lyx.org:lyx
2012-12-02 15:58:22 +01:00
Uwe Stöhr
ecc0d198df
acmsiggraph: complete revision of layout and template file
...
- also support in the lyx2lyx argument conversion routine the case that "}{" appears in 2 consecutive ERTs
- also fix in lyx2lyx_tools.py the output of ERTs (it is important that we write the same amount of lines as if the ERT would have been inserted via LyX 2.0 or lyX 2.1)
2012-12-02 15:58:14 +01:00
Vincent van Ravesteijn
fdee77a6b5
Fix monolithic build
2012-12-02 15:50:45 +01:00
Juergen Spitzmueller
1e681cdc80
Fix lyx2lyx ( #8438 )
2012-12-02 15:19:40 +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
7d1c8b5dc8
Provide convert_arguments with some knowledge about our layouts and modules
2012-12-01 15:28:10 +01:00
Juergen Spitzmueller
d7e0798ade
Fix argument status detection for InsetText
2012-12-01 11:49:24 +01:00
Uwe Stöhr
eee9aa4042
ACM-siggraph.lyx: correct a layout and remove a senseless paragraph
2012-11-30 20:31:01 +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
e235b96378
Working lyx2lyx reversion of Argument insets. Pythonists, please review
2012-11-30 12:57:55 +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
Uwe Stöhr
253db22bd1
sigplanconf.layout: whitespace fix
2012-11-30 02:00:20 +01:00
Uwe Stöhr
acd060bb68
IEEEtran.lyx: whitespace
2012-11-30 01:55:26 +01:00
Uwe Stöhr
5c5e8817e3
sigplanconf: complete revision of layout and templates/ACM-sigplan.lyx
...
- additionally some fixes for the generic insetArgument lyx2lyx routines
2012-11-30 01:54:57 +01:00
Juergen Spitzmueller
1500e44cba
Support for \item arguments
2012-11-29 15:34:20 +01:00
Uwe Stöhr
662a8907eb
FORMAT: add missing description of change 447
2012-11-28 22:38:49 +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
Richard Heck
72c2a72afd
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.
2012-11-27 20:50:09 -05:00
Juergen Spitzmueller
89be706c8f
bring back arguments to edit context menu
2012-11-27 14:09:10 +01:00
Uwe Stöhr
bf5db4183b
moderncv.layout: use the new font feature for arguments
2012-11-27 00:28:13 +01:00
Uwe Stöhr
2a36a150b9
installer: update the Makefile.am
...
- add missing files and remove the discontinued AltInstaller
2012-11-26 22:40:38 +01:00
Uwe Stöhr
dc43178398
installer: new translation from Iñaki
2012-11-26 22:32:14 +01:00
Uwe Stöhr
f904f53c8e
JASA.lyx: add info how to install JASATeX
2012-11-26 15:40:56 +01:00
Juergen Spitzmueller
4d1b495139
LaTeXParam and Argument do not necessarily exclude each other
2012-11-26 13:09:54 +01:00
Juergen Spitzmueller
d058b0425f
beamer: again, cosmetics
2012-11-26 10:05:09 +01:00
Juergen Spitzmueller
9cde057995
use LatexParam where appropriate
2012-11-26 09:27:22 +01:00
Juergen Spitzmueller
5f1c8bff45
Document new Argument features
2012-11-26 09:12:16 +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
c5dccc859a
JASATeX: update layout and template
...
- fix problem with natbib
- add a missing short title that was also already in the template
(patch for branch follows)
2012-11-26 05:54:45 +01:00