Uwe Stöhr
ab1f3213e8
LaTeXConfig.lyx: accept changes
...
- also add hpstatement module and remove the deprecated rsphrase module (this module is only kept for compatibility reasons)
2015-11-28 03:15:45 +01:00
Scott Kostyshak
63788d5f0b
Update the docbook links
...
Docbook is no longer being developed, but the new link at least
exists and SGML-tools Lite can still be downloaded.
2015-11-26 23:51:12 -05:00
Scott Kostyshak
5e73a9f9a8
Update a couple formats
2015-11-26 23:51:12 -05:00
Kornel Benko
811114664f
Changed wrong setting for origin in LaTeXConfig.lyx at commit b98dd4e
2015-11-16 12:06:42 +01:00
Kornel Benko
b98dd4ecc1
Cmake export tests: Some more corrected exports.
...
Thanks to Günter Milde.
2015-11-16 11:51:54 +01:00
Georg Baum
83672113d3
Update documentation to current format
...
This was done by running development/tools/updatedocs.py and reverting
lib/doc/LFUNs.lyx in order to preserve the special header line.
2015-11-11 21:56:27 +01:00
Juergen Spitzmueller
a9b8cdca9e
Varwidth module provided by d.iabo
...
See #9417 .
2015-11-01 11:00:23 +01:00
Georg Baum
e2d246bcb9
Create module for paralist.sty
...
paralist.sty extends the standard list environments by some more compact
versions. Support for this has already been requested 15 years ago, and
now I needed it myself.
2015-09-20 13:05:30 +02:00
Georg Baum
c4bfbcb5e8
Work around encoding bug
...
It looks like the author names are sometimes not encoded correctly.
We'll need to find out where this happens, but for now just fix the symptom.
2015-09-20 12:41:44 +02:00
Juergen Spitzmueller
7c41784834
Document that LuaTeX also uses polyglossia with "automatic" language package setting
2015-05-27 14:40:46 +02:00
Juergen Spitzmueller
039d674b2b
Document forest.
2015-04-20 18:30:50 +02:00
Juergen Spitzmueller
f305f0b4d8
Properly handle the bicaption package (bug #9449 )
2015-03-16 20:31:38 +01:00
Juergen Spitzmueller
d02147b79e
Add support for the europasscv class
...
Patch by Stefan Swerk
2015-03-16 10:47:17 +01:00
Georg Baum
0bf8b8a1d2
Load footmisc.sty instead of using outdated code
...
This is a patch I originally sent to lyx-devel in 2012 with subject
'Load footmisc.sty instead of using copied code from obsolete stblftnt.sty'.
It now takes all comments into account: It works also if the user loads the
package herself, it can be disabled by providing the footmisc feature in a
layout, and it does not use the ugly \AtBeginDocument{}.
2014-11-14 20:20:35 +01:00
Juergen Spitzmueller
87eb430395
Add support for todonotes package
...
Fixes : #7546
2014-08-31 14:49:30 +02:00
Juergen Spitzmueller
ccdd782b4f
Add support for the fixme package.
...
Fixes : #8868
2014-08-31 14:38:28 +02:00
Juergen Spitzmueller
658edc7f43
Document pdfcomment in LaTeXConfig.lyx
2014-07-03 11:32:53 +02:00
Juergen Spitzmueller
52c219ee29
Support for conference posters
...
The following poster classes are now supported:
* a0poster
* beamerposter
* sciposter
2014-07-02 14:01:28 +02:00
Juergen Spitzmueller
4a0976ceeb
Add support for the sectionbox and tcolorbox packages.
...
They will be used by the conference poster classes that will be supported in a minute.
2014-07-02 13:48:01 +02:00
Juergen Spitzmueller
35e64bf951
Allow usage of algorithm2e package ( #8744 )
...
This simple module allows users to use the algorithm2e package at all. Before, it was not possible with LyX, since this package conflicts with LyX's own algorithm support (see also #8728 )
2014-01-26 19:23:40 +01:00
Georg Baum
e4c3a329e4
fix copy-paste error
2013-10-31 21:45:51 +01:00
Kornel Benko
abe7eef13c
Replace the remaining bad urls with accsessible ones
...
Now all urls we use in our provided lyx-files
(doc, examples, templates)
use urls which really exist.
(If a url was meant merely as an example,
it was not touched, but added to file 'knownInvalidURLS'.)
2013-08-30 17:28:46 +02:00
Kornel Benko
73e03bb7d8
Replaced some more invalid urls
2013-08-28 18:07:28 +02:00
Juergen Spitzmueller
6885007f1d
Adjust Libertine font support to most recent version
...
This needs yet a file format change. I hope the interface is stable now (I had an exchange with the package maintainer, Bob Tennent, about that)
2013-02-15 10:45:11 +01:00
Julien Rioux
66ac0bbd8a
LaTeXConfig.lyx : Document the bibliography and citation packages (change tracking).
2013-01-05 00:40:35 +01:00
Georg Baum
56ece75ad9
Fix bug #8464 : stackrel with subscript.
...
The fix is basically mechanical, the additional code for fraction like insets
with three arguments was stolen from \unitfrac. As any math package,
stackrel.sty needs a buffer parameter to switch it off.
I also added the two stackrel flavours to the toolbar.
2012-12-28 20:08:43 +01:00
Georg Baum
f67cf6f4bb
Add support for stmaryrd.sty (bug #8434 )
...
The stmaryrd package adds support for lots of math symbols, using a font
designed to accompany the computer modern fonts. The changes in detail:
- Fix generate_symbols_list.py to work with stmaryrd.sty. It loooks like it
was automatically translated from a perl version and never used.
- Generate the new symbols in lib/symbols using generate_symbols_list.py and
add some manual adjustments
- Generate stmary10.ttf by a simple ttf export from stmary10.sfd with fontforge
- Add license info for stmary10.ttf
- Create a test file with all symbols from stmaryrd.sty. Actually it would be
nice to have this for the other fonts as well.
- The mechanics: lyx2lyx, tex2lyx, font machinery etc.
2012-12-15 13:10:31 +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
52c2fb81e9
Support for the URW Garamond LaTeX fonts
2012-12-04 12:14:26 +01:00
Juergen Spitzmueller
db1c1389e3
Add support for the URW Classico (Optima) LaTeX font
...
Patch by Liviu Andronic
2012-10-21 18:55:24 +02:00
Uwe Stöhr
000ee49b89
LaTeXConfig.lyx: detection of document class g-brief, spotted by Max Funk
2012-10-17 00:42:08 +02:00
Juergen Spitzmueller
1d84423e76
A font a day keeps the doctor away: Support for the Biolinum LaTeX font
2012-09-25 11:07:33 +02:00
Juergen Spitzmueller
b99a2a6255
Some refinement of the font packages documentation
2012-09-24 10:30:05 +02:00
Juergen Spitzmueller
ba1d137769
Support for the NewTX Math fonts (newtx, libertine, minion)
2012-09-23 18:33:04 +02:00
Juergen Spitzmueller
8f9898994d
Basic UI for math (TeX) fonts
...
This addresses #6543 by adding an option to prevent fonts such as Palatino and Times to automatically adapt the math font (IOW it lets you load the text font only for a bunch of fonts where this is easily possible).
Furthermore it adds an interface to select a specific math font, which is defined in latexfonts. Currently, this is only euler (the only one I know), but if there are other math-only tex fonts, they can be added easily (but note that this changes the file format).
Non-TeX math fonts are not yet supported. Eventually, unicode-math support can use the existing UI, but this is not on my agenda.
2012-09-22 17:44:00 +02:00
Juergen Spitzmueller
1a248c68b4
check for libertine-type1
2012-09-22 14:22:57 +02:00
Juergen Spitzmueller
e9ca6b6bf4
Support for the Minion Pro LaTeX font
2012-09-19 17:46:55 +02:00
Juergen Spitzmueller
54c41ce26e
Support for the TeX Gyre fonts ( #4332 )
2012-08-19 11:57:48 +02:00
Juergen Spitzmueller
b501845b2c
Support for the mathdesign fonts ( #6072 )
2012-08-18 14:45:41 +02:00
Juergen Spitzmueller
292f48d6b5
Add support for the txtt font ( #4979 )
2012-08-17 18:24:18 +02:00
Juergen Spitzmueller
37137f43f4
Support for the libertine font ( #3881 )
2012-08-17 14:11:02 +02:00
Uwe Stöhr
1cf9261ff6
- LaTeXConfig.lyx: accept Georg's changes and add bidi
...
- chkconfig.ltx: bidi and iftex are necessary for all right-to-left languages if XeTeX or LuaTeX is used
2012-06-07 23:08:02 +02:00
Georg Baum
4f6579e9d3
Update tex2lyx to file format 427. InsetIPA is not yet supported, but the
...
produced output is valid format 427.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40903 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-10 11:53:47 +00:00
Uwe Stöhr
e5d624b2b6
LaTeXConfig.lyx: mention the cancel package (addendum to r40663)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40664 a592a061-630c-0410-9148-cb99ea01b6c8
2012-01-23 01:54:01 +00:00
Georg Baum
419b51172a
fix r40522 (thanks Kornel)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40526 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-19 20:16:05 +00:00
Uwe Stöhr
7ba7ce4006
new module and example file for chemical risk and safety statements; requires the package rsphrase which is bundled with the package mhchem that we already support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39545 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:59:16 +00:00
Uwe Stöhr
726af94261
doc files: port latest changes to trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39030 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 14:57:52 +00:00
Georg Baum
32f6c066cc
Partial fox for bug #6622 : Display \utilde on screen correctly.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38633 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-08 10:06:33 +00:00
Richard Heck
c786d93f25
Update all English docs to current format.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38490 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-25 02:07:32 +00:00
Jürgen Spitzmüller
5a2121f77e
Check for fontspec an configure the GUI accordingly.
...
If fontspec is not found, the "Use non-TeX fonts" checkbox is disabled, and the tooltip hints at installing the package.
Also add fontspec to LaTeXConfig.lyx, documenting that v2 of the package is needed for LuaTeX support.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37567 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-09 08:23:11 +00:00
Pavel Sanda
0bdd36fe8f
Another glitch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37345 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-28 10:04:59 +00:00
Pavel Sanda
45a6a545e2
Bug in fixltx2e entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37344 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-28 10:04:57 +00:00
Pavel Sanda
db7c388b92
Add the rest into LaTeXConfig.lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37343 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-28 10:04:55 +00:00
Pavel Sanda
d38d4d2937
Leftovers for spreadsheet support.
...
Patch from Helge Hafting.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36880 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 16:59:14 +00:00
Jürgen Spitzmüller
0f2cfd957e
Load the package breakurl with hyperref in DVI output (fix bug 7033).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36860 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 07:58:07 +00:00
Jürgen Spitzmüller
3d1226b4f2
* Use the package luainputenc if LuaTeX is used as output format _with_ tex fonts. With this, the UG compiles with LuaTeX if "Unse non-TeX fonts" is not selected.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36559 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-28 17:51:21 +00:00
Georg Baum
b5097b13cf
forgot to check for the package
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36551 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-28 11:32:26 +00:00
Jürgen Spitzmüller
7cbeed2e40
* Introduce polyglossia support (bug 6576).
...
Please test this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36433 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-22 12:10:16 +00:00
Georg Baum
dea050cb93
fix bug 3008: Add subscript/superscript inset for text
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36424 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-21 17:00:12 +00:00
Uwe Stöhr
b9a5fda7e2
Missing things from r35455
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35460 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-20 01:36:48 +00:00
Uwe Stöhr
7ae2b1ede2
LaTeXConfig.lyx: sort the font entries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35459 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-20 01:31:31 +00:00
Uwe Stöhr
ac52f09058
LaTeXConfig.lyx: the mathdots package is only used for \iddots (\adots is the same as \iddots but defined by the yhmath package)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35250 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-31 23:32:33 +00:00
Uwe Stöhr
5f15803fb5
LaTeXConfig.lyx: add entry about mathdots (entry in chkconfig.ltx already exists)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35244 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-31 02:41:07 +00:00
Jürgen Spitzmüller
20238b240c
* Check for float.sty, which is a required package.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35046 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-04 11:53:23 +00:00
Uwe Stöhr
72292b98a6
support for formal math script
...
- fileformat change
- fixes #2340
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34941 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-17 15:51:11 +00:00
Uwe Stöhr
6f83641b8e
LaTeXConfig.lyx: fix sorting
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34940 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-17 15:40:40 +00:00
Pavel Sanda
4da0c94afa
Support for AEA.cls (American Economic Association journals)
...
Patch from Koji (#6807 ).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34800 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-07 17:17:09 +00:00
Vincent van Ravesteijn
fe124c57ce
Add wasysym to LateXConfig.lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34700 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:08:39 +00:00
Vincent van Ravesteijn
7e3c7bd877
* LaTeXConfig.lyx: typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34699 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:07:42 +00:00
Vincent van Ravesteijn
6b0ba53ac4
* LateXConfig.lyx: Correct font.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34698 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-25 11:06:52 +00:00
Uwe Stöhr
f249df796f
- chkconfig.ltx:
...
- fix the check for arabi
- add lithuanian, mongolian and turkmen
- LaTeXConfig.lyx: introduce new section about language packages
(I purposely did not add vntex (Vietnamese) because this would be another 10 MB to download for every LyX on Windows user. The other language packages are not larger than 120 kB.)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34300 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-27 00:41:24 +00:00
Uwe Stöhr
9f17376f5c
LaTeXConfig.lyx: cleanup
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34214 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-18 23:08:58 +00:00
Uwe Stöhr
3a435c5daa
chkconfig.ltx: check also for
...
- arabi (needed for Arabic documents; we also already check for the japanese package so there is no reason why not also check for arabi)
- hyphenat (needed by some document classes and languages like Hebrew to disable hyphenation)
Can also go to branch for LyX 1.6.7 or even 1.6.6 if you like.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34203 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-18 15:02:38 +00:00
Jürgen Spitzmüller
db93173557
* layouts and templates for svmono and svmult, contributed by Koji Yokota ( #6253 ).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31865 a592a061-630c-0410-9148-cb99ea01b6c8
2009-11-06 12:17:24 +00:00
Uwe Stöhr
456d9c75f8
rename capitals.module to initials.module as discussed on the list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31067 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-15 22:16:36 +00:00
Uwe Stöhr
da2599d8ed
LaTeXConfig.lyx: fix entry for lettrine
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31049 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-15 13:26:16 +00:00
Pavel Sanda
905630e05b
Add info
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31044 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-15 02:18:49 +00:00
Uwe Stöhr
75767b521e
LaTeXConfig.lyx: this has also been forgotten in r30338
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30886 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 23:27:02 +00:00
Jürgen Spitzmüller
c52bd08442
Introduce splitindex support. File format change.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29255 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 07:29:01 +00:00
Enrico Forestieri
3175a28893
Fix bug 5836 ( http://bugzilla.lyx.org/show_bug.cgi?id=5836 )
...
Cyrillic formatted text in mathmode
If some other letters from some script need to be typeset in italic,
it will suffice adding the flag "mathalpha" to the unicodesymbols file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28731 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-09 06:34:00 +00:00
Jürgen Spitzmüller
ef6be5f499
* load CJKutf8 package, if available, for CJK documents in utf8 encoding
...
(first part of fix to bug 5386)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28142 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-14 09:26:13 +00:00
Jürgen Spitzmüller
743a29799b
* use ulem instead of soul for change tracking
...
(fixes bugs 5091, 5480, 5647).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28114 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-12 08:01:28 +00:00
Jürgen Spitzmüller
36e07437ab
* Check for the japanese babel option (bug 5677), patch by Koji Yokota.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28088 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-11 09:10:40 +00:00
José Matox
25aef8a801
Update lyx document files to the latest file format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27330 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-07 19:25:18 +00:00
Uwe Stöhr
696e875695
documentation, example, and template files: correct the typography of e.g. and i.e. as discussed on the list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27184 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-28 23:39:29 +00:00
Uwe Stöhr
0ad53de085
English documentation files: update to recent file format as service for our translators
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26977 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-19 13:43:30 +00:00
Uwe Stöhr
510f7db943
chkconfig.ltx, LaTeXConfig.lyx: it turns out that the fonts of the psnffs package are not always bundled together, so we (already) check for each of them. I added the 3 missing fonts.
...
Should also be done in branch, Jürgen?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 21:50:32 +00:00
Uwe Stöhr
e654f6c0de
UserGuide.lyx: fix a math superscript
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26687 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-02 23:25:36 +00:00
Enrico Forestieri
70939b7e77
Fix bug 5297
...
http://bugzilla.lyx.org/show_bug.cgi?id=5297
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26657 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 23:29:11 +00:00
Uwe Stöhr
cae78fbd13
LaTeXConfig.lyx: update the file, fix two wrongly encoded characters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26596 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 23:42:23 +00:00
Enrico Forestieri
4dfe930a72
Add check for the latex packages accents and slashed.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26594 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 18:35:28 +00:00
Uwe Stöhr
127dbc9787
doc files: remove unneeded labels, fix image paths, update fileformat - part 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26533 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:12:22 +00:00
Jürgen Spitzmüller
de2d7197c9
* LaTeXConfig.lyx: correct the correction.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25068 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 12:43:20 +00:00
Jürgen Spitzmüller
14b74b7c5b
* LaTeXConfig.lyx: small correction (bug 4905).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25067 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-02 12:38:08 +00:00
Jürgen Spitzmüller
ef9d8927c7
* New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25045 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 08:58:25 +00:00
Enrico Forestieri
c9d2c73706
Simplify the definition of \mathsym by using the package relsize.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25042 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-01 04:46:50 +00:00
Richard Heck
abefc3a7ad
Fix bug 4701.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24491 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-24 16:32:28 +00:00
Jürgen Spitzmüller
5997d41b38
** support pdfpages via external inset **
...
* development/FORMAT:
* src/Buffer.cpp:
- format incremented to 326
* src/LaTeXFeatures.cpp:
* lib/chkconfig.ltx:
* lib/doc/LaTeXConfig.lyx:
- support pdfpages
* lib/external_templates:
- add template for pdfpages
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- add reversion routine.
* lib/configure.py:
- fix call to "pdftops --eps"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24237 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-11 14:07:25 +00:00
Enrico Forestieri
2ad48f204b
Fix bug 4668
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24080 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-01 02:29:41 +00:00
Enrico Forestieri
0b21465259
Update the description of the bm package in LaTeXConfig.lyx.
...
Also make sure that bm is loaded after amsmath.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23706 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-13 01:44:49 +00:00