Commit Graph

3383 Commits

Author SHA1 Message Date
Richard Heck
b32b4a545c Update counter containing files to new format.
Actually, not all of these do contain counters, but my grepping 
wasn't sophisticated enough to catch them. Not a big deal....

I don't think there are errors here, but if you see weird
behavior with counters in some file or other, it's possible I missed 
something.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26782 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 14:58:22 +00:00
Richard Heck
0b95498ef4 Update non-counter layouts to format 10.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26781 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 14:45:21 +00:00
Richard Heck
838bccbb97 Update counter documentation after last commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26780 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 14:42:57 +00:00
Richard Heck
d841355b7e Fix bug 5316 properly. The fix is to make the routine that reads a counter
update an existing counter rather than overwrite it.

This turns out to be more complicated than it might seem. There are two 
large parts to the patch. One moves the counter read routine out of TextClass
and into the Counter and Counters classes. The other changes the syntax of 
counters from:
	Counter
		Name whatever
	....
to:
	Counter whatever
	....
This allows us to get the name of the counter right away, so we can decide
whether it is an old one or a new one. So the layout format had to be 
changed (again), with corresponding layout2layout code.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26779 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 14:37:28 +00:00
Richard Heck
63644744fd Whitespace and comment cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26777 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 12:16:17 +00:00
Richard Heck
42666d2c92 Re-introduce bug 5316 for the paper class. The previous fix doesn't work
anyway, and this lets us test the new one.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26776 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 12:03:08 +00:00
Jürgen Spitzmüller
a04ba20552 * unicodesymbols:
- force some greek glyphs that are not properly supported by inputenc (part of bug 5239)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26774 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 11:30:53 +00:00
Jürgen Spitzmüller
5b37720625 * linguistics.module:
- some corrections.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26772 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 07:15:01 +00:00
Richard Heck
da624a6d7c Update some of the most out of date bits of the FAQ.
Uwe, I've used change tracking here, too. If you don't want or need to check this, let me know, of just accept all changes and commit it.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26771 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 04:47:46 +00:00
Richard Heck
93597a387e Correct out of date hyperlink.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26770 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 04:32:36 +00:00
Richard Heck
0f08a019a2 Update layout documentation.
Uwe, I've used change tracking with this, as we discussed. Please review the changes, accept or whatever, and recommit. You can let the translators know about this, too.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26769 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 04:24:41 +00:00
Richard Heck
7eb60756fd Remove unused code related to InsetEnvironment experiment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26768 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 04:23:26 +00:00
Richard Heck
64baf4dedc Update the rest to format 9, as well. The counter stuff will
need a new format, if we do it.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26767 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 03:20:16 +00:00
Richard Heck
be34425828 Update format number for layouts not using counters. The reason
is that the counter info will be updated later, without changing
the format number again.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26765 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 03:00:26 +00:00
Uwe Stöhr
61cb7ccfae elsarticle.lyx: some corrections
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26763 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 01:18:38 +00:00
Richard Heck
4eadce28f7 Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26760 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 19:48:43 +00:00
Richard Heck
ee4db4a133 Adapt stdinsets.inc and linguistics.module to the new InsetLayout framework.
There may be some other changes to be made here still, but they should be
fairly painless. What will need checking are InsetFlex's. Those that set 
MultiPar to true will now default to ForcePlain false and CustomPars true;
those that set MultiPar to false (or don't set it, since that's the default)
will have CustomPars false and ForcePlain true. If that's wrong, the right
tag can be added, but it must be AFTER the MultiPar tag, since MultiPar will
reset CustomPars and ForcePlain, as described in stdinsets.inc.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26759 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 19:46:19 +00:00
Richard Heck
7c61874c70 Forgot this bit from last commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26758 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 19:39:09 +00:00
Uwe Stöhr
2801a09aaf external_templates: don't hardcode the chess extension as suggested by Vincent and Jürgen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26753 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 19:25:31 +00:00
Uwe Stöhr
dfcd6fb7ea make Latvian documents compilable, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5324
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26752 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 19:12:12 +00:00
Uwe Stöhr
8b165c9c39 modernCV.lyx: correct my last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26735 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 00:35:59 +00:00
Uwe Stöhr
c36e8ba51b modernCV.lyx: update the file as then nasty spacing bug is fixed since version 0.7 of moderncv
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26734 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-05 00:32:03 +00:00
Uwe Stöhr
ff832e4eab - external_templates: fix http://bugzilla.lyx.org/show_bug.cgi?id=5320, patch by Vincent
- chessgame.lyx: adapt file to the change

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26733 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 23:38:16 +00:00
Richard Heck
0f8e99e17c Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26732 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 17:35:00 +00:00
Richard Heck
90254ec5eb Fix the paper class, as well.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26731 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 16:27:46 +00:00
Richard Heck
363d662da7 The stdcounters.inc file must be loaded early.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26730 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 16:15:26 +00:00
Uwe Stöhr
087f580db9 elsart.layout: adapt naming
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26725 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 14:17:31 +00:00
Jürgen Spitzmüller
4d3aa2d69d * elsart.layout:
- less confusing categorization.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26723 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 13:35:10 +00:00
Uwe Stöhr
4c6058dcd5 EmbeddedObjects.lyx: describe the new tabulator size listings option
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26721 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 13:32:47 +00:00
Uwe Stöhr
aeb46802dc chessgame.lyx: update fileformat and replace some ERT
But, the document is not compilable! (also not in 1.5 branch)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26720 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 12:33:32 +00:00
Uwe Stöhr
7b6bf2ec9b - iopart.layout: fix some bugs
- iop-article.lyx: fix 2 typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26713 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 11:32:06 +00:00
Uwe Stöhr
674455d95a elsart.layout: declare it obsolete to distinguish it from the actual one
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26712 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 11:23:39 +00:00
Uwe Stöhr
c4570a96da - new layour for the elsarticle class
- remove the template for elsart, as this class is obsolete since elsarticle was released (Elsevier does no longer accept publications with elsart.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26710 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 01:46:48 +00:00
Uwe Stöhr
9245fca907 sigplanconf.layout: some fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26709 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-04 00:51:11 +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
8051296872 elsart.layout: \thanks can have an optional argument, see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg64095.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26704 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 20:25:54 +00:00
Uwe Stöhr
4a75fe0310 update the ACM SIGPLAN files to latest layout and fileformat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26703 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 20:08:29 +00:00
Uwe Stöhr
5a4059e74b new layout and template file for ACM SIGPLAN articles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26700 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 19:47:42 +00:00
Uwe Stöhr
31ac738f7c template files: fileformat and partly other updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-03 16:27:56 +00:00
Uwe Stöhr
78d8b107fb UserGuide.lyx: describe the new outliner options
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26688 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-02 23:53:44 +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
Uwe Stöhr
8461827e90 example files: fileformat and partly other updates second part
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26674 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 20:26:35 +00:00
Uwe Stöhr
0668df3828 - listings.lyx
- Minipage.lyx

delete both example files as their content is already completely included in the EmbeddedObjects manual
Can also be done for branch Jürgen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26666 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 01:06:30 +00:00
Uwe Stöhr
d89aa94268 - listings.lyx
- Minipage.lyx

delete both example files as their content is already completely included in the EmbeddedObjects manual
Can also be done for branch Jürgen?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26665 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 01:01:34 +00:00
Uwe Stöhr
6a7a6a2c38 example files: fileformat and partly other general updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26664 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 00:59:36 +00:00
Uwe Stöhr
2f52e63640 Braille.lyx: update the file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26663 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-01 00:36:58 +00:00
Pavel Sanda
4006e089c9 let the sun shine
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26661 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 23:55:08 +00:00
Pavel Sanda
31b1ad0407 * Make braille.module consistent.
Uwe, please check this patch.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26658 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 23:39:24 +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
7382c55fd7 add support for TABs in Listings, fileformat change, fixes http://bugzilla.lyx.org/show_bug.cgi?id=3629 , patch by Vincent, lyx2lyx and UI stuff by me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26647 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 18:00:02 +00:00
Jean-Marc Lasgouttes
ede2dbfade Cleanup and layoutification of the InsetInfo class.
* InsetInfo.cpp (InsetInfo): derive from InsetCollapsable instead of 
	InsetText, so that we can use InsetLayout. Should be reverted when the 
	layout stuff is migrated to InsetText or some lower level.
	(initTranslator, nameTranslator): moved outside of the class.
	(name, neverIndent): added.
	(draw, setMouseHover): removed.
	(updateInfo): cleanup and use layout
	(read, setInfo): make sure to reset layout.

	* lib/layouts/stdinsets.inc: add layouts for the various Info insets.
	These are used for both display and output.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26646 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-30 14:11:40 +00:00
Uwe Stöhr
abe3a94845 UserGuide.lyx: add footnote about PostScript drivers
EmbeddedObjects.lyx: revise the Listings section

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26631 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-29 23:08:56 +00:00
Pavel Sanda
2ad3979482 Add note.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26625 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-29 15:58:08 +00:00
Jürgen Spitzmüller
f27d764e33 * beamer.layout:
- add quote, quotation and verse environments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26607 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-29 07:29:06 +00:00
Uwe Stöhr
d30cc6cdd5 Customization.lyx: fix PostScript driver setting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26599 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-28 12:08:38 +00:00
Uwe Stöhr
6d6ec205ec Customization.lyx: update section about package installation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26597 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-28 00:42:55 +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
Uwe Stöhr
3ef646a5be Slovak UserGuide.lyx: use the same layout as the other UserGuides, remove references to klyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26595 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 22:31:22 +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
165e8e08ce UserGuide.lyx: add a sentence about multi LFUNs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26591 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 13:27:40 +00:00
Uwe Stöhr
ac1598df31 UserGuide.lyx: revise the description of the encodings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26587 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-27 00:52:21 +00:00
Uwe Stöhr
d5681aa430 UserGuide.lyx: describe the new multi LFUN binding and the usage of (Shift)-Tab
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26584 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 22:29:52 +00:00
Uwe Stöhr
3b3dba6c65 Slovak UserGuide.lyx: make document compilable by workaround for bug 5291
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26582 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 21:31:23 +00:00
Uwe Stöhr
632bc7dcec Math.lyx: fix last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26580 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 20:31:23 +00:00
Uwe Stöhr
3710be6eaa Math.lyx: describe the new accent handling
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26579 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 20:20:15 +00:00
Enrico Forestieri
5ca3be4d67 In mathmode, treat nonascii chars with diacritical marks as an input method
for entering math accents, such that an umlauted A is translated as \ddot{A},
for example.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26577 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 15:53:15 +00:00
Abdelrazak Younes
31398779f8 Add tab/backtab for outline-in/out sections.
very cool stuff!


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26569 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 07:54:52 +00:00
Uwe Stöhr
adf7a8f4a8 Ukrainian Intro.lyx: forgot to mention Yuri
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26563 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 01:02:33 +00:00
Uwe Stöhr
fd38e6013b now also for the Cyrillic doc files: remove unneeded labels, fix image paths, update fileformat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26562 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 00:40:58 +00:00
Uwe Stöhr
96c917f23e German Intro.lyx: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26561 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-26 00:24:53 +00:00
Uwe Stöhr
410ff4290a Slovak UserGuide.lyx: update fileformat
(The document is currently not compilable due to a problem with babel and Slovak. I'm working on this.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26557 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 23:45:17 +00:00
Uwe Stöhr
904c290714 Hebrew Tutorial.lyx: update fileformat
! The document is not compilable due to http://bugzilla.lyx.org/show_bug.cgi?id=5282 !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26556 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 22:52:25 +00:00
Uwe Stöhr
5fe59dd13d Galician Intro.lyx: make it compilable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26555 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 22:16:14 +00:00
Pavel Sanda
10a1b9987d Following JMarc idea - add tab/backtab for depth changes inside enumerate-like environment.
This command-alternatives is really cool stuff.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26554 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 21:31:00 +00:00
Pavel Sanda
3e7ab87a60 Update LFUNs.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26551 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 21:00:03 +00:00
Richard Heck
61812bdda1 Well, we've agreed on this binding. We could still use one for complete,
but, Jose, this is enough for rc3.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26544 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 15:31:41 +00:00
Uwe Stöhr
22ab5735e7 doc files: remove unneeded labels, fix image paths, update fileformat - part 4/4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26536 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:23:59 +00:00
Uwe Stöhr
7ace602540 doc files: remove unneeded labels, fix image paths, update fileformat - part 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26535 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:21:13 +00:00
Uwe Stöhr
0f19eaee19 doc files: remove unneeded labels, fix image paths, update fileformat - part 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26534 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:18:02 +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
Uwe Stöhr
1b201008f5 documentation files: remove unused labels
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26532 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 01:26:54 +00:00
Uwe Stöhr
bc6b4bf308 UserGuide.lyx: - add infos for BibTeX
- describe the shortcut dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26531 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 00:34:41 +00:00
Uwe Stöhr
828112f4df Customization.lyx: remove things that are already described in the UserGuide
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26530 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 23:13:58 +00:00
Uwe Stöhr
a914a8e1ca Extended.lyx: some more updates and fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26529 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 23:00:47 +00:00
Uwe Stöhr
372f7adde9 Extended.lyx: - update sections about BibTeX
- fix broken references

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26528 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 22:51:41 +00:00
Uwe Stöhr
ee3e4bfd6e UserGuide.lyx: some polishing and info about CJK fonts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26524 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 18:19:38 +00:00
Richard Heck
577fbec1dd Revert unintentional commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26522 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:24:37 +00:00
Richard Heck
adbde70cf1 Sorry, again, Uwe! This just adds a short remark about custom-bib to the end of the third paragraph of section 6.5.2. Meant to do that before....
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26521 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:21:12 +00:00
Richard Heck
5e06545440 A couple typos left from before. Nothing substantive here, Uwe.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26520 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 17:14:54 +00:00
Richard Heck
2d73a78a30 Update the bibliography documentation a bit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26514 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 12:50:18 +00:00
Uwe Stöhr
075bee7911 German EmbeddedObjects.lyx: correct a dialog entry name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26512 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 11:00:20 +00:00
Uwe Stöhr
4b6579e3b6 UserGuide.lyx: some fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26510 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 00:45:32 +00:00
Uwe Stöhr
dadad12e78 UserGuide.lyx: update Appendix B (more to come the next days)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26509 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-24 00:16:13 +00:00
Uwe Stöhr
75b3ceb670 Math.lyx: fix a table layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26507 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-23 21:42:12 +00:00
Uwe Stöhr
4a74c5f965 UserGuide.lyx: fix the layout and a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26501 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 23:20:23 +00:00
Uwe Stöhr
64b6f7f3cf UserGuide.lyx: one of the last updates for LyX 1.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26500 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-22 23:12:13 +00:00
Uwe Stöhr
8efc63752d - Math.lyx: - update math bold description to the new shortcuts
- new section about colored formulas
- menus.bind: update shortcut Alt-c b according to the discussed new handling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26482 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-21 21:09:38 +00:00
Uwe Stöhr
108cc7d0b3 Math.lyx: fix index entries, now that bug 5022 is fixed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26470 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-20 23:51:05 +00:00
José Matox
7a7eede980 Replace condition with an exception (code more robust) and add comment the reason
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26450 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-18 18:21:41 +00:00
Richard Heck
805d18d818 Another fix for csv2lyx. This one looks like a generic bug, though
one that may have been triggered by an older version of python. The
problem is that the sniffer call could fail, and then dialect is
undefined. 


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26447 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-18 17:37:06 +00:00