]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoForce BibTeX rerun upon add/remove/change citation (fixes #6955).
Julien Rioux [Sat, 12 Jan 2013 00:04:07 +0000 (01:04 +0100)]
Force BibTeX rerun upon add/remove/change citation (fixes #6955).

Reordering citations is one case where catching "Citation undefined
on page ..." doesn't catch the need for a bibtex rerun. This patch
ensures the proper ordering is obtained in pdf output without having
to resort to closing and reopening the LyX document.

11 years agoUpdate the lilypond module to use the Argument machinery.
Julien Rioux [Thu, 3 Jan 2013 01:32:48 +0000 (02:32 +0100)]
Update the lilypond module to use the Argument machinery.

11 years agolilypond.lyx : Document music fragment options.
Julien Rioux [Sat, 12 Jan 2013 08:53:52 +0000 (09:53 +0100)]
lilypond.lyx : Document music fragment options.

11 years agoUserGuide: Remove bold from hyperref's bibitem and href.
Julien Rioux [Sat, 12 Jan 2013 08:16:42 +0000 (09:16 +0100)]
UserGuide: Remove bold from hyperref's bibitem and href.

11 years agoFix bibliography indentation throughout LyX 2.1 source (part of #7458).
Julien Rioux [Sat, 12 Jan 2013 07:41:59 +0000 (08:41 +0100)]
Fix bibliography indentation throughout LyX 2.1 source (part of #7458).

11 years agoLyXRC: allow space in {editor,viewer}_alternatives
Scott Kostyshak [Sat, 12 Jan 2013 04:51:02 +0000 (23:51 -0500)]
LyXRC: allow space in {editor,viewer}_alternatives

11 years agoFix editor and viewer combo boxes in prefs (#8237)
Scott Kostyshak [Fri, 11 Jan 2013 09:51:46 +0000 (04:51 -0500)]
Fix editor and viewer combo boxes in prefs (#8237)

11 years agoAdded findreplaceadv dialog to emacs and xemacs bindigs
Kornel Benko [Fri, 11 Jan 2013 17:54:19 +0000 (18:54 +0100)]
Added findreplaceadv dialog to emacs and xemacs bindigs

11 years agoTypo in LFUN doc
Scott Kostyshak [Fri, 11 Jan 2013 09:36:37 +0000 (04:36 -0500)]
Typo in LFUN doc

11 years agoFix compilation with autotools
Juergen Spitzmueller [Fri, 11 Jan 2013 09:00:08 +0000 (10:00 +0100)]
Fix compilation with autotools

restriction.png does not exist.

11 years agoAdd symbol I stumbled upon
Georg Baum [Thu, 10 Jan 2013 20:11:38 +0000 (21:11 +0100)]
Add symbol I stumbled upon

11 years agoAdd remaining images for math symbol toolbar
Georg Baum [Thu, 10 Jan 2013 20:08:39 +0000 (21:08 +0100)]
Add remaining images for math symbol toolbar

Most images are generated by development/tools/generate_symbols_images.py, but
some were drawn manually. Now there is no image missing from the ones the
script can generate.

11 years agoAdd missing symbols and dependencies
Georg Baum [Thu, 10 Jan 2013 20:07:15 +0000 (21:07 +0100)]
Add missing symbols and dependencies

Some wasysym and amsmath symbols were missing, and some amssymb dependencies
as well.

11 years agoHandle text-only wasy symbols correctly.
Georg Baum [Wed, 9 Jan 2013 21:23:07 +0000 (22:23 +0100)]
Handle text-only wasy symbols correctly.

Some macros defined by wasysym.sty work only in text mode: They either
produce an error in math mode, or wrong output. These symbols are now marked
as text symbols, so that no \ensuremath is created for LaTeX export if they
appear inside \text{}, and the correct images are created.

11 years agoLyXHTML linking from citation to bib entry for LyX 2.1 (fixes #8490).
Julien Rioux [Thu, 10 Jan 2013 14:24:53 +0000 (15:24 +0100)]
LyXHTML linking from citation to bib entry for LyX 2.1 (fixes #8490).

What was previously accomplished by wrapCitation is now customizable in the
layout files. What we provide by default here corresponds roughly to the
LyX 2.0 behavior.

11 years agoGuiSymbols: Use a grid with appropriat size
Juergen Spitzmueller [Thu, 10 Jan 2013 12:19:14 +0000 (13:19 +0100)]
GuiSymbols: Use a grid with appropriat size

11 years agodo not setUniformItemSizes since the symbols have different width (bug #5707)
Juergen Spitzmueller [Thu, 10 Jan 2013 10:33:09 +0000 (11:33 +0100)]
do not setUniformItemSizes since the symbols have different width (bug #5707)

11 years agoC&P error
Kornel Benko [Wed, 9 Jan 2013 15:40:54 +0000 (16:40 +0100)]
C&P error

11 years agoCmake build: Correct creation of lyx_date.h because of
Kornel Benko [Wed, 9 Jan 2013 15:31:45 +0000 (16:31 +0100)]
Cmake build: Correct creation of lyx_date.h because of
not defined behaviour cmake command copy_if_different
in case, the destination is not present

11 years agoRename misleading function name from_gmtime() to form_asctime_utc()
Kornel Benko [Wed, 9 Jan 2013 12:45:58 +0000 (13:45 +0100)]
Rename misleading function name from_gmtime() to form_asctime_utc()

11 years agoAdd consistency checks.
Georg Baum [Tue, 8 Jan 2013 20:39:24 +0000 (21:39 +0100)]
Add consistency checks.

development/tools/generate_symbols_images.py now checks for each symbol in
lib/symbols whether its image is listed in lib/Makefile.am and whether it has
a toolbar entry in lib/ui/stdtoolbars.inc.

11 years agoFix commandline export of \implies.
Georg Baum [Tue, 8 Jan 2013 18:47:46 +0000 (19:47 +0100)]
Fix commandline export of \implies.

See the added comment in lib/symbols for details.

11 years agoFix cache for getInfo() with/without richtext (fixes #8486).
Julien Rioux [Tue, 8 Jan 2013 15:20:52 +0000 (16:20 +0100)]
Fix cache for getInfo() with/without richtext (fixes #8486).

11 years agoPreserve BibTeX metadata in LyXHTML output (fixes #8451).
Julien Rioux [Tue, 8 Jan 2013 14:37:21 +0000 (15:37 +0100)]
Preserve BibTeX metadata in LyXHTML output (fixes #8451).

11 years agoMove richtext escaping to its own postprocessing routine.
Julien Rioux [Tue, 8 Jan 2013 14:35:50 +0000 (15:35 +0100)]
Move richtext escaping to its own postprocessing routine.

11 years agoUse document language when exporting citations to LyXHTML (fixes #7732).
Julien Rioux [Mon, 7 Jan 2013 14:51:19 +0000 (15:51 +0100)]
Use document language when exporting citations to LyXHTML (fixes #7732).

11 years agoMake change tracking in export to latex be independent of timezone
Kornel Benko [Mon, 7 Jan 2013 14:46:47 +0000 (15:46 +0100)]
Make change tracking in export to latex be independent of timezone

11 years agoCustomization.lyx: some more revision
Uwe Stöhr [Sun, 6 Jan 2013 02:28:34 +0000 (03:28 +0100)]
Customization.lyx: some more revision

- German Customization.lyx: more translations

11 years agoAdd an autotest for a trunk regression (#8482)
Scott Kostyshak [Sat, 5 Jan 2013 09:41:07 +0000 (04:41 -0500)]
Add an autotest for a trunk regression (#8482)

The regression was fixed at [f164ffd0/lyxgit].

11 years agoShave 3 seconds off an autotest
Scott Kostyshak [Sat, 5 Jan 2013 09:39:49 +0000 (04:39 -0500)]
Shave 3 seconds off an autotest

'-dbg any' is not needed.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Sat, 5 Jan 2013 09:10:19 +0000 (10:10 +0100)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoautotests: Enable the suffixed lyx to run the test too.
Kornel Benko [Sat, 5 Jan 2013 09:07:37 +0000 (10:07 +0100)]
autotests: Enable the suffixed lyx to run the test too.
(Hard coded 'lyx' replaced with real lyx-exe-file-name)

11 years agoLFUN_CAPTION_INSERT is not 'inactive'
Juergen Spitzmueller [Sat, 5 Jan 2013 09:04:04 +0000 (10:04 +0100)]
LFUN_CAPTION_INSERT is not 'inactive'

11 years agoDisable caption-insert in mathed
Juergen Spitzmueller [Sat, 5 Jan 2013 08:42:27 +0000 (09:42 +0100)]
Disable caption-insert in mathed

11 years agodo not try to expand arguments in mathed (bug #8482)
Juergen Spitzmueller [Sat, 5 Jan 2013 08:41:53 +0000 (09:41 +0100)]
do not try to expand arguments in mathed (bug #8482)

11 years agoLaTeXConfig.lyx : Document the bibliography and citation packages (change tracking).
Julien Rioux [Thu, 6 Oct 2011 22:00:43 +0000 (00:00 +0200)]
LaTeXConfig.lyx : Document the bibliography and citation packages (change tracking).

11 years agoAdd known citation packages to LaTeXFeatures:
Julien Rioux [Fri, 4 Jan 2013 22:57:40 +0000 (23:57 +0100)]
Add known citation packages to LaTeXFeatures:

  - achicago
  - apacite
  - apalike
  - astron
  - authordate
  - chicago
  - harvard
  - mslapa
  - named

This allows these citation packages can be Required by the document layout.
LyX handles the package ordering, loading any of these packages before natbib
when both are required by the document layout. For example, apacite can be
used with or without natbib.

The package achicago isn't compatible with natbib out-of-the-box,
but the following compatibility code makes it work:

\usepackage{achicago}
\let\achicagobib\thebibliography
\usepackage[authoryear]{natbib}
\let\thebibliography\achicagobib
\let\UnexpandableProtect\protect
\let\SCcite\astroncite

11 years agofindLyxBinary():
Kornel Benko [Fri, 4 Jan 2013 10:05:12 +0000 (11:05 +0100)]
findLyxBinary():
Add program suffix test before trying to determine
and use the extension to search for the lyx-executable

11 years agobeamer manual: only cosmetics
Juergen Spitzmueller [Thu, 3 Jan 2013 13:35:55 +0000 (14:35 +0100)]
beamer manual: only cosmetics

11 years agoUse program suffix to address lyx-executable, according to suffix
Kornel Benko [Thu, 3 Jan 2013 12:02:34 +0000 (13:02 +0100)]
Use program suffix to address lyx-executable, according to suffix
of tex2lyx.

Still the is error in tex2lyx, which searches for invalid suffix to
find the correct lyx executable.

11 years agoinstaller: support emergency releases of LyX
Uwe Stöhr [Thu, 3 Jan 2013 01:46:48 +0000 (02:46 +0100)]
installer: support emergency releases of LyX

11 years agonatbibapa.module: fix a typo
Uwe Stöhr [Thu, 3 Jan 2013 01:45:48 +0000 (02:45 +0100)]
natbibapa.module: fix a typo

11 years agoCustomization.lyx: some corrections
Uwe Stöhr [Tue, 1 Jan 2013 18:41:38 +0000 (19:41 +0100)]
Customization.lyx: some corrections

11 years agochkconfig.ltx: add check for etoolbox and change checking order
Uwe Stöhr [Tue, 1 Jan 2013 16:41:32 +0000 (17:41 +0100)]
chkconfig.ltx: add check for etoolbox and change checking order

- the packages which are independent of document classes are checked first - for the case that the Internet connection breaks during the checking/installation of missing packages

11 years agominor additions
Juergen Spitzmueller [Tue, 1 Jan 2013 15:39:52 +0000 (16:39 +0100)]
minor additions

11 years agoIn tex2lyx tests do not compare the first 2 lines.
Kornel Benko [Tue, 1 Jan 2013 12:23:24 +0000 (13:23 +0100)]
In tex2lyx tests do not compare the first 2 lines.
This removes the need to update the lyx-format of the test files too often.
(To please Vincent and me)

11 years agoCustomization.lyx: list supported features for layouts
Uwe Stöhr [Tue, 1 Jan 2013 06:56:56 +0000 (07:56 +0100)]
Customization.lyx: list supported features for layouts

- we should not force authors of layout files to look into the source code to be able to use a function

11 years agoCustomization.lyx: port from branch: revised section 5.3.3 and 5.3.4
Uwe Stöhr [Tue, 1 Jan 2013 06:18:42 +0000 (07:18 +0100)]
Customization.lyx: port from branch: revised section 5.3.3 and 5.3.4

11 years agoProper fix for #8477
Enrico Forestieri [Tue, 1 Jan 2013 02:58:33 +0000 (03:58 +0100)]
Proper fix for #8477

The "fix" in ec8ae50f was reintroducing #7718, #8098, and #8254.
This fix is hopefully right while still avoiding code duplication.

11 years agochkconfig.ltx: add packages used by documentation files
Uwe Stöhr [Mon, 31 Dec 2012 20:25:08 +0000 (21:25 +0100)]
chkconfig.ltx: add packages used by documentation files

- check for diagbox, fp and pict2e
- the doc files uses several styles from the was package, but there is no was.sty, thus check for e.g. upgreek.sty

11 years agoinstaller: 2 fixes
Uwe Stöhr [Mon, 31 Dec 2012 20:17:01 +0000 (21:17 +0100)]
installer: 2 fixes

- LaTeX.nsh: assure that if MiKTeX is installed for all users also the missing packages will be installed during the configuration for all users
- configure.nsh: run configure.py twice to assure that really all missing packages are checked/installed

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 31 Dec 2012 18:22:36 +0000 (19:22 +0100)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoinstaller: initialize a variable
Uwe Stöhr [Mon, 31 Dec 2012 18:22:19 +0000 (19:22 +0100)]
installer: initialize a variable

11 years agoAdapt format to lyx-files in tex2lyx-tests
Kornel Benko [Mon, 31 Dec 2012 17:50:35 +0000 (18:50 +0100)]
Adapt format to lyx-files in tex2lyx-tests

11 years agoconfigure.py: fix major part of bug #8477
Uwe Stöhr [Mon, 31 Dec 2012 17:37:45 +0000 (18:37 +0100)]
configure.py: fix major part of bug #8477

configure.py needn't to hide the status of the LaTeX package checking

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Mon, 31 Dec 2012 17:35:02 +0000 (18:35 +0100)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoinstaller: a comment format fix
Uwe Stöhr [Mon, 31 Dec 2012 17:34:49 +0000 (18:34 +0100)]
installer: a comment format fix

11 years agoFine tune image generation
Georg Baum [Mon, 31 Dec 2012 16:17:45 +0000 (17:17 +0100)]
Fine tune image generation

11 years agoLet tex2lyx really produce format 458.
Georg Baum [Sun, 30 Dec 2012 22:08:22 +0000 (23:08 +0100)]
Let tex2lyx really produce format 458.

11 years agoinstaller: various fixed for immediate release
Uwe Stöhr [Mon, 31 Dec 2012 16:28:50 +0000 (17:28 +0100)]
installer: various fixed for immediate release

- LaTeX.nsh: fix bug that installer stopped working if LyX was installed the first time on a computer
- init.nsh:
 - fix failing installation of Slovakian spellcheck dictionary
 - expand list of available dictionaries as requested by users
- dictionaries.nsh: prevent case that the installer could run an infinite loop if the installation of dictionaries was interrupted
- settings.nsh: use a HTTP repository for MiKTeX instead of FTP because many companies deny FTP access by default in their firewalls

11 years agoLayout whitespace.
Julien Rioux [Mon, 31 Dec 2012 16:15:51 +0000 (17:15 +0100)]
Layout whitespace.

11 years agoUpdate my email and status.
Julien Rioux [Mon, 31 Dec 2012 16:13:04 +0000 (17:13 +0100)]
Update my email and status.

11 years agoUpdate the lilypond example file.
Julien Rioux [Tue, 26 Jun 2012 21:15:04 +0000 (23:15 +0200)]
Update the lilypond example file.

- Add a note about HTML.
- Add a note about using external files.
- Add a note about using lilypond variables and commands.
- Some corrections and nitpicks.

11 years agolyxpreview: Allow to find python scripts.
Julien Rioux [Wed, 27 Jun 2012 11:41:19 +0000 (13:41 +0200)]
lyxpreview: Allow to find python scripts.

In particular, lilypond-book is just a python script. On windows,
we need to call the python interpreter, using the full path to
the script while being wary of spaces in the path.

11 years ago* sk.po
Kornel Benko [Mon, 31 Dec 2012 16:10:11 +0000 (17:10 +0100)]
* sk.po

11 years agoCategorized g-brief2 styles
Kornel Benko [Mon, 31 Dec 2012 15:57:02 +0000 (16:57 +0100)]
Categorized g-brief2 styles

11 years agoDocument InsetLayout Caption:<name>
Juergen Spitzmueller [Mon, 31 Dec 2012 14:47:30 +0000 (15:47 +0100)]
Document InsetLayout Caption:<name>

11 years agode.po
Juergen Spitzmueller [Mon, 31 Dec 2012 14:31:00 +0000 (15:31 +0100)]
de.po

11 years agofix caption layout detection
Juergen Spitzmueller [Mon, 31 Dec 2012 14:30:32 +0000 (15:30 +0100)]
fix caption layout detection

11 years agode.po
Juergen Spitzmueller [Mon, 31 Dec 2012 14:10:05 +0000 (15:10 +0100)]
de.po

11 years agoMore beamer reversion fixes
Juergen Spitzmueller [Mon, 31 Dec 2012 13:30:44 +0000 (14:30 +0100)]
More beamer reversion fixes

11 years agoBeamer reversion fixes
Juergen Spitzmueller [Mon, 31 Dec 2012 13:09:54 +0000 (14:09 +0100)]
Beamer reversion fixes

11 years agoAdd a beamer manual (introduction to the basics) which uses the new layouts
Juergen Spitzmueller [Mon, 31 Dec 2012 12:19:20 +0000 (13:19 +0100)]
Add a beamer manual (introduction to the basics) which uses the new layouts

11 years agobeamerlyxexample1 update: we support fragile frames now
Juergen Spitzmueller [Mon, 31 Dec 2012 12:13:20 +0000 (13:13 +0100)]
beamerlyxexample1 update: we support fragile frames now

11 years agoIntroduce new beamer frame layouts
Juergen Spitzmueller [Mon, 31 Dec 2012 12:00:46 +0000 (13:00 +0100)]
Introduce new beamer frame layouts

The old layouts are still there (marked as deprecated). The new ones are more or less correctly reverted (polishment required), but the old ones not yet converted to the new. Once this is done, a further file format change should be made.

11 years agoFix LaTeX fonts availability detection (bug #8476)
Juergen Spitzmueller [Mon, 31 Dec 2012 09:51:37 +0000 (10:51 +0100)]
Fix LaTeX fonts availability detection (bug #8476)

11 years agoUpdate Bicaption description to new UI
Juergen Spitzmueller [Mon, 31 Dec 2012 09:34:41 +0000 (10:34 +0100)]
Update Bicaption description to new UI

11 years agoFix bicaption argument descriptions
Juergen Spitzmueller [Mon, 31 Dec 2012 09:33:53 +0000 (10:33 +0100)]
Fix bicaption argument descriptions

11 years agoRemove redundant 'Caption' string
Juergen Spitzmueller [Mon, 31 Dec 2012 09:18:05 +0000 (10:18 +0100)]
Remove redundant 'Caption' string

11 years agoColorCode.h: clarify a comment
Uwe Stöhr [Mon, 31 Dec 2012 03:10:28 +0000 (04:10 +0100)]
ColorCode.h: clarify a comment

11 years agoCustomization.lyx: document color names
Uwe Stöhr [Mon, 31 Dec 2012 03:05:58 +0000 (04:05 +0100)]
Customization.lyx: document color names

- there is no need that we force Layout authors to look into the source code to be able to set a color in a layout file.

11 years agoCustomization.lyx: revision of chapter 5 - port from branch
Uwe Stöhr [Mon, 31 Dec 2012 02:08:28 +0000 (03:08 +0100)]
Customization.lyx: revision of chapter 5 - port from branch

- uniform formatting, clarifications, simplifications, updates, added missing information
- German Customization.lyx: also translations, added missing information that is already in the other language versions

11 years agoFix import of shift-jis and big5 CJK texts.
Georg Baum [Sun, 30 Dec 2012 19:39:33 +0000 (20:39 +0100)]
Fix import of shift-jis and big5 CJK texts.

These encodings were not defined, since they must not be used as document
encodings (the characters {, } and \ may appear in high bytes, and latex
would be confused). However, they are supported by CJK.sty (which uses a
preprocessor to circumvent the limitations of the latex executable). These
encodings are now defined, but used for import in tex2lyx only.
The test case CJK.tex contained fake tests for shift-jis and big5 (the
japanese and chinese characters were entered using the utf8 encoding), and
therefore the wrong interpretation of these encoding looked as if it worked.
The comments about missing iconv support of shift-jis and big5 were wrong as
well (otherwise shift-jis-plain would not work either).

11 years agoAdd tex2lyx test results to dist package.
Georg Baum [Sun, 30 Dec 2012 11:14:21 +0000 (12:14 +0100)]
Add tex2lyx test results to dist package.

Otherwise "make check" will fail for sources not obtained from git.

11 years agoFix bug #8468: Wrong import of UTF8 CJK.
Georg Baum [Sun, 30 Dec 2012 10:58:21 +0000 (11:58 +0100)]
Fix bug #8468: Wrong import of UTF8 CJK.

Actually, the test case showed several problems:
- ERT insets did use layout "Standard", not "Plain Layout"
- The font scale was read correctly, but tex2lyx claimed that it did ignore
  the option "scaled=0.95"
- If a third argument of the CJK environment was given, it caused the whole
  environment to be put in ERT with a broken encoding. This is now fixed for
  the bug test case by using the \font_cjk header variable, but the encoding
  problem still exists for unsupported encodings. I'll file a separate bug
  for that.
- The CJKutf8 package was not handled in the preamble parsing. Therefore the
  chinese comment in the preamble was read with a wrong encoding, and guessing
  the document language did not work.
The new file CJKutf8.tex was created by copying and modifying CJK.tex, but
unfortunately it is impossible to tell git to inherit the history of CJK.tex
for the new file (search the web for git svn copy if you want to know details).

11 years agoMake ASCII test more explicit.
Georg Baum [Sat, 29 Dec 2012 13:30:18 +0000 (14:30 +0100)]
Make ASCII test more explicit.

I will need isASCII() in tex2lyx as well.

11 years agoFix tex2lyx bug #8466: special file names.
Georg Baum [Sat, 29 Dec 2012 12:16:22 +0000 (13:16 +0100)]
Fix tex2lyx bug #8466: special file names.

Special characters as created by latex_path() where not converted corectly
from LaTeX macros by tex2lyx. Now this is done, even for file names containing
double quotes which are not used for quoting spaces. These file names are not
legal on windows, and will causes probelms in DVI files, but if they occur
tex2lyx does not produce invalid .lyx files.

11 years agoAdded categories for style Bibliography, TwoAuthors, ThreeAuthors, TwoAffiliations,
Kornel Benko [Sun, 30 Dec 2012 19:30:35 +0000 (20:30 +0100)]
Added categories for style Bibliography, TwoAuthors, ThreeAuthors, TwoAffiliations,
     ThreeAffiliations, Institute, DinBrief, Section, Subsection, Theorem,
     Labeling, Opening, Closing, Signature, Name

11 years agoAdded categories for style Standard, Title, Abstract, ShortTitle,
Kornel Benko [Sun, 30 Dec 2012 18:33:20 +0000 (19:33 +0100)]
Added categories for style Standard, Title, Abstract, ShortTitle,
     Author, FourAuthors, Affiliation, FourAffiliations, Acknowledgements,
     Itemize, Enumerate, Seriate
to layouts, where they were missing. More to follow

11 years agoupdate layout format
Juergen Spitzmueller [Sun, 30 Dec 2012 17:35:23 +0000 (18:35 +0100)]
update layout format

11 years agoFix the 'caption inset mess' (bug #4647)
Juergen Spitzmueller [Sun, 30 Dec 2012 17:29:02 +0000 (18:29 +0100)]
Fix the 'caption inset mess' (bug #4647)

11 years agoThe param 'close_fds' is not allowed on windos for subprocess.popen call,
Kornel Benko [Sun, 30 Dec 2012 10:30:15 +0000 (11:30 +0100)]
The param 'close_fds' is not allowed on windos for subprocess.popen call,
if there are also redirections to stdin, stdout or stderr.

11 years agode.po: fix clashes
Juergen Spitzmueller [Sat, 29 Dec 2012 17:16:33 +0000 (18:16 +0100)]
de.po: fix clashes

11 years agonatbibapa.module: update format
Juergen Spitzmueller [Sat, 29 Dec 2012 15:55:32 +0000 (16:55 +0100)]
natbibapa.module: update format

11 years agoAdd new apa files to the Makefile
Juergen Spitzmueller [Sat, 29 Dec 2012 11:29:38 +0000 (12:29 +0100)]
Add new apa files to the Makefile

11 years agotypo
Juergen Spitzmueller [Sat, 29 Dec 2012 11:30:38 +0000 (12:30 +0100)]
typo

11 years agode.po
Juergen Spitzmueller [Sat, 29 Dec 2012 10:30:22 +0000 (11:30 +0100)]
de.po

11 years agoapa6 layout: update format, categorize properly, and whitespace.
Juergen Spitzmueller [Sat, 29 Dec 2012 10:09:10 +0000 (11:09 +0100)]
apa6 layout: update format, categorize properly, and whitespace.

IMHO we should take care that layout submissions to trunk are at least properly categorized

11 years agoDisable CAPTION_INSERT in tables except for longtable caption cells (bug #5777)
Juergen Spitzmueller [Sat, 29 Dec 2012 09:31:41 +0000 (10:31 +0100)]
Disable CAPTION_INSERT in tables except for longtable caption cells (bug #5777)

11 years agoFix bug #8464: stackrel with subscript.
Georg Baum [Fri, 28 Dec 2012 18:51:28 +0000 (19:51 +0100)]
Fix bug #8464: stackrel with subscript.

The fix is basically mechanical, the additional code for fraction like insets
with three arguments was stolen from \unitfrac. As any math package,
stackrel.sty needs a buffer parameter to switch it off.
I also added the two stackrel flavours to the toolbar.