Commit Graph

91 Commits

Author SHA1 Message Date
Bo Peng
ad3a07c4f2 Replace lib/scriptsfig2pdftex.sh and fig2pstex.sh by their python version
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14265 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-29 15:30:22 +00:00
Bo Peng
21f1b19b2e Replace lib/scripts/fig_copy.sh with fig_copy.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14261 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-28 14:26:27 +00:00
Bo Peng
f58609c765 Replace TeXFiles.sh by TeXFiles.py
* src/frontends/controllers/tex_helpers.C: call TeXFiles.py
	* lib/scripts/TeXFiles.py: add
	* lib/scripts/TeXFiles.sh: remove
	* lib/scripts/convertDefault.py: add encoding line
	* lib/Makefile.am


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14238 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 02:39:03 +00:00
Georg Baum
f5fbef2d8f * lib/Makefile.am s/convertDefault.sh/convertDefault.py/
* src/converter.C
	(Converters::convert): ditto

	* src/graphics/GraphicsConverter.C
	(Converter::Impl::Impl): ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14227 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-26 15:13:32 +00:00
Jean-Marc Lasgouttes
1d14cdd0ea 2006-06-01 Panayotis Papasotiriou <papasot@physics.upatras.gr>
* Makefile.am:
	* templates/ijmpc.lyx: 
	* layouts/ijmpc.layout: new textclass for International Journal of
	Modern Physics C. 

	* templates/ijmpd.lyx
	* layouts/ijmpd.layout: update.

	* LaTeXConfig.lyx.in:
	* Extended.lyx: update for ijmpc/d textclasses.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13977 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-01 13:13:16 +00:00
Georg Baum
f0f4e2c042 From Joost Verburg: Put the clean_dvi.py script into the main distribution
* lib/configure.py
	(checkLatex): Add DraftDVI converter on windows if dv2dt and dt2dv
	are available
	(checkFormatEntries): Add DraftDVI entry on windows if dv2dt and
	dt2dv are available

	* lib/Makefile.am: add clean_dvi.py

	* development/Win32/packaging/build_lyxwin.sh: remove clean_dvi.py
	stuff

	* development/Win32/packaging/package_lyxwin.sh: remove configure
	mangling for clean_dvi.py

	* development/Win32/packaging/clean_dvi.py: move to lib/scripts

	* development/Win32/packaging/README: remove clean_dvi.py stuff


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13924 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-24 20:06:42 +00:00
Georg Baum
e6a167ea5e Add \overset and \underset to math panel (bug 2533):
* lib/images/math/underset.xpm: new
	* lib/images/math/overset.xpm: new

	* lib/Makefile.am: add new files

	* src/frontends/controllers/ControlMath.C
	(latex_deco[]): add overset and underset


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13858 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-18 07:10:56 +00:00
Jean-Marc Lasgouttes
18d72887a6 * src/support/package.C.in (get_build_dirs): Look at Makefile
instead of lyxrc.defaults. Simplify the check for
          chkconfig.ltx.

	* configure.ac: do not run lib/configure.py

	* lib/doc/Makefile.am: LaTeXConfig.lyx is not generated anymore.

	* lib/configure.py (removeExtraFiles): remove.

	* lib/Makefile.am: no files are generated in there.




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13763 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 16:44:43 +00:00
Abdelrazak Younes
9dfa853d2c lib/Makefile.am: move math icons from no-install
QMathDialog.C: set icon paths
QMathUi.ui: set icon paths to lib/images/math for visual feedback in designer


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13614 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 21:14:58 +00:00
Georg Baum
6b753c5d97 Remove the images directory
* Makefile.am: remove image files
	* images/ChangeLog: delete
	* images/smallcaps.xpm: move to lib/images/font-smallcaps.xpm
	* lib/Makefile.am: add images to noinst files

Move the following files to lib/images/math:
	* images/README
	* images/delim.xbm
	* images/ams_misc.xbm
	* images/equation.xpm
	* images/delim.xpm
	* images/arrows.xbm
	* images/bop.xbm
	* images/matrix.xpm
	* images/delim0.xpm
	* images/delim1.xpm
	* images/misc.xbm
	* images/greek.xbm
	* images/ams_nrel.xbm
	* images/style.xbm
	* images/ams_ops.xbm
	* images/varsz.xbm
	* images/font.xbm
	* images/sub.xpm
	* images/sqrt.xpm
	* images/dots.xbm
	* images/space.xpm
	* images/deco.xbm
	* images/super.xpm
	* images/ams_arrows.xbm
	* images/style.xpm
	* images/ams_rel.xbm
	* images/brel.xbm
	* images/font.xpm
	* images/deco.xpm
	* images/frac.xpm

