Commit Graph

5921 Commits

Author SHA1 Message Date
Uwe Stöhr
5adac980ce - UserGuide.lyx: some stylistic changes
- German UserGuide.lyx: lots of translation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39767 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-25 21:51:56 +00:00
Uwe Stöhr
adaed4a14d powerdot-example.lyx: add warning about incompatibilities with enumitem that are now fixed in the latest powerdot version
(patch by Jean-Pierre)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39765 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-25 21:40:10 +00:00
Enrico Forestieri
a55f54b903 Let lyxpreview2bitmap.py also work on Windows when the PyWin extension modules
are not installed.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39741 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-24 01:27:40 +00:00
Uwe Stöhr
c10b375239 svglobal3.layout, svcommon.inc: fix some parser warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39725 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-22 02:22:53 +00:00
Uwe Stöhr
d0b6ed1a1a Additional.lyx: remove some unused references to squash LaTeX warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39724 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-21 22:37:24 +00:00
Uwe Stöhr
fa987d1394 libreoffice2eps.py: add missing things from r39707
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39712 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-20 03:12:37 +00:00
Tommaso Cucinotta
71ebf846bb Adding the script missing from last commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39707 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-19 00:37:15 +00:00
Tommaso Cucinotta
1024e43069 Added OpenOffice drawing file-format.
Now you can:
-) include in LyX OpenOffice drawings (.odg or old .sxd files)
-) preview them on the screen
-) view them in the final .ps/.pdf output
-) edit them externally via libreoffice, ooffice, oodraw or soffice (whatever is detected).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39706 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-19 00:29:29 +00:00
Tommaso Cucinotta
b4f97b61cf Added support for natively zipped file formats that do not need decompression for being handled by converters
(e.g., compressed dia, odg, sxd, ...). These need to be marked via the "zipped=native" flag in the RC file.
The old 'dia' configuration is automatically updated (it used to be hardcoded in the code, now it is handled
via the flag).
See also http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg170974.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39705 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-19 00:12:09 +00:00
Julien Rioux
d285793c07 Revert guiName to Spreadsheet (was part of r39675).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39703 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-18 23:18:44 +00:00
Julien Rioux
816331765f * configure.py : Detect java and perl scripts in a general way.
Issues #6339 and #7579 were fixed by specific code targeting those
RC entries. This commit fixes the detection of java and perl scripts
in a general way. As a result:

  - The detections of jfig3-itext.jar and jfig3.jar, which where
    previously overlooked, are now also fixed, and
  - Future additions of java and perl scripts to configure.py are
    straight forward.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39699 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-18 12:11:47 +00:00
Julien Rioux
ce6a179489 * configure.py : Add lyxpreview unconditionnally.
The check on dv2dt and dt2dv is not necessary, since even if these
are not available, we fall back to the legacy convertion method,
which uses ghostscript, and which is available in all cases.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39698 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-18 12:10:19 +00:00
Enrico Forestieri
40d4d94b01 Also include in the archive the files referenced in ERT in the document body.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39692 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-16 14:40:40 +00:00
Enrico Forestieri
45aa989efc Use the normalized path for checking whether it has already been gathered.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39691 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-16 12:03:54 +00:00
Enrico Forestieri
517cfe9266 Check whether the filename is really a file. Also protect against recursive
inclusions.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39690 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-16 10:07:56 +00:00
Julien Rioux
a5f72061d1 Fix the guiName of external insets.
- Remove hack with $$AbsOrRelPath substitution in the guiName.
    Instead, let LyX display the filename automatically in the gui,
    consistent with InsetInclude.

  - Use the guiName in the drop-down menu in the dialog instead of the
    internal lyxName. These guiNames ought to be more descriptive.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39675 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-13 21:50:07 +00:00
Julien Rioux
d57f66022c Show .htm files in HTML import file dialog (#6340).
- Add "htm" as a known extension for HTML.

  - Use all the extensions of a format as file filter,
    instead of using only the default extension.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39671 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-13 20:42:38 +00:00
Julien Rioux
a55ef8346a Allow to assign several extension to a given file format (#4798).
Additionnal extensions are separated by commas (,) in lyxrc
preference files, while spaces are ignored, e.g. "jpg, jpeg".

Preference lyxrc file format incremented to 2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39670 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-13 20:42:23 +00:00
Julien Rioux
0fb13b648c * prefs2prefs.py : Use a list of [format, conversions] pair.
Use a list of [int, list of functions] pair, representing
      - int: the format number, and
      - list of functions: what needs to be done to the file to
                           update it to the given format number.

    This matches what is done in lyx2lyx and helps keeping track of
    format numbers and their corresponding conversion routines.

    Also, add another sanity check.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39668 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-12 20:43:06 +00:00
Julien Rioux
ba02c43178 * prefs2prefs.py : Error when both -l and -p are given, update usage.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39667 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-12 20:42:53 +00:00
Julien Rioux
603be7fe2f * prefs2prefs.py : Don't choke on empty input file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39666 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-12 20:42:40 +00:00
Julien Rioux
454598b928 * layout2layout.py : Don't choke on empty input file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39665 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-12 20:42:22 +00:00
Julien Rioux
45280f6bb5 Refine the lyxpreview legacy conversion (the ghostscript one).
- Break up steps 1, 2 and 3 from the legacy preview mechanism.
    These are really separate steps.

      1) Add color info, run latex
      2) Run dvips
      3) Run ghostscript

  - In the case of pdf output, skip step 2 and go directly to step 3.
  - Make sure that we fall back to the legacy conversion whenever we can.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39661 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:23:41 +00:00
Julien Rioux
bb55234cac Better error and progress messages for lyxpreview.
Introduce --debug and --verbose flags to control output. Also, use the
python subprocess module to capture stderr from external commands, thus
bumping the python requirement to version 2.4 or later.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39660 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:23:29 +00:00
Julien Rioux
81420e405f Merge the preview mechanism for japanese with the standard one.
- Japanese is now handled by passing the option --latex=platex
    to the standard lyxpreview script. This is done in PreviewLoader.
  - Remove obsoleted file lyxpreview-platex2bitmap.py and the
    corresponding lines in the configure script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39659 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:23:15 +00:00
Julien Rioux
10868c31ac Merge the preview mechanism for lilypond-book with the standard one.
- Handle the preprocessing in the main lyxpreview script with the
    command-line arguments --lilypond and --lilypond-book=exe.
  - Remove the obsoleted file lyxpreview-lytex2bitmap.py and the
    corresponding lines in configure.py.

Fix for the japanese preview still to come.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39658 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:22:59 +00:00
Julien Rioux
2bd747fad4 Add command-line arguments to lyxpreview2bitmap.py
Add command-line arguments in a standard unix fashion, using getopt.

    Usage: ./lyxpreview2bitmap.py <options> <input file>

    Options:
      -h, --help:    Show this help screen and exit
      --dpi=<res>:   Resolution per inch (default: 128)
      --png, --ppm:  Select the output format (default: png)
      --fg=<color>:  Foreground color (default: black, ie '000000')
      --bg=<color>:  Background color (default: white, ie 'ffffff')
      --latex=<exe>: Specify the executable for latex (default: latex)

    The colors are hexadecimal strings, eg 'faf0e6'.

