Georg Baum
6c54a081fa
Make ASCII test more explicit.
...
I will need isASCII() in tex2lyx as well.
2012-12-30 20:52:49 +01:00
Georg Baum
c51449cac6
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.
2012-12-30 20:52:49 +01:00
Kornel Benko
d3b94fed30
Added categories for style Bibliography, TwoAuthors, ThreeAuthors, TwoAffiliations,
...
ThreeAffiliations, Institute, DinBrief, Section, Subsection, Theorem,
Labeling, Opening, Closing, Signature, Name
2012-12-30 20:30:35 +01:00
Kornel Benko
534efc5139
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
2012-12-30 19:33:20 +01:00
Juergen Spitzmueller
2a62a2c395
update layout format
2012-12-30 18:35:23 +01:00
Juergen Spitzmueller
c246076ed5
Fix the 'caption inset mess' (bug #4647 )
2012-12-30 18:29:02 +01:00
Kornel Benko
1ccc92717c
The param 'close_fds' is not allowed on windos for subprocess.popen call,
...
if there are also redirections to stdin, stdout or stderr.
2012-12-30 11:30:15 +01:00
Juergen Spitzmueller
79b6a057da
de.po: fix clashes
2012-12-29 18:16:33 +01:00
Juergen Spitzmueller
d0b5728d2e
natbibapa.module: update format
2012-12-29 16:55:32 +01:00
Juergen Spitzmueller
e5b7cc4591
Add new apa files to the Makefile
2012-12-29 12:35:48 +01:00
Juergen Spitzmueller
f15c2c5f22
typo
2012-12-29 12:30:38 +01:00
Juergen Spitzmueller
19695351db
de.po
2012-12-29 11:30:22 +01:00
Juergen Spitzmueller
592a7d2144
apa6 layout: update format, categorize properly, and whitespace.
...
IMHO we should take care that layout submissions to trunk are at least properly categorized
2012-12-29 11:09:10 +01:00
Juergen Spitzmueller
3f0bf02cc7
Disable CAPTION_INSERT in tables except for longtable caption cells (bug #5777 )
2012-12-29 10:31:41 +01:00
Georg Baum
56ece75ad9
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.
2012-12-28 20:08:43 +01:00
Georg Baum
8693f5a91e
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.
2012-12-28 20:08:42 +01:00
Georg Baum
594c83261a
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.
2012-12-28 20:08:42 +01:00
Kornel Benko
981b9c69d1
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.
2012-12-28 16:22:25 +01:00
Kornel Benko
889563984f
Adapt format to test files
2012-12-28 16:19:34 +01:00
Vincent van Ravesteijn
a19a0edfc0
qt5: Use QStyleOptionTabWidgetFrame
...
QStyleOptionTabWidgetFrameV2 is identical to QStyleOptionTabWidgetFrame.
2012-12-28 14:07:43 +01:00
Juergen Spitzmueller
d4a00c1a8a
tex2lyx glitch
2012-12-28 14:04:24 +01:00
Georg Baum
a6f12e8a5c
Document feature alternatives
2012-12-28 13:25:42 +01:00
Georg Baum
13b288bc5e
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.
2012-12-28 13:25:42 +01:00
Georg Baum
23b74a9111
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.
2012-12-28 13:25:41 +01:00
Georg Baum
6cf364d30e
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.
2012-12-28 13:25:41 +01:00
Juergen Spitzmueller
d1b8bc92ce
typo
2012-12-28 12:35:18 +01:00
Juergen Spitzmueller
78cd88f5a3
Proper support for memoir epigraph (bug #8151 )
2012-12-28 12:32:59 +01:00
Juergen Spitzmueller
37f41fd4b5
Support for command argument placement after the workarea argument
2012-12-28 11:21:24 +01:00
Kornel Benko
e018ab2c12
sk.po: layouts + modules
2012-12-28 10:58:26 +01:00
Kornel Benko
f98139e58d
Rename category Section -> Sectioning
2012-12-28 10:52:58 +01:00
Juergen Spitzmueller
ad94e7bde7
This hack seems to be no more needed. Let's see...
2012-12-28 09:47:58 +01:00
Richard Heck
824b0313b3
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!
2012-12-27 15:50:50 -05:00
Vincent van Ravesteijn
9d85e59c8c
Fix typo
2012-12-27 11:36:51 +01:00
Juergen Spitzmueller
2f7cd8cc8a
Add environment-split to the menu
2012-12-27 11:28:55 +01:00
Juergen Spitzmueller
258280cecf
Do not force latex_language in arguments (bug #8471 )
2012-12-27 11:05:39 +01:00
Richard Heck
2e764c2c66
Respect InsetLayout's PassThru setting in XHTML export.
2012-12-24 12:11:51 -05:00
Juergen Spitzmueller
7af6a7b910
fix latexArgInsets for sequences qith nested paragraphs
2012-12-24 13:02:24 +01:00
Juergen Spitzmueller
7c9254b723
LFUN_ENVIRONMENT_SPLIT: simplification
2012-12-24 11:22:23 +01:00
Enrico Forestieri
a0cb4eafe3
Update it.po
2012-12-24 04:05:51 +01:00
Juergen Spitzmueller
3e8bfd8bd6
Convenience LFUN to split an environment
2012-12-23 18:57:32 +01:00
Juergen Spitzmueller
667a5ebff7
de.po
2012-12-23 17:46:27 +01:00
Juergen Spitzmueller
3934f4a36f
In multi-par sequences, check for arguments in all pars
2012-12-23 17:37:50 +01:00
Juergen Spitzmueller
0dd741e4da
Load babel with English-only documents (bug 8423)
2012-12-23 11:34:38 +01:00
Enrico Forestieri
25e4bf4b27
Fix bug #8467 : "Corrupted NFSS tables" error when Cyrillic character in an equation
2012-12-22 23:06:18 +01:00
Juergen Spitzmueller
483b99193f
Support for beamer \frametitle
...
The \frametitle command is less convenient to use than the \frame argument, but it provides more options (overlay/action and short title). We thus provide this additionally to the option, like beamer itself does.
2012-12-22 16:28:43 +01:00
Juergen Spitzmueller
a8b81312b3
There is no good reason to disallow nesting of bibliography
2012-12-22 12:07:29 +01:00
Juergen Spitzmueller
b0aa0db10a
Bump layout format
2012-12-22 11:39:04 +01:00
Juergen Spitzmueller
4818b3e68a
Add (overlay-aware) beamer bold inset
2012-12-21 16:42:55 +01:00
Juergen Spitzmueller
df85d5386f
de.po: some glitches found by pocheck.py
2012-12-21 09:41:47 +01:00
Kornel Benko
d0e3a8367f
* sk.po
2012-12-20 16:35:53 +01:00