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

11 years agoUpdate it.po
Enrico Forestieri [Mon, 24 Dec 2012 03:05:04 +0000 (04:05 +0100)]
Update it.po

11 years agoConvenience LFUN to split an environment
Juergen Spitzmueller [Sun, 23 Dec 2012 17:57:32 +0000 (18:57 +0100)]
Convenience LFUN to split an environment

11 years agode.po
Juergen Spitzmueller [Sun, 23 Dec 2012 16:46:27 +0000 (17:46 +0100)]
de.po

11 years agoIn multi-par sequences, check for arguments in all pars
Juergen Spitzmueller [Sun, 23 Dec 2012 16:37:50 +0000 (17:37 +0100)]
In multi-par sequences, check for arguments in all pars

11 years agoLoad babel with English-only documents (bug 8423)
Juergen Spitzmueller [Sun, 23 Dec 2012 10:34:38 +0000 (11:34 +0100)]
Load babel with English-only documents (bug 8423)

11 years agoFix bug #8467: "Corrupted NFSS tables" error when Cyrillic character in an equation
Enrico Forestieri [Sat, 22 Dec 2012 22:06:18 +0000 (23:06 +0100)]
Fix bug #8467: "Corrupted NFSS tables" error when Cyrillic character in an equation

11 years agoSupport for beamer \frametitle
Juergen Spitzmueller [Sat, 22 Dec 2012 15:28:43 +0000 (16:28 +0100)]
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.

11 years agoThere is no good reason to disallow nesting of bibliography
Juergen Spitzmueller [Sat, 22 Dec 2012 11:07:29 +0000 (12:07 +0100)]
There is no good reason to disallow nesting of bibliography

11 years agoBump layout format
Juergen Spitzmueller [Sat, 22 Dec 2012 10:39:04 +0000 (11:39 +0100)]
Bump layout format

11 years agoAdd (overlay-aware) beamer bold inset
Juergen Spitzmueller [Fri, 21 Dec 2012 15:42:55 +0000 (16:42 +0100)]
Add (overlay-aware) beamer bold inset

11 years agode.po: some glitches found by pocheck.py
Juergen Spitzmueller [Fri, 21 Dec 2012 08:41:47 +0000 (09:41 +0100)]
de.po: some glitches found by pocheck.py

11 years ago* sk.po
Kornel Benko [Thu, 20 Dec 2012 15:35:53 +0000 (16:35 +0100)]
* sk.po

11 years agode.po: update
Juergen Spitzmueller [Thu, 20 Dec 2012 15:15:54 +0000 (16:15 +0100)]
de.po: update

11 years agoDo not insert trailing blaks to translatable string
Kornel Benko [Thu, 20 Dec 2012 14:02:01 +0000 (15:02 +0100)]
Do not insert trailing blaks to translatable string
while generating .pot files.

11 years agoWhitespace
Juergen Spitzmueller [Thu, 20 Dec 2012 13:10:14 +0000 (14:10 +0100)]
Whitespace

11 years agoImprove overprint conversion.
Juergen Spitzmueller [Thu, 20 Dec 2012 12:29:04 +0000 (13:29 +0100)]
Improve overprint conversion.

Deeply nested sequences are still problematic.

11 years agoCosmetics
Juergen Spitzmueller [Thu, 20 Dec 2012 08:53:18 +0000 (09:53 +0100)]
Cosmetics

11 years agoUpdate beamer example
Juergen Spitzmueller [Wed, 19 Dec 2012 18:47:00 +0000 (19:47 +0100)]
Update beamer example

11 years agoProper support for beamer overprint environment
Juergen Spitzmueller [Wed, 19 Dec 2012 18:33:39 +0000 (19:33 +0100)]
Proper support for beamer overprint environment

This has a list-like structure (with \onslide item commands). The previous implementation was rather useless, since it required lots of ERT. Since the new implementation is so different, we use ERT for conersion/reversion.

The lyx2lyx routines are not yet perfect, though.

11 years agoMake the \item command in lists customizable
Juergen Spitzmueller [Wed, 19 Dec 2012 15:55:22 +0000 (16:55 +0100)]
Make the \item command in lists customizable

11 years agoCmake build:
Kornel Benko [Tue, 18 Dec 2012 09:49:21 +0000 (10:49 +0100)]
Cmake build:
New target: git-archive. It uses the archive comman of git to create
the complete source package.
This Target is only available if
        1.) there is a git command on this host
        2.) the lyx-source is under git control

11 years agoAdd custom target to run tests
Vincent van Ravesteijn [Fri, 14 Dec 2012 18:48:16 +0000 (19:48 +0100)]
Add custom target to run tests

This target can depend on the individual test projects and this makes sure
that the test projects are build before running the tests.

11 years agoIntroduce Layout::args() and simplify code
Vincent van Ravesteijn [Sun, 16 Dec 2012 13:10:03 +0000 (14:10 +0100)]
Introduce Layout::args() and simplify code

