]> git.lyx.org Git - lyx.git/log
lyx.git
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.

11 years agoFix bug #8422.
Georg Baum [Fri, 28 Dec 2012 13:29:46 +0000 (14:29 +0100)]
Fix bug #8422.

Both problems where caused by the fact that tex2lyx did not handle
natbib/jurabib citations correctly if natbib/jurabib was loaded by the
document class. Therefore it tried to parse the standard \cite syntax, and
did not recognize \citet and \citep.

11 years agoUpdate tex2lyx test cases
Georg Baum [Fri, 28 Dec 2012 13:22:49 +0000 (14:22 +0100)]
Update tex2lyx test cases

The recent file format changes do not change the output of the existing test
cases, so only the version number needs to be updated.

11 years ago1.) Add format to CJK.lyx.lyx(missed in previous commit)
Kornel Benko [Fri, 28 Dec 2012 15:22:25 +0000 (16:22 +0100)]
1.) Add format to CJK.lyx.lyx(missed in previous commit)
2.) Add lyx2lyx test to runtests.py. This is done with extra parameter only,
  and does not change the behaviour without this parameter.

11 years agoAdapt format to test files
Kornel Benko [Fri, 28 Dec 2012 15:19:34 +0000 (16:19 +0100)]
Adapt format to test files

11 years agoqt5: Use QStyleOptionTabWidgetFrame
Vincent van Ravesteijn [Fri, 28 Dec 2012 12:39:03 +0000 (13:39 +0100)]
qt5: Use QStyleOptionTabWidgetFrame

QStyleOptionTabWidgetFrameV2 is identical to QStyleOptionTabWidgetFrame.

11 years agotex2lyx glitch
Juergen Spitzmueller [Fri, 28 Dec 2012 13:04:24 +0000 (14:04 +0100)]
tex2lyx glitch

11 years agoDocument feature alternatives
Georg Baum [Tue, 18 Dec 2012 21:43:26 +0000 (22:43 +0100)]
Document feature alternatives

11 years agoRemove duplicate symbols
Georg Baum [Tue, 18 Dec 2012 21:36:34 +0000 (22:36 +0100)]
Remove duplicate symbols

There were found with -dbg mathed ans entering a math inset.
I kept the AMS versions, except leadsto, which is only an approximation in AMS.
hbar was simply defined twice with identical definitions.

11 years agoAdd toolbar images for stmaryrd.sty symbols
Georg Baum [Tue, 18 Dec 2012 21:20:32 +0000 (22:20 +0100)]
Add toolbar images for stmaryrd.sty symbols

These are all generated by development/tools/generate_symbols_images.py, the
only manual adjustments were renamings due to case sensitive file systems on
windows.

11 years agoGenerate debug output for symbol macros as well
Georg Baum [Mon, 17 Dec 2012 20:38:40 +0000 (21:38 +0100)]
Generate debug output for symbol macros as well

This is useful for debugging, and it will enable
development/tools/generate_symbols_images.py to generate a few more images.

11 years agotypo
Juergen Spitzmueller [Fri, 28 Dec 2012 11:35:18 +0000 (12:35 +0100)]
typo

11 years agoProper support for memoir epigraph (bug #8151)
Juergen Spitzmueller [Fri, 28 Dec 2012 11:32:59 +0000 (12:32 +0100)]
Proper support for memoir epigraph (bug #8151)

11 years agoSupport for command argument placement after the workarea argument
Juergen Spitzmueller [Fri, 28 Dec 2012 10:21:24 +0000 (11:21 +0100)]
Support for command argument placement after the workarea argument

11 years agosk.po: layouts + modules
Kornel Benko [Fri, 28 Dec 2012 09:58:26 +0000 (10:58 +0100)]
sk.po: layouts + modules

11 years agoRename category Section -> Sectioning
Kornel Benko [Fri, 28 Dec 2012 09:52:58 +0000 (10:52 +0100)]
Rename category Section -> Sectioning

11 years agoThis hack seems to be no more needed. Let's see...
Juergen Spitzmueller [Fri, 28 Dec 2012 08:47:58 +0000 (09:47 +0100)]
This hack seems to be no more needed. Let's see...

11 years agoAdd layout for APA v6 class and associated module and template.
Richard Heck [Thu, 27 Dec 2012 20:50:09 +0000 (15:50 -0500)]
Add layout for APA v6 class and associated module and template.

Also, add Jacob Bishop to the list of contributors, since this is
his work. Thanks, Jacob!

11 years agoFix typo
Vincent van Ravesteijn [Thu, 27 Dec 2012 10:36:51 +0000 (11:36 +0100)]
Fix typo

11 years agoAdd environment-split to the menu
Juergen Spitzmueller [Thu, 27 Dec 2012 10:28:55 +0000 (11:28 +0100)]
Add environment-split to the menu

11 years agoDo not force latex_language in arguments (bug #8471)
Juergen Spitzmueller [Thu, 27 Dec 2012 10:05:39 +0000 (11:05 +0100)]
Do not force latex_language in arguments (bug #8471)

11 years agoRespect InsetLayout's PassThru setting in XHTML export.
Richard Heck [Mon, 24 Dec 2012 17:03:44 +0000 (12:03 -0500)]
Respect InsetLayout's PassThru setting in XHTML export.

11 years agofix latexArgInsets for sequences qith nested paragraphs
Juergen Spitzmueller [Mon, 24 Dec 2012 12:02:24 +0000 (13:02 +0100)]
fix latexArgInsets for sequences qith nested paragraphs

11 years agoLFUN_ENVIRONMENT_SPLIT: simplification
Juergen Spitzmueller [Mon, 24 Dec 2012 10:22:23 +0000 (11:22 +0100)]
LFUN_ENVIRONMENT_SPLIT: simplification