Jean-Marc Lasgouttes
8a1867ee65
more configure fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9587 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 09:14:24 +00:00
Jean-Marc Lasgouttes
405e709956
make configure work when LyX is installed in a directory which name contains spaces
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9574 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-02 15:37:58 +00:00
Jean-Marc Lasgouttes
a49a8a3d46
better code when prefix contains a space
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9570 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-02 13:12:22 +00:00
Angus Leeming
18d5578a5f
Backport the 1.4.x code to
...
* Split a string into an argv array of words to pass to execvp;
* handle the $$s placeholder in converter definitions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9569 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-02 12:58:07 +00:00
Angus Leeming
4c41cd5d0f
* Kayvan's solution to the problem of whether Cygwin or native
...
Windows-style paths should be exported.
* Enable the user to modify the PATH environment variable.
* The fix to the "string lit" == "some other string lit" problem
thrown up by MSVC. It's been noted that this solution isn't optimal,
but that it's OK for 1.3.x.
* Invoke lyx2lyx as "python <path to>/lyx2lyx" and
����TeXFiles.sh��as��"sh��<path��to>/TeXFiles.sh"
* Exit LyX if we're unable to create the LyX tempdir (/tmp/lyx_tmpdirXXX).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9541 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-28 15:13:01 +00:00
SVN User
5a389cacb3
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9522 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-21 22:09:05 +00:00
Jean-Marc Lasgouttes
cda9ff0e90
some simple fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9470 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-12 17:18:16 +00:00
Angus Leeming
21094469a5
Remove mention of configure.cmd.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9453 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-06 21:18:43 +00:00
Angus Leeming
82bcfbae02
Remove the OS/2 relic lib/configure.cmd.
...
Ensure that Windows knows how to run the <system_lyxdir>/configure
script by invoking it as "sh <system_lyxdir>/configure".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9428 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-05 10:08:30 +00:00
Jean-Marc Lasgouttes
5ec0463f38
avoid warnings with recent automake versions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9355 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-07 09:47:31 +00:00
Jean-Marc Lasgouttes
e6582d75b8
use <cmd>-Tab and <cmd>-backtab as shortcuts for
...
buffer-next/previous (bug 1639)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9178 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-05 13:30:47 +00:00
Jean-Marc Lasgouttes
fab8d2c4e0
updates to CTAN locations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9167 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 15:43:50 +00:00
Jean-Marc Lasgouttes
9668c7db6e
updates to CTAN locations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9166 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 15:43:49 +00:00
Jean-Marc Lasgouttes
691a61bf7b
implement buffer-next/previous (bug 515)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9104 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-22 10:25:13 +00:00
Jean-Marc Lasgouttes
e55379f541
fix mac bindings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9078 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-11 13:56:06 +00:00
José Matox
2f7ffb3438
Fix lyxpreview2ppm.py to work with python versions older than 2.1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9066 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-08 12:29:02 +00:00
Angus Leeming
bdbb7676a2
Protect shell variables with quotes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9045 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-05 11:07:57 +00:00
Jean-Marc Lasgouttes
6b1e80589f
add nynorsk as supported language
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8978 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-13 14:27:05 +00:00
Jean-Marc Lasgouttes
dac04ebabf
new bind file for mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8921 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-14 11:12:13 +00:00
Angus Leeming
94fd025537
Correct spelling of "Acknowledgments" in the APA layout.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8876 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-09 10:40:17 +00:00
Jean-Marc Lasgouttes
e8d3b54571
add support for icelandic, latvian and lituanian
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8862 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-03 09:43:08 +00:00
Angus Leeming
7f1d41faba
whitespace
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8844 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-23 12:03:35 +00:00
Angus Leeming
e4513c4226
whitespace only
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8843 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-23 11:21:03 +00:00
Angus Leeming
77b0093315
Make the script robust in the face of 'complex args' such as file names
...
with spaces in them.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8840 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-21 09:02:19 +00:00
Angus Leeming
561bf5d97f
Improve commentary and make the script more robust if it fails to open a
...
log file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8838 a592a061-630c-0410-9148-cb99ea01b6c8
2004-07-15 08:47:36 +00:00
Angus Leeming
bc3f8c8225
The Instant Preview script in python.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8810 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-09 12:35:49 +00:00
Jean-Marc Lasgouttes
aab3dbcd7a
fix math bindings with german keyboards
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8768 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-19 16:22:38 +00:00
Angus Leeming
86003e6665
Enable instant preview to work on solaris machines.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8744 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-05 10:20:04 +00:00
Angus Leeming
82facb47ff
Fix counters bug in scrlettr textclass.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8728 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-03 14:24:47 +00:00
José Matox
de8da33e27
reLyX: use a saner method to translate \usepackage from the preamble, fix #1584 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8724 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-03 11:41:11 +00:00
Jürgen Spitzmüller
b1ea7d1fc2
fix counters in the scrlttr2 class
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8721 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-03 09:47:18 +00:00
Jean-Marc Lasgouttes
dcabae77af
fix compilation with gcc 3.4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8713 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-29 15:57:12 +00:00
Jean-Marc Lasgouttes
462054e443
find correct ps and pdf previewers in win32 (bug 1508)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8514 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-22 16:15:17 +00:00
Jean-Marc Lasgouttes
6eb2380975
fix small error (bug 1533)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8492 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-15 11:44:12 +00:00
Jean-Marc Lasgouttes
71ffd2b8eb
create a reasonable list of textclasses when latex cannot be run
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8486 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-11 14:30:05 +00:00
Jean-Marc Lasgouttes
1d960fe6c1
add romanian splash; add svglobal layout (+fixes to svjour) [bug 1430]
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8457 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-23 14:54:50 +00:00
SVN User
2ef9a9a09e
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8456 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-23 14:54:50 +00:00
Jean-Marc Lasgouttes
da9e068997
add espanol keymap
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8443 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-18 15:44:14 +00:00
SVN User
c9fd7f6d5a
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8442 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-18 15:44:14 +00:00
Jean-Marc Lasgouttes
0082b84464
let lyx/mac find its locale when relocated
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8426 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-12 17:18:02 +00:00
Jean-Marc Lasgouttes
416a1cb6c3
status update; add description of agums
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8419 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-10 16:23:35 +00:00
José Matox
47316d2bc4
Backport fixes from 1.4, add support for version 0.10 and 0.12.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8418 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-09 16:55:46 +00:00
SVN User
609d6a403d
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8417 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-09 16:55:46 +00:00
Martin Vermeer
9ab528235b
Add Affiliation layout and agums format support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8416 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-09 11:37:30 +00:00
José Matox
9c826f98b5
one line fix for out of range error.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8397 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-03 19:39:38 +00:00
Jean-Marc Lasgouttes
00d203653d
fix encoding warning in lyx2lyx (from G. Baum)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8389 a592a061-630c-0410-9148-cb99ea01b6c8
2004-02-03 11:34:13 +00:00
José Matox
bc8510eacd
- fix warnings for docbook counters.
...
- add missing whitespace in error report for a script of inset external.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8369 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-22 17:08:06 +00:00
José Matox
4957aba0fc
Allow optional arguments in Author, AuthorAdress and Thanks styles
...
for elsart layout.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8368 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-22 16:45:28 +00:00
Jean-Marc Lasgouttes
28c87ebc54
fix error message when makepsres does not exist
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8366 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-22 14:29:41 +00:00
Jean-Marc Lasgouttes
cab14bc640
fix layouts in gbrief2 example
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8361 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-19 17:04:01 +00:00
Jürgen Spitzmüller
c575996af2
fix Minipage.lyx example file (length units)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8302 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-05 16:58:48 +00:00
Jean-Marc Lasgouttes
6ff4c5706f
credit Roman Maurer ; fixes to g-brief2 support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8296 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-05 15:47:07 +00:00
Jean-Marc Lasgouttes
f42cea9115
rename g-brief2-en to g-brief2; remove g-brief2-de
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8284 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-29 14:12:43 +00:00
Jean-Marc Lasgouttes
abfaec6c0c
make osx builds relocatable
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8260 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-16 14:51:59 +00:00
Jean-Marc Lasgouttes
ac3a23fcf0
add g-brief2 support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8224 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-10 16:01:29 +00:00
Jean-Marc Lasgouttes
54e25d6844
add ronald florence
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8213 a592a061-630c-0410-9148-cb99ea01b6c8
2003-12-08 15:40:10 +00:00
Angus Leeming
31d49aac2c
Extract the file name in a manner that works also under Win32.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8157 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-29 18:30:09 +00:00
Jean-Marc Lasgouttes
3291a3c1f4
small update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8098 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-17 15:25:23 +00:00
Jean-Marc Lasgouttes
556f26e8eb
allow to open documents when the textclass is unavailable (backport from 1.4.0cvs)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8081 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-13 15:51:44 +00:00
SVN User
ea353630c3
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8057 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-06 14:50:38 +00:00
Jean-Marc Lasgouttes
eda5f1f7c3
fix PSres.upr-related install problem
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8048 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-05 16:58:08 +00:00
Jean-Marc Lasgouttes
68e5b0224b
osx fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7856 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-03 13:34:40 +00:00
Jean-Marc Lasgouttes
edf91d655f
small things
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7812 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-23 10:02:32 +00:00
Jean-Marc Lasgouttes
2d4eb709e5
new layout: memoir
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7810 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-22 15:13:12 +00:00
SVN User
f47d328595
This commit was manufactured by cvs2svn to create branch 'BRANCH_1_3_X'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7809 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-22 15:13:12 +00:00
Jean-Marc Lasgouttes
620e3e8e77
re-add lost ijmpd template
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7806 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-22 14:22:58 +00:00
Jean-Marc Lasgouttes
82f8d500b7
run makepsres if it exists
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7783 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-17 13:47:24 +00:00
Jean-Marc Lasgouttes
b2b8153d84
useful bindings for LyX/Mac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7713 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-08 16:52:35 +00:00
Jürgen Spitzmüller
7070a20ed2
stupid typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7532 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-12 07:12:33 +00:00
Dekel Tsur
6cef195c79
Change the language of the document only if is 'default'.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7487 a592a061-630c-0410-9148-cb99ea01b6c8
2003-08-03 18:07:50 +00:00
Jean-Marc Lasgouttes
88bda88e4c
elsart tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7461 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-31 10:53:10 +00:00
Jean-Marc Lasgouttes
b17e8f76fa
sigh
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7247 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-08 16:51:13 +00:00
Jean-Marc Lasgouttes
14bdc31601
french examples update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7246 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-08 16:50:27 +00:00
Jean-Marc Lasgouttes
a103e24d51
remove mention of lyxrc in the splash
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7237 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 13:40:40 +00:00
Jean-Marc Lasgouttes
c3d1dededf
update TeXFiles.sh
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7236 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 13:29:33 +00:00
Jean-Marc Lasgouttes
3cf7a7952a
make lib/configure handle zsh gracefully (bug 977)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7207 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-24 10:08:01 +00:00
Jean-Marc Lasgouttes
df0bb033ad
add Proof to elsart
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7205 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-24 09:43:53 +00:00
José Matox
5b495b3174
remove space between margin separation and units of 2.15 files (bug 763)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7129 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 16:22:41 +00:00
José Matox
3bb600d5bc
fix bad convertion of 2.15 tables (bug 1045)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7124 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 14:09:29 +00:00
Jean-Marc Lasgouttes
6a71cbb04e
fix a couple of layouts in llncs (Bug 1068)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6903 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-30 15:34:05 +00:00
Jean-Marc Lasgouttes
70b4c785d2
take documentation from BRANCH_1_3_X
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6900 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-30 14:37:48 +00:00
Angus Leeming
c42d124c09
Add Grace -> PPM converter.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6798 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-14 13:43:42 +00:00
Jean-Marc Lasgouttes
683e246158
small fix to mwbk textclass
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6704 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-03 12:51:20 +00:00
Jean-Marc Lasgouttes
8fcf3b47e6
fix two problems with subcaption
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6670 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-01 10:38:44 +00:00
Jean-Marc Lasgouttes
060cb74205
two fixlets from John
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6614 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-28 17:52:28 +00:00
Dekel Tsur
239b9377e7
Fix conversion of minipages that contains tabulars.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6507 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-14 15:29:01 +00:00
Jean-Marc Lasgouttes
14847c8730
fix some templates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6506 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-14 15:24:50 +00:00
Dekel Tsur
9391159670
Fix notes conversion
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6486 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-13 12:05:53 +00:00
Dekel Tsur
ae7bbadd94
Forgot to apply this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6482 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-13 11:18:07 +00:00
Dekel Tsur
5fbfa4888b
Fix for note insets
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6469 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-12 18:41:51 +00:00
Dekel Tsur
bbd3a7149c
Convert Info insets to Note insets.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6447 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-11 14:49:52 +00:00
Jean-Marc Lasgouttes
7212e47897
add Comment layout to scrlttr2 textclass
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6442 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-11 10:58:35 +00:00
Jean-Marc Lasgouttes
c797a17794
lyxpreview2bitmap tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6427 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 16:38:21 +00:00
Jean-Marc Lasgouttes
1861992f3f
fix converters for tgif
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6421 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-10 13:57:39 +00:00
Jean-Marc Lasgouttes
7a54dc78fd
update sciword bindings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6369 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-06 15:36:21 +00:00
José Matox
89c707fb91
fix lyx2lyx bug that prevented csv2lyx files from being converted
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6327 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-03 20:02:59 +00:00
Jean-Marc Lasgouttes
c279e9ea9f
really get rid of iletter
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6323 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-03 16:04:15 +00:00
Jean-Marc Lasgouttes
603801e66e
fix kluwer layout and re-introduce ijmpd layout
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6320 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-03 15:56:58 +00:00
Jean-Marc Lasgouttes
942075a86b
fix bug #923
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6310 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-28 16:25:18 +00:00
Jean-Marc Lasgouttes
d71835d1d1
updates to french and polish l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6307 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-28 15:39:32 +00:00