Adjust the following files to the moved images:
	* src/frontends/gtk/GMathPanel.C
	* src/frontends/gtk/Makefile.am
	* src/frontends/qt4/ui/QMathUi.ui
	* src/frontends/xforms/Makefile.am
	* src/frontends/xforms/FormMathsPanel.C


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13598 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-08 11:33:26 +00:00
Georg Baum
d15a35a909 Get rid of lib/configure.m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13347 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-12 10:51:11 +00:00
Jean-Marc Lasgouttes
096de939a2 another translation from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10602 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-14 14:10:46 +00:00
Jean-Marc Lasgouttes
d171ae2c6c update german examples (from Hartmut Haase)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10601 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-10 14:18:17 +00:00
Jean-Marc Lasgouttes
c14a9a277e new translation from Hartmut Haase
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10591 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-07 11:51:38 +00:00
Georg Baum
3e885523c3 layout file converter for layout files in old format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10565 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-21 16:11:36 +00:00
Jean-Marc Lasgouttes
33c966b34b some new German examples from Hartmutt Haase
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10368 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-28 10:29:55 +00:00
Lars Gullik Bjønnes
ef8e527612 drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10244 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 15:18:14 +00:00
Jean-Marc Lasgouttes
4f96e3c41e get rid of the lib/xfonts hack
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10238 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 11:06:12 +00:00
José Matox
dc3e0ae6e0 add python support to configure
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10221 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 16:38:59 +00:00
Jean-Marc Lasgouttes
38cf9e66f4 get rid of scrmacros.inc and obsolete.inc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10091 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-20 13:18:27 +00:00
Angus Leeming
817e3efdf3 * Make the PCH stuff work properly when source directory
and build directory differ.
* A couple of minor fixes to the Makefiles' DISTCLEAN targets.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9905 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-04 16:42:06 +00:00
Angus Leeming
71298cca7f Add fig_copy.sh and lyxpreview_tools.py to the dist.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9796 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-09 10:52:52 +00:00
Angus Leeming
cacd278a65 Remove mention of configure.cmd.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9452 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-06 21:18:39 +00:00
Jürgen Spitzmüller
81137794bb fix Makefile.am after Martin's latest change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9396 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-17 16:13:27 +00:00
Georg Baum
0ff2114b3c fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9168 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 16:40:10 +00:00
Georg Baum
e367172256 use the movers also for copying from temp dir -> export dir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9153 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-01 08:50:42 +00:00
José Matox
942ca65a5d Add more character styles to docbook.
Fix partially bug 1726.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9149 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-30 19:26:52 +00:00
José Matox
2d9a5e9adc replace most &dquot;...&dquot; by <...>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9139 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-28 14:56:08 +00:00
Jean-Marc Lasgouttes
3b3409cd78 add mac.bind
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9121 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-25 08:10:05 +00:00
José Matox
43c844920c Add code that profiles lyx2lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9075 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-10 19:25:48 +00:00
Jean-Marc Lasgouttes
efc3d785a5 fix entry for lyx2lyx/LyX.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8944 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 20:59:44 +00:00
José Matox
6c79118290 Reorganised lyx2lyx, transfering it knowleadge of the file format to LyX.py,
and using it as library. The lyx2lyx script now becomes a simple cliente.
Simple fix in the UserGuide.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8941 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 16:29:04 +00:00
Jean-Marc Lasgouttes
d2acd41055 update makefile.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8897 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-13 12:00:26 +00:00
Lars Gullik Bjønnes
5af062b550 Further cleanup some Makefiles a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8811 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-09 13:14:36 +00:00
Lars Gullik Bjønnes
f277063f66 fix and cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8800 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-02 18:48:12 +00:00
Lars Gullik Bjønnes
d0146ccfa4 copy doc from lyxdoc module and update makefiles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8794 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 19:50:12 +00:00
Georg Baum
0eeec0cf18 remove .pyc files from makefile since they are not always there
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8788 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-31 16:38:04 +00:00
Lars Gullik Bjønnes
d9f0882887 make distcheck work, and some cleanups to the config system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8786 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-28 07:14:58 +00:00
Jürgen Spitzmüller
e1c1cb6834 remove all forgotten traces of help/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8581 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-01 08:09:14 +00:00
Jean-Marc Lasgouttes
a5d57d5511 create a resource list file for Display Postscript in lib/xfonts (forward port from 1.3.x)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8062 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-07 15:24:54 +00:00
Angus Leeming
98fc509a77 don't forget the banner
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6029 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 18:10:56 +00:00
Lars Gullik Bjønnes
ff3c0dec4b distcheck fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5935 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 22:13:25 +00:00
Jean-Marc Lasgouttes
5a0a07e175 fix bug 776
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5861 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 16:58:35 +00:00
Dekel Tsur
3b112151cc Patch from Georg Baum for installing lyx2lyx files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5343 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-25 12:45:02 +00:00
John Levon
7fa849657e install mathed icons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5166 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 08:31:52 +00:00
Lars Gullik Bjønnes
e4727fe65b dont use -r
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4076 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-26 10:32:23 +00:00
Jean-Marc Lasgouttes
f79c6a1991 test for grace converters; check for gnu m4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4063 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-24 21:51:02 +00:00
Lars Gullik Bjønnes
53953235d8 now distcheck should work...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3940 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-08 00:07:07 +00:00
Lars Gullik Bjønnes
a8436b5631 handle xfonts better (more work comming) and some ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3933 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-07 15:34:34 +00:00
Lars Gullik Bjønnes
65cbc98efe delete files upon distclean
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3917 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-06 12:45:05 +00:00