The changes to PreviewLoader.cpp break the preview of lilypond-book
and japanese files, but they will be handled in the next commits.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39657 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:22:43 +00:00
Julien Rioux
675f233f34 Some clean up of the lyxpreview code.
Move some common variables to lyxpreview_tools. Otherwise,
add a few variable names, making it easier to track things.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39656 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:22:29 +00:00
Julien Rioux
2dfa11904f Stylictic-only changes to lyxpreview.
Whitespace and line endings only, in preparation for some serious work.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39655 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-11 18:22:12 +00:00
Jürgen Spitzmüller
014a1a36ed revive Ctrl-space in mathed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39649 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-10 05:35:54 +00:00
Julien Rioux
9571f12801 * configure.py : Fixup r39643, srcdir is a string containing the basepath to configure.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39645 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-08 12:11:16 +00:00
Julien Rioux
5891c139da * configure.py : Fix the detection of tex2lyx when running in-place (#6986).
Remove the hack with os.environ and instead directly search for
../src/tex2lyx/tex2lyx relative to where configure.py is found.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39643 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:59:23 +00:00
Julien Rioux
deb9736929 * configure.py : Fix the rc entry when tex2lyx is not found (#3308).
We still define the tex2lyx converter but we emit a warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39642 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:59:14 +00:00
Julien Rioux
ba17c0315e * configure.py : Fix the gnumeric converters.
They were tied to undefined formats ods and xls. The actual
    internal names for these formats are oocalc and excel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39641 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:57:07 +00:00
Julien Rioux
e1b4e5edaa * configure.py : Remove unnecessary code in xhtml viewer detection.
This code seems unnecessary since not_found = "auto" is set in
    checkViewer, and thus "auto" is used as the viewer when no viewers
    are found, and a lyxrc entry is added anyway. The "auto" string is
    special-cased in the code, where we attempt to automatically
    determine the viewer from the OS.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39640 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:56:59 +00:00
Julien Rioux
89cb89c78c * configure.py : Fix the detection of splitindex (#7579)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39639 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:56:47 +00:00
Julien Rioux
e887f51468 * configure.py : Fix the detection of htmltolatex (#6339)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39638 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:56:38 +00:00
Julien Rioux
d75b83e293 * configure.py : Check for java and perl interpreters.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39637 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-07 23:56:28 +00:00
Uwe Stöhr
4fbe32b0fd sweave.module: more precise description text
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39610 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-06 03:14:51 +00:00
Uwe Stöhr
52c55a2174 - Customization.lyx: add new possible font types uuline, strikeout and uwave
- German Customization.lyx: lot of refactoring

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39573 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-31 16:04:18 +00:00
Uwe Stöhr
1a60740e42 - English Additional.lyx: some updates
- German Additional.lyx: some corrections and some LaTeX warnings fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39571 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-31 14:22:23 +00:00
Enrico Forestieri
2ed034ea22 Fix bug #7586 (Temporary file chkconfig.ltx in user directory not deleted if configure fails)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39562 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 16:44:29 +00:00
Enrico Forestieri
8e812f44af Avoid code duplication.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39561 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 16:23:58 +00:00
Uwe Stöhr
f5a03ab601 InsetSpace support for
- \negmedspace and \negthickspace outside of math
- \enspace, \hspace*, \hspace*{\fill} and \hfill inside math
(fileformat change)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39557 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 14:07:30 +00:00
Enrico Forestieri
1126e3dfd8 Fix bug #7718 (Configure fails if shell autorun commands are enabled in the registry)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39554 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 22:57:58 +00:00
Enrico Forestieri
3d82ff41ec Close stdin of the command spawn by subprocess.Popen, otherwise the
command hangs if something goes wrong. Also allow any kind of line endings.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39553 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 22:29:38 +00:00
Uwe Stöhr
6df33aba97 - tufte-book.layout: fix a lyX warning about uninitialized counter
- tufte example files: add important notes that float placements options are not allowed and remove unreferenced labels

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39549 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 16:49:16 +00:00
Uwe Stöhr
563dd1fb3a - EmbeddedObjects.lyx: fix a nasty caption formatting bug spotted by Ignacio
- Spanish EmbeddedObjects.lyx: some fixes by Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39547 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 13:37:30 +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
826bf6b950 initials.module: safer preamble call, no string changed, necessary to be able to compile the EmbeddedObjects manual also if the package lettrine is not installed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39543 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:36:34 +00:00
Uwe Stöhr
f363b83dbc - Spanish documentation files: translations by Ignacio
- English EmbeddedObjects.lyx: fix a typo spotted by Ignacio
- EmbeddedObjects.lyx: make the file compilable also if the LaTeX-package lettrine is not installed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39542 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:36:23 +00:00
Uwe Stöhr
2b3533153a - German UserGuide.lyx: remove some fixed path that would make the document uncompilable
- Spanish UserGuide.lyx: some tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39539 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 01:15:22 +00:00
Jürgen Spitzmüller
6a3ff009db Issue the math space dialog (not the text one) when in math (bug 7746).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39536 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-27 10:45:59 +00:00
Julien Rioux
9657ffd77f revert part of the last commit that should not have been
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39534 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:46:52 +00:00
Julien Rioux
0243eed665 configure.py : subprocess, second try (check_output requires
python 2.7 and throws unwanted exceptions when the process
return value is not 0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39533 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:29:37 +00:00
Richard Heck
9d8c3d018b Revert "The call to cmdOutput can throw an exception, so we need to be careful".
This will make reverting the previous commit easier.

This reverts commit 82ab1aef334d8573cc3e861e2620d9b4c59f88fe.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39532 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:13:34 +00:00
Richard Heck
b87297b8a0 Fix infinite loop reported on the list, which revealed another, which
revealed another. So fix a bunch of such things.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39530 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:06:19 +00:00
Richard Heck
1700d0c747 The call to cmdOutput can throw an exception, so we need to be careful
here, lest configure.py abort.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39529 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:06:15 +00:00
Uwe Stöhr
1766f01397 lilypond.lyx: some tweaks; Julien, having you at least in a note as author is our common way because it has the advantage that people can contact you directly if there are problems (you are listed in the credits)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39527 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 21:38:28 +00:00
Julien Rioux
f51dffd231 configure.py : replace os.popen with subprocess.Popen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39526 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 17:11:50 +00:00
Julien Rioux
7ea78193ca configure.py : make sure latex exits gracefully
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39525 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 17:11:48 +00:00
Julien Rioux
25258ea3e8 lilypond.lyx : add introductory text, minor tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39524 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 17:10:20 +00:00
Pavel Sanda
aef6b16811 Update FSF address, patch from cornelisbb, #7735.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39523 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-25 23:10:36 +00:00
Uwe Stöhr
e1406f60f6 Spanish UserGuide.lyx: translations by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39516 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-25 16:51:56 +00:00
Jean-Marc Lasgouttes
f4a2142ee8 Revert part of r39509 that was not supposed to go in.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39510 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-23 10:42:35 +00:00
Jean-Marc Lasgouttes
7fc83acb5e Add possibility to export the R code from a sweave-enabled document
(patch from yihui, part of #7555)
http://www.lyx.org/trac/ticket/7555#comment:18

This adds the new format "R/S code" with extension .R and a converter from .Rnw.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39509 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-23 10:33:42 +00:00
Jean-Marc Lasgouttes
c9d9bde0b2 Sweave support cleanup (patch from yihui, see #7555)
http://www.lyx.org/trac/ticket/7555

This part is a simple cleanup:

 * rename variables to start with a dot
 * reset encoding after running sweave
 * improve on-screen display of code chunks



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39506 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-23 09:52:21 +00:00
Uwe Stöhr
90dc008182 UserGuide.lyx: fix some issues and typos spotted by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39498 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-20 01:11:07 +00:00
Uwe Stöhr
960897aded stdmenus.inc: correct previous commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39488 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:36:10 +00:00
Uwe Stöhr
a2e314206c stdmenus.inc: new menu entry for inset-select-all
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39487 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:27:48 +00:00
Uwe Stöhr
7d154929fc UserGuide.lyx: new section about font and background color, revised text style dialog description, some fixed typos and styles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39475 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-12 03:15:22 +00:00
Uwe Stöhr
9ac5a7a60a UserGuide.lyx: nomenclature again revised, revised section about notes and margin notes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39472 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-11 20:50:10 +00:00
Uwe Stöhr
1a692c6e60 - UserGuide.lyx: revise section about nomenclature; fix a broken link
- English UserGuide.lyx: fix some typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39470 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-11 03:18:54 +00:00
Uwe Stöhr
ba2f009058 - UserGuide.lyx: fine-grain description of BibTeX variants; correct description of the language -package settings
- Additional.lyx: add infos about synctex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39468 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 15:20:18 +00:00
Uwe Stöhr
30de1c744e - UI support for the LaTeX-package undertilde, fileformat change, fixed the remaining part of bug #6622, Georg already implemented the non-UI support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39464 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 03:37:33 +00:00
Uwe Stöhr
cc5cc067a0 new export flavor "DVILUATEX", fixes bug #7713, patch from Jürgen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39457 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 02:23:44 +00:00
Uwe Stöhr
a129942444 UserGuide.lyx:
- describe BibTeX variants
- updated XHTML description
- add a warning for DVI (LuaTeX) format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39454 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 01:59:10 +00:00
Uwe Stöhr
9a7117af5b - lilypond.lyx: adjust some formattings
- stdmenus.inc: add lilypond.lyx to the specific manuals, sort the entries, remove multicol as this is now gone (included in the Additional manual

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39450 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-09 14:44:46 +00:00
Uwe Stöhr
faafef5057 UserGuide.lyx: revision of appendix B and some new descriptions of export file formats
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39447 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-09 03:20:29 +00:00
Uwe Stöhr
9da2f1bc9a configure.py: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39445 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-09 01:34:25 +00:00
Uwe Stöhr
6caa152fa0 Additional.lyx: revert unintended changes from r39440
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39441 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-08 15:24:39 +00:00
Uwe Stöhr
9d90b650eb - UserGuide.lyx: revise file export section
- Additional.lyx: fix some typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39440 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-08 15:12:45 +00:00
Uwe Stöhr
49a71464f5 - EmbeddedObjects.lyx: fix broken link and remove unreferenced and unnecessary bibliography entry
- UserGuide.lyx: revise Appendix A, ass some info about cross-referencing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39434 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-08 03:14:38 +00:00
Uwe Stöhr
d1a42b77b0 - UserGuide.lyx: some refactoring, fixed typos and 2 fixed hyperlinks
- German EmbeddedObjects.lyx: a clarification

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39431 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-07 20:01:25 +00:00
Uwe Stöhr
899140ab09 - UserGuide.lyx: many updates and fixed typos
- German UserGuide.lyx: more refactoring and translation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39429 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-07 04:06:22 +00:00
Uwe Stöhr
b88c405ba4 UserGuide.lyx:
- use the new super/subscript inset
- correct single ans simple quote
- add info how to change line properties
- list menu entry for phantom space

- German UserGuide.lyx: lot of translation and refactoring

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39425 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-05 17:50:19 +00:00
Uwe Stöhr
a255f19ca7 thesis template files: set master document
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39419 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-05 03:55:02 +00:00
Uwe Stöhr
de1c32cf5e - German UserGuide.lyx: lot of refactoring and some translations
- UserGuide.lyx: fix a typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39418 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-05 03:54:46 +00:00
Uwe Stöhr
86a4fd257e - UserGuide.lyx: correct broken links in the bibliography and remove a reference that is no longer cited
- French UserGuide.lyx: add a missing cite reference

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39415 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-04 16:03:49 +00:00
Enrico Forestieri
cff53196e0 Update docs after r39410.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39412 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-02 21:39:50 +00:00
Uwe Stöhr
54e54860e5 - Additional.lyx: please don't save the files in the fileformat of development versions until this is really required (for example when describing a new feature). It is important for my to keep all files in sync and this is much easier if they are in the same file format. Thanks
- Spanish UserGuide.lyx: sime minor things

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39409 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-01 17:23:56 +00:00
Uwe Stöhr
60e856f33a thesis template: fix the footer line problem correctly - for all document parts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39408 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-01 17:21:29 +00:00
Pavel Sanda
83031b7721 Additional.lyx: Fix typo in trunk as well
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39406 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-01 16:50:04 +00:00
Kornel Benko
462b52a23d Add optional argument to right footer in order to eliminate the Double page numbers on two-sided thesis document as reported by Dirk Heine
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39401 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-01 09:59:05 +00:00
Uwe Stöhr
0b1d0cef4a EmbeddedObjects.lyx: fix bug #7328
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39398 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 16:44:22 +00:00
Uwe Stöhr
6cb62d3704 EmbeddedObjects.lyx: update a dialog description
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39394 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 02:58:30 +00:00
Uwe Stöhr
39360c4b98 EmbeddedObjects.lyx: describe a limitation of multirows
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39391 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 02:00:05 +00:00
Uwe Stöhr
e132ab011d French Additional.lyx: updates from Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39389 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 00:47:16 +00:00
Uwe Stöhr
b9abcbb708 lyx_2_0.py: fix the format (there was a Python warning)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39385 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-30 16:45:16 +00:00
Uwe Stöhr
50f4a55e95 configure.py: add menu entry to convert to LyX 2.0.x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39384 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-30 16:41:29 +00:00
Uwe Stöhr
73810266cf lyx_2_0.py: fix bug when exporting documents containing \iddots in math to LyX 1.6.x
This must also go to branch, OK Richard?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39383 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-30 16:40:03 +00:00
Uwe Stöhr
7ab835df91 port today's doc changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39381 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-27 04:45:49 +00:00
Uwe Stöhr
e2f2e13191 Acknowledgments.lyx: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39377 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-26 23:29:25 +00:00
Uwe Stöhr
daec2e8afe Hebrew docs: hyperref doesn't work for Hebrew (I accidentally used it for the files since last week)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39371 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-25 02:20:32 +00:00
Pavel Sanda
ebb5d04ab1 Port to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39369 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-23 18:42:38 +00:00
Pavel Sanda
5005facace Add visible space. After long discussion the solution is part of InsetSpace.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169847.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39367 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-23 18:40:21 +00:00
Uwe Stöhr
950d926a9b - Tutorial.lyx: remove the info that a DVi previewer is required since this is already included in every LaTeX distribution nowadays
- Galician Tutorial.lyx: use formatting of the English version
- some other formatting things

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39365 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-23 04:30:31 +00:00
Uwe Stöhr
1f70c82ff0 enumitem.module: add info where to find the documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39359 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 03:03:38 +00:00
Uwe Stöhr
0849110a7b UserGuide.lyx: describe how to compare LyX files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39358 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 02:58:40 +00:00
Uwe Stöhr
df16cdbcfa initials.module: update module description and some whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39356 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 01:54:10 +00:00
Uwe Stöhr
f1b40f9867 - multicol.module: new module for multiple text columns
- Additional.lyx: update description of multiple columns
- multicol.lyx: remove this file because its content is now completely in Additional.lyx

(We once described multiple columns in 3 different files, Additional.lyx, Customization.lyx and multicol.lyx. We now have only one place.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39355 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 01:53:12 +00:00
Uwe Stöhr
2cb8a155a8 - Customization.lyx: some more preamble code can go
- Italian Customization.lyx: use the same document settings as the English version
- Additional.lyx: revert undesired change from last commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39352 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 21:17:10 +00:00
Uwe Stöhr
5374de7fbd documentation files:
- the \LyX macro is no longer fragile since r37164, therefore preamble code can go
- some intro cleanups and fixes to have an uniform layout for all language variants
- remove some obsolete text from Polish and Basque Additional.lyx versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39350 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 20:57:36 +00:00
Uwe Stöhr
1fa25c37ee - UserGuide.lyx, EmbeddedObjects.lyx: some tweaks
- German UserGuide.lyx: some translations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39347 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 13:19:18 +00:00
Uwe Stöhr
80754f8255 - UserGuide.lyx: new section how to customize lists (description of the module enumitem)
- remove the file enumitem.lyx: its content is now part of the UserGuide

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39344 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 05:11:12 +00:00
Uwe Stöhr
f679b658d8 - EmbeddedObjects.lyx: new chapter about objects surrounded by text
- Additional.lyx: remove obsolete section
- initials.module: add style that actually works

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39341 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 21:55:00 +00:00
Uwe Stöhr
6368d7ffd7 UserGuide.lyx, Additional.lyx, Tutorial.lyx: port latest changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39336 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 03:25:29 +00:00
Uwe Stöhr
6d1ca20c2b - Additional.lyx : remove obsolete/wrong infos and some first cleanup
- EmbeddedObjects.lyx: minor issues
- German Additional.lyx: transform the layout of the file to follow the other language variants of Additional.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39332 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-16 18:22:50 +00:00
Uwe Stöhr
86c86c5b94 - UserGuide.lyx: revise and actualize section about spell checking
- German UserGuide.lyx: some translations
- Math.lyx: typographic fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39325 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-16 04:07:26 +00:00
Pavel Sanda
be3e4860e5 Add new layouttranslation strings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39321 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 21:14:35 +00:00
Uwe Stöhr
73a48548ac svmult_author.lyx: add a further note about hyperref
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39320 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 21:04:58 +00:00
Pavel Sanda
1d241fe1a4 Kill meanwhile imported string from Helge review.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39319 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 21:02:36 +00:00
Uwe Stöhr
114c3c2502 - svcommon.inc: fix two bugs spotted by Marcus Kriele and some whitespace
- Springer template files: describe the optional argument for Preface and Foreword

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39318 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 20:59:13 +00:00
Uwe Stöhr
224e123c2d theorems-without-preamble.inc: remove "Prop" from layouttranslations since it is a proverb and should not be translated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39317 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 20:35:29 +00:00
Uwe Stöhr
a69c2b5f95 svmult_author.lyx: using hyperref is not allowed when style Title* is used
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39316 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 18:24:24 +00:00
Uwe Stöhr
380de16b3e svmult.layout: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39315 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 18:14:42 +00:00
Uwe Stöhr
ad6c15872b svcommon.inc: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39314 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 18:12:53 +00:00
Uwe Stöhr
dd0528e896 svcommon.inc, svmult.layout: some more cleanups and adjustments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39313 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 18:08:49 +00:00
Uwe Stöhr
c8599784b0 svjour3.lyx: fix path to bib file and use some shorter citation examples
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39311 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 17:32:35 +00:00
Uwe Stöhr
d27c625e86 Customization.lyx: we once agreed to avoid abbreviations since non-native speakers have to read our docs in English too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39310 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 16:56:12 +00:00
Uwe Stöhr
f7d0a44da2 - theorems-without-preamble.inc:
- don't include Sol and Prob to layouttranslations
 - change label type of the style Sol as suggested
- svmono_chapter.lyx: better description of the problem styles
- svmono_solutions.lyx: better description of the solution styles

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39309 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 16:55:58 +00:00
Uwe Stöhr
5fd5b8be71 - UserGuide.lyx: LyX supports now setting of the paragraph indent width
- EmbeddedObjects.lyx: LyX supports now changing of greyed-out note text color

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39306 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 04:57:23 +00:00
Uwe Stöhr
425f327375 customHeadersFooters.module:
- correct category
- add author
- whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39303 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 04:21:24 +00:00
Uwe Stöhr
d5c74fa93d UserGuide.lyx:
- document how to define custom headers/footers
- actualize list of available paper formats
- English version: some typos fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39302 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 04:19:32 +00:00
Uwe Stöhr
bf92e48ada fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39295 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-14 02:37:39 +00:00
Uwe Stöhr
c6537604a2 - svmono_referenc.lyx, svmult_cblist.lyx: fix some screwed up Flex insets
- svmono, svmult templates: set master document for the childs as suggested by Marcus Kriele

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39292 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-14 02:17:58 +00:00
Pavel Sanda
e6da92a190 Regenerate layout translations for nb.po, reviewed from Helge.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39286 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-13 00:48:06 +00:00
Kornel Benko
034a03b0f5 Remove the comment left after revision 39274 which slipped in
unintentionally.
The reson for commenting the two lines was a report from  
Jean-Pierre Chrétien
  "With LyX-2.0.1svn, if I open the context menu on a phantom (e.g.),
  the  Dissolve Inset item appears twice. This triggers a shortcut
  conflict..."


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39275 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-11 15:02:59 +00:00
Kornel Benko
90f3c110c7 Added springer and attic templates-subdirectories to install
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39274 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 20:49:04 +00:00
Uwe Stöhr
b1193ed0a2 - svmult.layout: adapt for editors templates
- lot of refactoring and finetuning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39271 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 19:40:39 +00:00
Uwe Stöhr
94f36d62c4 - ijmpc/ijmpd.layout: forgot in my last commit that they don't have Springer's Sol layout
- solutions.lyx: correct a comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39270 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 11:46:38 +00:00
Uwe Stöhr
f5ce4bbb6f - Springer layouts: add style "Sol" and fix layout of problem/solutions.lyx
- solutions.lyx: detailed description

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39269 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 05:16:27 +00:00
Uwe Stöhr
aad1153ac6 Springer layout and template files: some layout adjustments and some fixed bugs spotted by Marcus Kriele
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39268 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 04:31:33 +00:00
Uwe Stöhr
a170dc5b36 * svcommon.inc:
- fix proof styles
- subparagraphs are valid
- running section are possible in svmult and svbook

* svmult.layout/svmult_author.lyx: adapted for latest Svmult template rom Springer (version for editors follows the next days)

* svmono_book.lyx: preamble adjustments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39267 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 02:55:27 +00:00
Pavel Sanda
5e0b52f9f1 Postscript is missing in View menu.
This was forgotten in r37616.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39262 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-09 19:13:21 +00:00
Uwe Stöhr
42d6ca959f Math.lyx: add info about decorated matrix column limit and how to increase it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39259 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-08 20:47:24 +00:00
Uwe Stöhr
be60e515e2 French UserGuide.lyx: translations By Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39256 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-08 14:41:26 +00:00
Pavel Sanda
73c29f0ddf Better sorting of Koma book environments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39236 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-03 00:56:01 +00:00
Pavel Sanda
d958d89b35 VCS: RCS implementation for date and author insetinfo was missing.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39231 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-02 13:08:36 +00:00
Pavel Sanda
fe5f90b556 typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39224 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-01 22:31:42 +00:00
Pavel Sanda
51c4b0761e Comment only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39223 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-01 21:53:18 +00:00
Richard Heck
863a4d1906 Fix typo in theorems-proof-std.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39217 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 19:20:33 +00:00
Uwe Stöhr
823f982571 - French EmbeddedObjects.lyx: translations from Siegfried
- English and Spanish EmbeddedObjects.lyx: correct a menu name

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39216 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 14:30:02 +00:00
Uwe Stöhr
450f719e58 armenian-article.lyx: save in current file format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39208 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 03:36:47 +00:00
Uwe Stöhr
48ed703d3f Springer svmono_book template:
- appendix.lyx: modify file according to the official example TeX file
- solutions.lyx: fix broken reference

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39206 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 02:55:54 +00:00
Uwe Stöhr
394690c92c doc files: port recent changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39205 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 02:23:34 +00:00
Jean-Marc Lasgouttes
369d32885e Fix bug #2005: Lyx Inserted Graphics Scale Error
xkeyval fixes the incompatibility between graphicx.sty and babel/turkish.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39190 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 09:53:44 +00:00
Jean-Marc Lasgouttes
e2be6a1281 Fix incompatibility between jss.layout and Sweave (see bug 7555).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39188 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 09:26:58 +00:00
Uwe Stöhr
a2d83b5551 - svjour3.lyx: correct image paths and some unnecessary TeX-code
- chapter.lyx, referenc.lyx: replace TeX-code with LyX insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39187 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 03:44:06 +00:00
Uwe Stöhr
fa5b7920f6 - svcommon.inc: fix definition of proof and abstract*; whitespace
- svmono.layout: fine tuning and whitespace fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39186 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 03:41:27 +00:00
Uwe Stöhr
38aacccedf - theorems-without-preamble.inc: fix definition of style "prob"; whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39185 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 03:36:29 +00:00
Jean-Marc Lasgouttes
02705c524c Small cleanups to sweave module, as discussed in bug #7555.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39180 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 12:55:20 +00:00
Richard Heck
fa5888e16e Remove redundancy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39179 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 12:51:27 +00:00
Uwe Stöhr
e2f6251b07 svjour3.lyx: move to springer folder (svmult_***-files will follow when they are is reviewed)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39176 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 04:19:57 +00:00
Uwe Stöhr
533f08fc7f tufte-book.lyx, tufte-handout.lyx: fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39175 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 04:14:46 +00:00
Uwe Stöhr
b640a27426 - svmono_book.lyx: move file to separate folder, adapt to official example TeX file (more changes will come tomorrow)
- new folder for all springer templates (there are too many to keep them in the old folder)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39174 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 04:13:45 +00:00
Uwe Stöhr
3c94f8e070 - svcommon.inc: whitespace and some simplifications
- svmono.layout: add required styles and a bugfix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39173 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 04:11:01 +00:00
Julien Rioux
1b057f264d revtex4-1.lyx : Minor tweaks, save in current file format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39168 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 23:57:20 +00:00
Uwe Stöhr
165b15fe00 stdstarsections.inc, tufte-handout.layout: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39165 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 23:47:25 +00:00
Julien Rioux
7fc59a72fd revtex4-1.layout : Update to latest layout format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39164 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 23:46:27 +00:00
Julien Rioux
cebd2451c6 Layout and template files for REVTeX 4.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39163 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 23:41:16 +00:00
Julien Rioux
64f0b7b95d * revtex4.layout : Adapt the various Affiliation styles. Also
add the Collaboration style supported by REVTeX4.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39162 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 23:15:27 +00:00
Julien Rioux
8d623cb8ab * revtex4.layout : Remove redundant toclevels and par sep.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39161 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 22:52:40 +00:00
Julien Rioux
70d72805be * revtex4.layout : Adapt fonts and numbering to better reflect the pdf output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39160 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 22:48:43 +00:00
Julien Rioux
286a19b7fc * revtex4.layout : add category flags
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39159 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 21:59:07 +00:00
Julien Rioux
ead5df1a20 revtex4.layout : whitespace and comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39158 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 21:56:56 +00:00
Julien Rioux
f1de5be99b The layouts should allow short title for \part.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39155 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 17:50:03 +00:00
Julien Rioux
cb9d673981 * tufte-handout.layout : This layout does not have nor does it use a part counter.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39154 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 17:48:27 +00:00
Jean-Marc Lasgouttes
ebb85745a9 When Sweave.sty is not available to LaTeX, copy it in the temp directory instead of using the stylepath argument of Sweave(). This is better under windows, where the path to Sweave.sty may contain spaces.
Add Yihui Xie as co-author.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39140 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 10:59:23 +00:00
Jean-Marc Lasgouttes
8960d2bfa4 update credits
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39137 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 10:04:13 +00:00
Uwe Stöhr
08dce304f1 svcommon.inc: fix the Preface style (I already did this yesterday in svmult/svmono.layout but this was overwritten in r39113)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39127 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 04:45:21 +00:00
Uwe Stöhr
dade2afba9 - theorems-without-preamble.inc: new file to provide theorem environments without any preamble code or required packages
- ijmpc.layout, ijmpd.layout, svcommon.inc: use the new file
- svcommon.inc: enable theorem numbering and some other bug fixes
- svjour3.lyx: adapt example file
- svglobal3.layout: adapt file
- theorems.inc: update list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39126 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 04:10:49 +00:00
Uwe Stöhr
57d216dc7e correct attic location for the obsolete template files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39124 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 00:34:27 +00:00
Uwe Stöhr
92a9d3850d - elsarticle.lyx, IEEEtran.lyx: add infos about the document class and author instructions
- achemso.lyx: fix a typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39122 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 00:12:21 +00:00
Enrico Forestieri
bbe9dfa720 Also distribute the autocorrect file, otherwise autocorrection is unusable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39116 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 23:23:42 +00:00
Uwe Stöhr
35f18efa29 missing things from r39114
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39115 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 22:44:32 +00:00
Richard Heck
df5409d1c8 Updates to sv* layouts, from Marcus Kriele.
Notes from his email:

=====================

The following issues still persist:

1) LyXHTML export generates incorrect html files.  The problem is due to the table of contents, but I am not at all familiar with html and do not know how to fix this.

2) "Short title" for optional arguments does not work.  This is intentional in order to guarantee backward compatibility.  One can use ERT instead of "Short title".  (By the way, wouldn't it be advisable to change the GUI?  For a new user it would be hard to guess the general  meaning of  "Short title".)

3) Numbering of theorems within LyX does not work.  I tried to copy the implementation of  the theorem-sec.module but LyX does not pick up the correct \thetheorem value.  I have a hunch that this is due to Springer's replacement of the "\newtheorem" command with their own "\spnewtheorem" command.  \thetheorem is still defined and provides the correct value via ERT, but but I was unable to use it through through the layout mechanism.

4) Book authors may need the LaTeX commands \sidecaption and \sidecaption[t] for the correct placement of figure captions. tex2lyx does not know \sidecaption[t]. Georg wrote this command would be imported correctly if it was registered in the file "lib/synlib/syntax.default".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39114 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 21:25:52 +00:00
Richard Heck
963f3298f4 Updates to the sv* series of layouts form Marcus Kriele.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39113 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 21:13:13 +00:00
Uwe Stöhr
d570a1cf3a achemso.layout: reintroduce package that accidentally got lost in the last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39094 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 14:30:37 +00:00
Uwe Stöhr
25ee7da665 layout files: rename flex insets to fix #7630 for all layouts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39093 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 14:27:44 +00:00
Richard Heck
9eb18b5d55 Note obsoleteness of latex8 and revtex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39088 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 13:15:39 +00:00
Uwe Stöhr
ad533c5fc9 finish the template/doc/examples work:
also for trunk:
- AEA.lyx: add info how to install the AEA LaTeX class
- iop-article.lyx: some typos


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39085 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 02:25:55 +00:00
Uwe Stöhr
6bb492c620 port latest changes of template and layout files to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39083 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 01:43:10 +00:00
Julien Rioux
46813f1b5b configure.py : Simplify things a bit. With this
commit, a program is checked only once instead of twice, and
it is added as alternative editor and viewer.  The ordering
of rc entries in lyxrc.defaults is changed slightly, but
nothing is lost.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39079 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 22:31:03 +00:00
Julien Rioux
9c9e43da3f configure.py : Allow to specify alt_type as a list.
The intend is to specify ['editor', 'viewer'] eventually.
Still no change in the produced output and in lyxrc.defaults

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39078 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 22:27:44 +00:00
Julien Rioux
580fa7ee3b configure.py : Remove more code duplication.
No change in output, at least none intended.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39077 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 22:24:30 +00:00
Richard Heck
77f0ce9a2b Fix bug #7630.
layout2layout is not smart enough to add "Flex:" to the names of
Flex insets only declared as such through CopyStyle. So these
have to be fixed manually.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39076 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 22:23:32 +00:00
Julien Rioux
834604ea5d configure.py : Remove code duplication (more to come).
No change in output, at least none intended.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39075 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 22:22:41 +00:00
Uwe Stöhr
82651265c0 - latex8.lyx and revtex.lyx: move these files to the attic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39073 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 20:32:02 +00:00
Uwe Stöhr
3230b55a72 Also for trunk:
- tufte example files: add info that one needs to have the font package "fpl" installed to compile them
- modernCV.lyx: save in current file format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39072 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 20:26:27 +00:00
Jean-Marc Lasgouttes
ddd76c6b15 Tentative fix for bug #7545. Please test.
The problem is with sweave when the temp file path contains spaces. This patch adds some postprocessing that removes the reference to the temp dir.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39070 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 15:51:02 +00:00
Jean-Marc Lasgouttes
c820e4f8e2 Better fix for #7551. We can now handle several dots in the file name.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39068 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 14:51:50 +00:00
Uwe Stöhr
d1b7fc972c enumitem.lyx: change German example to an English one as requested by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39066 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 14:32:01 +00:00
Uwe Stöhr
d719f6025a port my latest template file updates to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39064 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 14:15:43 +00:00
Uwe Stöhr
dc09611b34 layouts, templates, examples: port my latest changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39058 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 01:02:15 +00:00
Uwe Stöhr
f037f9bace example files, template files, layout files: port my latest changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39048 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 16:32:44 +00:00
Richard Heck
fb503c0897 Update to French splash.lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39038 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 13:05:10 +00:00
Julien Rioux
3294e6429a configure.py : sort lists, remove superfluous line continuations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39037 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 18:57:29 +00:00
Julien Rioux
2dae004697 configure.py : white space only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39036 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 18:32:27 +00:00
Uwe Stöhr
49bb95efd7 doc-files: port latest changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39035 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 16:25:05 +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
Uwe Stöhr
8ada18a097 doc files: port latest changes to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39026 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 14:33:03 +00:00
Tommaso Cucinotta
e607cbfbca Updated UserGuide after removal of macro insertion while in regexp mode.
Fixed regression case (now typing twice "\" leads to "\\", i.e., the regexp matching the backslash char).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39019 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-12 01:25:26 +00:00
Julien Rioux
8719c5c99c Fix bug #7620 (LaTeX \unit{} in math mode): The
commands displayed in the toolbar menu now
correspond with the internal LyX commands.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39002 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-11 15:20:03 +00:00
Julien Rioux
dd8ed95a0c Fix bug #7610 (wrong latex flavor flag set by pref2pref).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38976 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-07 15:11:18 +00:00
Julien Rioux
54b626b8e0 Fix part of bug #7609 (PDF (pdflatex) no more directly
listed in file->export menu). Do not remove customized
document formats from the export menu.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38975 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-07 15:01:00 +00:00
Julien Rioux
253ac28a0c Add the Format tag to lyxrc.defaults produced by configure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38974 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-07 14:58:19 +00:00
Julien Rioux
5eb1fb0c05 Fix bug #7608 (Wrong path separator used for Inkscape on Windows)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38973 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-07 14:55:47 +00:00
Richard Heck
9b4a91469a Changes to lib/languages from Gunter. Kill spruious whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38966 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-06 12:30:26 +00:00
Richard Heck
ded29e70df Update all templates to current version. (This probably should have
been done before release, but none of us did it.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38965 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-06 12:30:21 +00:00
Vincent van Ravesteijn
519f74ab61 Add a search box to the Document Settings and Preferences dialog.
Patch from venmo00.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38959 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-05 17:54:27 +00:00
Georg Baum
e1a9839e35 remove dead code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38950 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-05 10:03:32 +00:00
Richard Heck
90e8e2e537 Let lyx2lyx work when we don't yet have a format change in 2.1.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38947 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 13:08:22 +00:00
Uwe Stöhr
e60871753d French Customization.lyx: compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38943 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 02:45:46 +00:00
Pavel Sanda
4e933903e9 Add to credits
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38937 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-03 08:08:45 +00:00
Pavel Sanda
503b916080 Chinese layout translations completely reviewed from Yihui.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38936 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-03 08:08:44 +00:00
Pavel Sanda
8ee5eb1e06 en layouttranslation works by definition.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38920 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 19:24:57 +00:00
Enrico Forestieri
ae361aff19 Apparently, this extra check is not necessary as the first one works
whatever the TeX engine.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38918 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 15:21:16 +00:00
Richard Heck
5c0697ea17 Add Max Funk to credits.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38914 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 13:14:28 +00:00
Enrico Forestieri
bd9d3cb0eb Query about the exact length of a short name, as it may happen that
a short name length is actually greater than the long name length.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38908 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 01:51:17 +00:00
Enrico Forestieri
ef51dbff8e On Windows, not all file systems provide for a short form of a filename,
so we have to account for this. Also, when checking whether TeX allows
spaces in file names, we try different quoting styles in order to account
for the kind of TeX engine used.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38907 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 00:40:03 +00:00
Richard Heck
d3c4bfa32a Allow optional arguments in simplecv. Patch from Diego.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38899 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 15:20:53 +00:00
Richard Heck
67cb9a0e41 New unicode math symbols. Patch from Milde (see bug #7600).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38898 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 13:57:20 +00:00
Jean-Marc Lasgouttes
7854cc96ed Fix bug #7552: Use of expression() in plot R command fails
This is dur to the use of the null device, which causes problems. Note that, as a consequence, a Rplots.pdf file is created in the document directory.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38896 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 10:44:11 +00:00
Jean-Marc Lasgouttes
dc217ed08c Fix bug #7551: Inclusion "." in filename creates LaTeX error sweave graphic generation
This is different from the fix proposed in bug #7555, because we have to catter for dots in temp dir path.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38895 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 10:37:09 +00:00
Enrico Forestieri
226b29943f On Windows, avoid spaces in filenames passed to latex by using the
short form of the path.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38894 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 01:12:27 +00:00
Pavel Sanda
9fc888fa65 Update sr.po and review for layout translations from Zoran Filipovic.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38887 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-29 13:49:28 +00:00
Kornel Benko
2cc59e8f60 Corected docs for use LYX_USERDIR_VER
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38792 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-20 06:42:00 +00:00
Georg Baum
b3ca5850ee babel knows \proofname already (bug #7513)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38752 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-14 10:13:17 +00:00
Enrico Forestieri
5e52eb2dc2 Don't write a comma if not needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38710 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-11 17:11:08 +00:00
Enrico Forestieri
cc472f5d69 There's no reason to leave in place the 10pt option, as it may not be the
default option. Also account for the fact that babel may be switched off.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38708 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-11 14:33:49 +00:00
Enrico Forestieri
b44fe8b74b Fix bug #2200 (The size of previewed images should be independent of the latex font size)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38701 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-11 11:48:20 +00:00
Peter Kümmel
897edc10c0 cmake: move CMakeLists.txt into source dir (multiple steps)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38691 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-10 17:44:41 +00:00
Julien Rioux
757def9c5e Add lyx_2_1.py to the distribution; it was added in r38570.
Probably needs to be added to scons, too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38666 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 17:58:03 +00:00
Enrico Forestieri
5791d41544 MikTeX's kpsewhich doesn't mention "kpathsea emulation" anymore.
On Cygwin, the most reliable way to tell what is the right path
separator to use is a direct check.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38646 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-08 21:09:38 +00:00
Georg Baum
a3a80a4e17 Forgot this (why did this file not show up in svn diff?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38645 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-08 20:39:22 +00:00
Georg Baum
467bf135e9 Partial fox for bug #6622: Display \undertilde on screen correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38636 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-08 10:23:56 +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
96e86c8113 Fix thinko in lyx2lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38595 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-05 19:51:10 +00:00
Richard Heck
173401248a New lyx2lyx file for 2.0 --> 2.1 conversions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38570 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-03 13:12:55 +00:00
Pavel Sanda
f185696367 Update cs tutorial
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38558 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-29 00:18:13 +00:00
Pavel Sanda
48ee516526 typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38557 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-29 00:12:05 +00:00
Pavel Sanda
bdcc671e39 Add layouttranslations.review
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38555 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-29 00:02:08 +00:00
Pavel Sanda
aea4c52940 Accept all changes in our manuals (and disable revision tracking)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38553 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-28 23:12:18 +00:00
Pavel Sanda
b375f00adc Regenerate CREDITS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38551 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-28 22:54:46 +00:00
Pavel Sanda
de6406f226 Swedish updates from Jim
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38547 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-28 20:10:24 +00:00
Pavel Sanda
c77eb3adac Layouttranslation ja.po fixes from Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38542 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-28 08:10:41 +00:00
Stephan Witt
ac597a4e09 adjust spell checker section, add cursor width feature
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38541 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-27 23:02:31 +00:00
Stephan Witt
a27d70788c correct path of reload.png image - has to be relative
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38540 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-27 20:18:02 +00:00
Pavel Sanda
3b9e8a20f8 Layout translation tweaks from Julio & Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38539 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-27 16:35:43 +00:00
Pavel Sanda
a21d099f29 Improve Romanian layout translations from Liviu and Marius
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38535 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-27 09:09:45 +00:00
Pavel Sanda
b197d69016 Regenerate layouttranslations for ro.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38534 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-27 08:35:20 +00:00
Pavel Sanda
637d43a32b ru.po layouttranslation reviewed by Liviu, there is remaining question about Acknowledgement string.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38529 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 22:18:19 +00:00
Pavel Sanda
27903f82f5 Regenerate layouttranslations for hu.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38525 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 19:33:44 +00:00
Pavel Sanda
06669bc5bc Documentation for Swedish from Jim Rotmalm
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38523 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 17:04:30 +00:00
Pavel Sanda
4c7f65991f Regenerate layouttranslations for sv.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38521 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 16:55:28 +00:00
Pavel Sanda
c6f4f44891 Regenerate layouttranslations for ro.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38518 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 15:34:03 +00:00
Pavel Sanda
3fd8ce8d5c Final manuals from Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38514 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 11:06:52 +00:00
Pavel Sanda
b3e79b76e9 Next fixes from Susana for pt.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38510 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 10:09:43 +00:00
Pavel Sanda
bbb2f324ac Regenerate layouttranslations for pt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38508 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 08:20:47 +00:00
Pavel Sanda
b3b1c6d47c Regenerate layouttranslations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38506 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 08:11:46 +00:00
Pavel Sanda
caa4a0df7d * generate_contributions.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38502 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-26 00:49:33 +00:00
Pavel Sanda
cd73e1a727 * generate_contributions.py
We know the contact internally.
We accept only code where the source can be tracked back in case some licensing issues happen.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38499 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-25 23:47:10 +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
Richard Heck
c322afe346 We no longer write such detailed information to the header.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38489 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-25 01:58:25 +00:00
Richard Heck
d87ee9fbba User Guide will not export to 1.6.x. This ID can be negative!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38486 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-25 01:47:10 +00:00
Pavel Sanda
6c9bacc541 * generate_contributions.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38470 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-21 13:35:10 +00:00
Pavel Sanda
4ce02aeb09 Japanese translation of Feynman Diagrams from Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38467 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-20 18:19:22 +00:00
Pavel Sanda
b59e401122 layouttranslations from da.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38465 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-20 13:44:51 +00:00
Pavel Sanda
490a0fccd8 Japanese layouttranslation fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38453 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-19 07:27:01 +00:00
Pavel Sanda
1424486563 * layouttranslations for pl.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38444 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-18 21:57:30 +00:00
Pavel Sanda
876f9c7797 Regenerate layouttranslation for fr.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38437 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-18 10:49:09 +00:00
Julien Rioux
b03d96a7f0 remove extra whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38429 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 18:52:49 +00:00
Julien Rioux
8924c5922e No need to spellcheck lilypond code snippets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38428 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 18:30:34 +00:00
Julien Rioux
68ad320f76 * sweave.module
Use AddToPreamble here. We don't want to overwrite the preamble from the layout file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38427 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 18:12:31 +00:00
Uwe Stöhr
0ea95fb09f stdlyxlist.inc: add missing things from r38424
(I'm back home.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38426 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 03:47:58 +00:00
Richard Heck
0a9b01bb62 Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38425 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:53:05 +00:00
Richard Heck
a0a6ee87f5 Forgot new file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38424 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:51:03 +00:00
Richard Heck
64bb8264b9 Fix up the enumitem module by separating out the Labeling code, so that
we do not have to copy and paste it.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38423 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:50:31 +00:00
Richard Heck
537952566a whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38422 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:45:07 +00:00
Richard Heck
5fabde2f8e The copy and paste done here is out of date.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38421 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:34:25 +00:00
Richard Heck
9957563b49 Reformatting, etc, of enumitem.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38420 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-17 00:28:15 +00:00
Richard Heck
95c5a7dd00 Repair the NextNoIndent docs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38419 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 20:21:30 +00:00
Richard Heck
f118a57802 Group all the changes here together, so the translators can understand it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38418 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 20:02:55 +00:00
Enrico Forestieri
ecda7b0d55 Small clarification about 'LyX Archives'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38417 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 16:27:40 +00:00
Enrico Forestieri
1880933a87 Fix correct operation of lyxpak.py when using the '-t' or '-z' switches.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38416 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 16:22:58 +00:00
Richard Heck
ca48c4698c LyX Archives
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38415 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 14:25:12 +00:00
Richard Heck
8c129b4a29 Local Layout Docs Again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38414 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 14:16:35 +00:00
Richard Heck
794d8f275e Local Layout Docs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38413 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 14:16:22 +00:00
Richard Heck
dd9cf99ae9 Outliner docs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38412 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 13:46:58 +00:00
Pavel Sanda
63ab514088 Update Japanese documentation for 2.0, from Koji
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38397 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 08:33:40 +00:00
Richard Heck
2d2d946fc6 Update all layouts to format 35.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38392 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 02:51:32 +00:00
Richard Heck
4c24976164 Try to catch CopyStyle of a Flex inset, which we need to convert to the new
Flex:* format. We can't do this perfectly, but we can do so when it's done
within a single file.

Failure to do this (which mistake had been made before) was the root cause of
the problem reported by Enrico with IEEE.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38391 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 02:50:45 +00:00
Richard Heck
ca9a824d33 Fix problem with IEEEtran.layout reported by Enrico.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38389 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 02:10:37 +00:00
Richard Heck
ec14c3f364 Recommit previously unintended commit, now that it has been approved. ;-)
Seriously, this resovles a problem with module detection and configuration, 
namely, that we detect BOTH a module in the system directory and a custom
version of it in the user directory.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38387 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 00:54:50 +00:00
Pavel Sanda
ce738218e2 Import chnages from Paul Rubin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38386 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 23:01:39 +00:00
Richard Heck
5c93852e3c Revert unintended commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38382 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 21:10:07 +00:00
Richard Heck
c10cd68fba Constify.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38381 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 20:34:18 +00:00
Richard Heck
bcdb0dfcce prefs2prefs for #6966, per Pavel's suggestion.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38377 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 18:31:39 +00:00
Pavel Sanda
cc2680e99e Regenerate layout translations for dutch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38375 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 15:22:19 +00:00
Pavel Sanda
1b53a52099 We have one missing string due to the bug in lyx_pot
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167433.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38366 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 17:47:03 +00:00
Richard Heck
5d14536595 Fix bug #7450. Never did CSS for parts. Indent of lower TOC elements is
also too high.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38365 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 13:15:14 +00:00
Richard Heck
dc128f1903 Minor doc fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38362 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 12:50:02 +00:00
Jean-Marc Lasgouttes
0a65e96ed3 Improvements to lyx sweave support
- use a null device to avoid the extra Rplots.pdf file created by Sweave
- use directly setwd() instead of in the preamble of the module
- add lots of comments.

This finally fixes ticket #6623.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38359 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 10:04:20 +00:00
Richard Heck
bfddee97e1 Better TOC output for XHTML, per Rob and Pavel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38354 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-12 17:33:18 +00:00
Pavel Sanda
1a7763a062 * MergedManuals.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38352 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-12 15:42:32 +00:00
Pavel Sanda
cb7ecd7fee Sensible editor launches terminal editors, closing #7448.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38350 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-12 13:35:41 +00:00
Richard Heck
f4bc398a0f Fix translation glitch caught by Georg.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38345 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-12 00:32:45 +00:00
Pavel Sanda
0061bc7507 Complete update of Spanish manuals from Ignacio Garcia
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38324 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-10 10:33:24 +00:00
Pavel Sanda
19f870ff40 Update nynorsk layout strings (from Ingar Pareliussen)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38322 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-09 21:46:39 +00:00
José Matox
0cdb5ac4e1 Portuguese translation update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38310 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-08 18:01:06 +00:00
Pavel Sanda
7a5b68db99 Add specific translations for brazilian portugese.
The language code needs to be pt_BR not pt_br, which sounds weird.
Proposal from Rudi Gaelzer.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38309 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-08 15:32:59 +00:00
Pavel Sanda
8d23953d27 Update cs/Tutorial.lyx.
Patch from Petr Kamenicky.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38304 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-08 12:07:36 +00:00
Pavel Sanda
904557f455 * kill babelized strings from localization_test.lyx and let only stuff translated by LyX.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38298 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-07 00:00:56 +00:00
Georg Baum
910a517f69 Remove unneeded layout translations as hinted on the users list.
The standard babel names are used instead of these translations.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38296 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 20:57:46 +00:00
Pavel Sanda
ae5d64908e Regenerate comment only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38293 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:51:55 +00:00
Richard Heck
62b33b369e Last of the math translations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38292 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:47:28 +00:00
Richard Heck
ba6e5c5178 More translation strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38291 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:42:53 +00:00
Richard Heck
3f02df40e5 More translation strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38290 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:35:59 +00:00
Richard Heck
d4a1c243d6 More translation strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38289 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:30:55 +00:00
Pavel Sanda
211e50337f typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38288 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:28:20 +00:00
Richard Heck
6ec1f3bd7a More translation strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38287 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:23:44 +00:00
Richard Heck
38a6544768 Forgot this part.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38286 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:20:50 +00:00
Richard Heck
3a13afc42a Translation strings. for AMS by type.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38285 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-06 12:15:01 +00:00
Pavel Sanda
f9f7c4a4bd Mostly documentation for the pythonic part of instant preview.
Patch from Ale.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167220.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38256 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-05 14:54:38 +00:00
Pavel Sanda
c9f520dd2a Glitches in docs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38255 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-05 08:16:01 +00:00
Julien Rioux
5dc4bf445b * lib/Makefile.am : fix r38245
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38250 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-05 00:07:43 +00:00
Richard Heck
e0cfa5443e Convert local layout to new format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38249 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-04 21:41:20 +00:00
Pavel Sanda
9f89626444 Add cs example documents, update of cs/splash.lyx.
Patch by Petr Kamenicky.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38245 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-04 19:17:14 +00:00
Julien Rioux
adf6faf4d4 revert r37696 and apply a fallback mechanism to pdflatex
when latex fails with a preview. Fixes bug #7303 (IP fails with hyperref).
Patch by Ale with suggestions from Enrico

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38243 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-04 14:33:45 +00:00
Jürgen Spitzmüller
3fb4bf59c6 * configure.py: remove files produced by the LuaTeX test when the test is over.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38241 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-04 11:39:59 +00:00
Pavel Sanda
2708a711d0 Import last layout translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38239 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-04 08:17:34 +00:00
Pavel Sanda
7711789332 fr/Customization.lyx by Jean-Pierre (as the previous commit)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38234 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-03 19:17:11 +00:00
Enrico Forestieri
009610a655 Better promote/demote icons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38231 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-03 17:39:22 +00:00
Richard Heck
16137ed6cf CSS for InsetBox.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38227 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-03 13:15:03 +00:00
Richard Heck
abcd94b254 Remove pointless bold.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38219 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-03 01:33:16 +00:00
Richard Heck
68b0a984dd Remove duplicate emphasis.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38216 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-02 23:41:11 +00:00
Enrico Forestieri
348a6cff8d Correct image background
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38214 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-02 21:46:11 +00:00
Enrico Forestieri
c45746babb Replace the ugly export/view/update icons for postscript with other ones
based on a well known metaphor (postscript<->ghostscript).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38212 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-02 15:41:12 +00:00
Enrico Forestieri
cbe10b0814 After some thought, use the same icons as libreoffice for depth increment
and decrement. Also slightly improve the layout description and paragraph
icons (even a pixel can make a difference :)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38211 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-02 15:19:49 +00:00