11 years agoMove LengthCombo into namespace lyx::frontend
Vincent van Ravesteijn [Mon, 17 Dec 2012 20:13:40 +0000 (21:13 +0100)]
Move LengthCombo into namespace lyx::frontend

11 years agoFix whitespace
Vincent van Ravesteijn [Sun, 16 Dec 2012 17:07:44 +0000 (18:07 +0100)]
Fix whitespace

11 years agoThe first include must be <config.h>
Vincent van Ravesteijn [Sun, 16 Dec 2012 17:05:27 +0000 (18:05 +0100)]
The first include must be <config.h>

11 years agoAdd Zahari Dmitrov Kassabov to contributors.
Richard Heck [Mon, 17 Dec 2012 15:35:40 +0000 (10:35 -0500)]
Add Zahari Dmitrov Kassabov to contributors.

11 years agoAutoInsert option also for flex insets
Juergen Spitzmueller [Mon, 17 Dec 2012 12:32:40 +0000 (13:32 +0100)]
AutoInsert option also for flex insets

11 years agoFull delimiter support for llbracket and rrbracket
Georg Baum [Sun, 16 Dec 2012 14:49:42 +0000 (15:49 +0100)]
Full delimiter support for llbracket and rrbracket

stmaryrd.sty sets these symbols up as variable size math delimiters (i.e.
they may be used with \left and \right). Now LyX knows about that and offers
them in the delimiter dialog as well as single symbols.

11 years agoAdd missing FORMAT entry (thanks, Jürgen)
Georg Baum [Sun, 16 Dec 2012 13:48:27 +0000 (14:48 +0100)]
Add missing FORMAT entry (thanks, Jürgen)

11 years agoFix errors found by generate_symbols_images.py
Georg Baum [Sun, 16 Dec 2012 13:44:49 +0000 (14:44 +0100)]
Fix errors found by generate_symbols_images.py

llltr is a copy-paste error, the correct name is llless.
astrosun needs the wasysym package (the automatism does not kick in because
the font is cmsy, not wasy).

11 years agoAdd script for automatic toolbar image creation.
Georg Baum [Sun, 16 Dec 2012 13:38:21 +0000 (14:38 +0100)]
Add script for automatic toolbar image creation.

Manually created toolbar images are needed in many cases, but for simple
symbols automatically generated ones are better than nothing.

11 years agoOption to auto-insert a paragraph style option, particularly useful for specific...
Juergen Spitzmueller [Sun, 16 Dec 2012 12:37:14 +0000 (13:37 +0100)]
Option to auto-insert a paragraph style option, particularly useful for specific mandatory arguments (such as beamer block or frame titles)

11 years agoDo not call tex2lyx in roundtrip mode for tests
Georg Baum [Sat, 15 Dec 2012 16:47:09 +0000 (17:47 +0100)]
Do not call tex2lyx in roundtrip mode for tests

11 years agoCorrectly handle environment sequences in TOC
Juergen Spitzmueller [Sat, 15 Dec 2012 15:47:57 +0000 (16:47 +0100)]
Correctly handle environment sequences in TOC

Only the first paragraph in those sequences goes into the TOC, since the environment is merged.

This is needed to handle the forthcoming beamer environments properly in the outliner.

11 years agoCmake build tex2lyx testing:
Kornel Benko [Sat, 15 Dec 2012 14:38:48 +0000 (15:38 +0100)]
Cmake build tex2lyx testing:
To please Georg:
1.) Do _not_ use globbing to get test file
2.) Do not evaluate stderr output of tex2lyx

11 years agoAdd support for stmaryrd.sty (bug #8434)
Georg Baum [Sat, 15 Dec 2012 12:02:40 +0000 (13:02 +0100)]
Add support for stmaryrd.sty (bug #8434)

The stmaryrd package adds support for lots of math symbols, using a font
designed to accompany the computer modern fonts. The changes in detail:

- Fix generate_symbols_list.py to work with stmaryrd.sty. It loooks like it
  was automatically translated from a perl version and never used.
- Generate the new symbols in lib/symbols using generate_symbols_list.py and
  add some manual adjustments
- Generate stmary10.ttf by a simple ttf export from stmary10.sfd with fontforge
- Add license info for stmary10.ttf
- Create a test file with all symbols from stmaryrd.sty. Actually it would be
  nice to have this for the other fonts as well.
- The mechanics: lyx2lyx, tex2lyx, font machinery etc.

11 years agoAllow for keeping succesful tests output directories if the V env variable is non...
Tommaso Cucinotta [Sat, 15 Dec 2012 12:05:51 +0000 (12:05 +0000)]
Allow for keeping succesful tests output directories if the V env variable is non-null.

11 years agoCmake build autotests:
Kornel Benko [Sat, 15 Dec 2012 11:58:31 +0000 (12:58 +0100)]
Cmake build autotests:
Correct the environment MAX_LOOP -> MAX_LOOPS