mathematical 1.5.12 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -30
- data/Rakefile +1 -0
- data/ext/mathematical/CMakeLists.txt +4 -1
- data/ext/mathematical/extconf.rb +4 -1
- data/ext/mathematical/lasem/NEWS +17 -0
- data/ext/mathematical/lasem/autogen.sh +5 -2
- data/ext/mathematical/lasem/configure.ac +3 -3
- data/ext/mathematical/lasem/po/cs.po +50 -18
- data/ext/mathematical/lasem/po/de.po +62 -26
- data/ext/mathematical/lasem/po/es.po +27 -18
- data/ext/mathematical/lasem/po/hu.po +50 -21
- data/ext/mathematical/lasem/po/id.po +49 -16
- data/ext/mathematical/lasem/po/lt.po +47 -18
- data/ext/mathematical/lasem/po/pl.po +53 -24
- data/ext/mathematical/lasem/po/pt_BR.po +70 -29
- data/ext/mathematical/lasem/po/sl.po +43 -29
- data/ext/mathematical/lasem/po/sr.po +67 -27
- data/ext/mathematical/lasem/po/sr@latin.po +67 -27
- data/ext/mathematical/lasem/po/sv.po +51 -18
- data/ext/mathematical/lasem/src/lasemrender.c +107 -14
- data/ext/mathematical/lasem/src/lsmitex.c +1 -0
- data/ext/mathematical/lasem/src/lsmsvgelement.c +0 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +16 -0
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -1
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +8 -2
- data/ext/mathematical/lasem_overrides.c +3 -3
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mathematical.c +1 -1
- data/ext/mathematical/mtex2MML/CMakeLists.txt +5 -0
- data/ext/mathematical/mtex2MML/README.md +3 -3
- data/ext/mathematical/mtex2MML/SUPPORTED.md +2 -0
- data/ext/mathematical/mtex2MML/appveyor.yml +15 -5
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +181 -116
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCCompiler.cmake +67 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCXXCompiler.cmake +68 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeSystem.cmake +15 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdC/CMakeCCompilerId.c +223 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdCXX → 3.6.1/CompilerIdC}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdCXX/CMakeCXXCompilerId.cpp +202 -44
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdC → 3.6.1/CompilerIdCXX}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +405 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +29 -29
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +68 -60
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +564 -522
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +28 -21
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +55 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/progress.make +1 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +115 -27
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +54 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean_target.cmake +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +19 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +18 -19
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/progress.make +9 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +60 -47
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/progress.make +10 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +17 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +178 -124
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +5 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/progress.make +27 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/progress.marks +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +2 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +25 -7
- data/ext/mathematical/mtex2MML/build/Makefile +419 -307
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +32 -32
- data/ext/mathematical/mtex2MML/build/lexer.c +4317 -4379
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +12 -5
- data/ext/mathematical/mtex2MML/build/parser.c +5549 -5473
- data/ext/mathematical/mtex2MML/build/parser.h +499 -490
- data/ext/mathematical/mtex2MML/build/parser.output +93361 -92735
- data/ext/mathematical/mtex2MML/deps/strdup/package.json +2 -2
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.c +2 -0
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.h +2 -0
- data/ext/mathematical/mtex2MML/deps/uthash/package.json +2 -1
- data/ext/mathematical/mtex2MML/deps/uthash/utarray.h +42 -36
- data/ext/mathematical/mtex2MML/deps/uthash/uthash.h +334 -218
- data/ext/mathematical/mtex2MML/deps/uthash/utlist.h +282 -144
- data/ext/mathematical/mtex2MML/deps/uthash/utringbuffer.h +108 -0
- data/ext/mathematical/mtex2MML/deps/uthash/utstring.h +15 -10
- data/ext/mathematical/mtex2MML/script/bootstrap +6 -12
- data/ext/mathematical/mtex2MML/script/cibuild +47 -1
- data/ext/mathematical/mtex2MML/script/{release → tag} +1 -1
- data/ext/mathematical/mtex2MML/src/environment.c +73 -13
- data/ext/mathematical/mtex2MML/src/environment.h +1 -1
- data/ext/mathematical/mtex2MML/src/lexer.l +75 -53
- data/ext/mathematical/mtex2MML/src/main.c +65 -36
- data/ext/mathematical/mtex2MML/src/mtex2MML.h +5 -1
- data/ext/mathematical/mtex2MML/src/parser.y +67 -16
- data/ext/mathematical/mtex2MML/tests/basic.c +10 -0
- data/ext/mathematical/mtex2MML/tests/delimiters.c +95 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/strut-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/cal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/frak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathcal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathfrak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathscr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/rm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/scr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/array/strip_excess_whitespace_in_array_attributes.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.html +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.txt +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.html +8 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.txt +11 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/performance/big_file.html +6 -6
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/symbols.c +69 -0
- data/lib/mathematical.rb +19 -1
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -1
- data/test/mathematical/basic_test.rb +16 -3
- data/test/mathematical/fixtures/png/numeric_test_1.png +0 -0
- data/test/mathematical/fixtures/png/numeric_test_3.png +0 -0
- data/test/mathematical/fixtures/png/pmatrix.png +0 -0
- data/test/mathematical/maliciousness_test.rb +0 -1
- data/test/mathematical/multiples_test.rb +3 -0
- data/test/mathematical/png_test.rb +4 -1
- data/test/test_helper.rb +2 -0
- metadata +54 -18
- data/ext/mathematical/FindNewerRubies.cmake +0 -292
- data/ext/mathematical/mtex2MML/build.ps1 +0 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake +0 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake +0 -56
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/src/y.output +0 -117655
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48599dded94ed81e29f39700520cefd55e334852
|
4
|
+
data.tar.gz: c8fc0e34036ed3f04705f573db357f9815f840f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ee90958060b1a73c40a31785f3ea7561fa2ac86c6133812ffdc8a23322ca5f3ab05b3ed74fc43f7af69a952283fee4a1201892d8cc65ee14543857ca75457a0
|
7
|
+
data.tar.gz: dfe730caf5e4d1900c0a76067a88da2467380a70afa464ec29467f6fe1b47a13de84c7385bc21d4208dcc7753ce991bd54a3a64463db36718df6f0745b04b5d7
|
data/README.md
CHANGED
@@ -143,13 +143,19 @@ curl -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/cmex10.ttf \
|
|
143
143
|
-LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/msbm10.ttf
|
144
144
|
```
|
145
145
|
|
146
|
-
|
146
|
+
## Troubleshooting
|
147
147
|
|
148
|
-
|
149
|
-
brew install https://raw.githubusercontent.com/Homebrew/homebrew/26d5775494b3535820c48442c23af44f72974880/Library/Formula/cairo.rb
|
150
|
-
```
|
148
|
+
### Issues building Lasem
|
151
149
|
|
152
|
-
|
150
|
+
If you're having issues building Lasem, or have Lasem already preinstalled, you should set the `MATHEMATICAL_USE_SYSTEM_LASEM` environment variable to skip the build:
|
151
|
+
|
152
|
+
* If you use bundler:
|
153
|
+
|
154
|
+
MATHEMATICAL_USE_SYSTEM_LASEM=1 bundle install
|
155
|
+
|
156
|
+
* If you use gem install:
|
157
|
+
|
158
|
+
MATHEMATICAL_USE_SYSTEM_LASEM=1 gem install mathematical
|
153
159
|
|
154
160
|
## Benchmark
|
155
161
|
|
@@ -247,28 +253,3 @@ MathToItex(string).convert do |eq, type|
|
|
247
253
|
%|<img class="#{type.to_s}-math" data-math-type="#{type.to_s}-math" src="#{svg_content}"/>|
|
248
254
|
end
|
249
255
|
```
|
250
|
-
|
251
|
-
## Troubleshooting
|
252
|
-
|
253
|
-
### Issues building Lasem
|
254
|
-
|
255
|
-
If you're having issues building Lasem, or have Lasem already preinstalled, you should set the `MATHEMATICAL_USE_SYSTEM_LASEM` environment variable to skip the build:
|
256
|
-
|
257
|
-
* If you use bundler:
|
258
|
-
|
259
|
-
MATHEMATICAL_USE_SYSTEM_LASEM=1 bundle install
|
260
|
-
|
261
|
-
* If you use gem install:
|
262
|
-
|
263
|
-
MATHEMATICAL_USE_SYSTEM_LASEM=1 gem install mathematical
|
264
|
-
|
265
|
-
### Issues with font alignment on OS X
|
266
|
-
|
267
|
-
If there's an issue with the resulting file(s) on OS X, chances are the problem is Cairo 1.14.2, which at the time of this writing, is the latest version of Cairo available on OS X via Homebrew.
|
268
|
-
|
269
|
-
[This thread](http://git.io/vnXpv) has more information on the problem and a possible work-around. For right now, it's suggested that you use an older (but still functional) version of Cairo and Pango:
|
270
|
-
|
271
|
-
```
|
272
|
-
brew install https://raw.githubusercontent.com/Homebrew/homebrew/26d5775494b3535820c48442c23af44f72974880/Library/Formula/cairo.rb
|
273
|
-
brew install https://raw.githubusercontent.com/Homebrew/homebrew/e8a4de3960191c5726084416a3b78c5fcd5a3b05/Library/Formula/pango.rb
|
274
|
-
```
|
data/Rakefile
CHANGED
@@ -12,7 +12,6 @@ set(LIBRARY "lasem")
|
|
12
12
|
set(VERSION 0.6)
|
13
13
|
|
14
14
|
find_package(PkgConfig)
|
15
|
-
include(FindNewerRubies.cmake)
|
16
15
|
|
17
16
|
set(LASEM_SRC_DIR ${CMAKE_SOURCE_DIR}/lasem/src/)
|
18
17
|
set(MTEX2MML_SRC_DIR ${CMAKE_SOURCE_DIR}/mtex2MML/src/)
|
@@ -29,6 +28,10 @@ list(APPEND LASEM_SRC "${CMAKE_SOURCE_DIR}/lasem_overrides.c")
|
|
29
28
|
# me the patch. Much appreciated.
|
30
29
|
add_definitions(-DPACKAGE_LOCALE_DIR="/usr/share/locale")
|
31
30
|
|
31
|
+
if(DEFINED $ENV{TRAVIS})
|
32
|
+
add_definitions(-DIS_TRAVISCI="true")
|
33
|
+
endif()
|
34
|
+
|
32
35
|
add_library(${LIBRARY} SHARED
|
33
36
|
${LASEM_SRC}
|
34
37
|
)
|
data/ext/mathematical/extconf.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
ENV['RC_ARCHS'] = '' if RUBY_PLATFORM =~ /darwin|mac os/
|
2
|
+
|
1
3
|
require 'mkmf'
|
2
4
|
require 'rbconfig'
|
3
5
|
|
@@ -84,8 +86,9 @@ dir_config('mathematical', HEADER_DIRS, LIB_DIRS)
|
|
84
86
|
|
85
87
|
find_header('mtex2MML.h', MTEX2MML_SRC_DIR)
|
86
88
|
|
89
|
+
flag = ENV['TRAVIS'] ? '-O0' : '-O2'
|
87
90
|
$LDFLAGS << " #{`pkg-config --static --libs glib-2.0 gdk-pixbuf-2.0 cairo pango`.chomp}"
|
88
|
-
$CFLAGS << "
|
91
|
+
$CFLAGS << " #{flag} #{`pkg-config --cflags glib-2.0 gdk-pixbuf-2.0 cairo pango`.chomp}"
|
89
92
|
$LIBS << ' -lmtex2MML -llasem'
|
90
93
|
|
91
94
|
create_makefile('mathematical/mathematical')
|
data/ext/mathematical/lasem/NEWS
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
Release 0.5.1
|
2
|
+
=============
|
3
|
+
|
4
|
+
* svg: implement overflow, viewBox and preserveAspectRatio for <symbol> (Emmanuel)
|
5
|
+
* svg: fix a crash in blur filter in case of a null input surface (Emmanuel
|
6
|
+
* svg: <feColorMatrix> support
|
7
|
+
* svg: <feImage> support
|
8
|
+
* svg: <feMorphology> support
|
9
|
+
* svg: <feConvolveMatrix> support
|
10
|
+
* svg: <feTurbulence> support
|
11
|
+
* svg: <feDisplacementMap> support
|
12
|
+
* svg: use Mario Klingeman's stackblur algorithm for <feBlur>
|
13
|
+
* mathml: negative spacing constant support (Garen)
|
14
|
+
* mathml: minlabelspacing support for <mlabeledtr> (Garen)
|
15
|
+
* build: OSX compilation fix (Garen)
|
16
|
+
* translation updates (Мирослав, Aurimas, Balázs, Piotr, Tom, Anders, Daniel, Andika, Marek, Pedro, Duarte, Cédric, Samir)
|
17
|
+
|
1
18
|
Release 0.5.0
|
2
19
|
=============
|
3
20
|
|
@@ -148,8 +148,11 @@ do
|
|
148
148
|
if grep "^LT_INIT" configure.ac >/dev/null; then
|
149
149
|
if test -z "$NO_LIBTOOLIZE" ; then
|
150
150
|
echo "Running libtoolize..."
|
151
|
-
|
152
|
-
|
151
|
+
if ["`uname`" = "Darwin"]; then
|
152
|
+
glibtoolize --force --copy
|
153
|
+
else
|
154
|
+
libtoolize --force --copy
|
155
|
+
fi
|
153
156
|
fi
|
154
157
|
fi
|
155
158
|
echo "Running aclocal $aclocalinclude ..."
|
@@ -32,7 +32,7 @@ AC_PROG_YACC
|
|
32
32
|
AC_SUBST(GETTEXT_PACKAGE, lasem-${LASEM_API_VERSION})
|
33
33
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
|
34
34
|
AM_GLIB_GNU_GETTEXT
|
35
|
-
|
35
|
+
IT_PROG_INTLTOOL([0.35.0])
|
36
36
|
|
37
37
|
LT_INIT()
|
38
38
|
|
@@ -113,8 +113,8 @@ AC_SUBST(LASEM_LIBS)
|
|
113
113
|
AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
|
114
114
|
|
115
115
|
GOBJECT_INTROSPECTION_CHECK([0.6.7])
|
116
|
-
|
117
|
-
AM_CONDITIONAL([BUILD_GTK_DOC], [
|
116
|
+
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
|
117
|
+
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
|
118
118
|
|
119
119
|
AC_CONFIG_FILES([
|
120
120
|
Makefile
|
@@ -1,62 +1,94 @@
|
|
1
1
|
# Czech translation for lasem.
|
2
2
|
# Copyright (C) 2013 lasem's COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the lasem package.
|
4
|
-
#
|
5
|
-
# Marek Černocký <marek@manet.cz>, 2013, 2015.
|
4
|
+
# Marek Černocký <marek@manet.cz>, 2013, 2015, 2016.
|
6
5
|
#
|
7
6
|
msgid ""
|
8
7
|
msgstr ""
|
9
8
|
"Project-Id-Version: lasem master\n"
|
10
9
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
|
11
|
-
"product=lasem&keywords=I18N+L10N&component=
|
12
|
-
"POT-Creation-Date:
|
13
|
-
"PO-Revision-Date:
|
10
|
+
"product=lasem&keywords=I18N+L10N&component=Other\n"
|
11
|
+
"POT-Creation-Date: 2016-08-15 10:29+0000\n"
|
12
|
+
"PO-Revision-Date: 2016-08-22 13:07+0200\n"
|
14
13
|
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
|
15
|
-
"Language-Team:
|
14
|
+
"Language-Team: čeština <gnome-cs-list@gnome.org>\n"
|
16
15
|
"Language: cs\n"
|
17
16
|
"MIME-Version: 1.0\n"
|
18
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
18
|
"Content-Transfer-Encoding: 8bit\n"
|
20
19
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
21
|
-
"X-Generator: Gtranslator 2.91.
|
20
|
+
"X-Generator: Gtranslator 2.91.7\n"
|
22
21
|
|
23
|
-
#: ../src/lasemrender.c:
|
22
|
+
#: ../src/lasemrender.c:70
|
24
23
|
msgid "Output filename"
|
25
24
|
msgstr "Název výstupního souboru"
|
26
25
|
|
27
|
-
#: ../src/lasemrender.c:
|
26
|
+
#: ../src/lasemrender.c:72
|
28
27
|
msgid "Output format"
|
29
28
|
msgstr "Výstupní formát"
|
30
29
|
|
31
|
-
#: ../src/lasemrender.c:
|
30
|
+
#: ../src/lasemrender.c:74
|
32
31
|
msgid "Pixel per inch"
|
33
32
|
msgstr "Pixelů na palec"
|
34
33
|
|
35
|
-
#: ../src/lasemrender.c:
|
34
|
+
#: ../src/lasemrender.c:76
|
36
35
|
msgid "Zoom"
|
37
36
|
msgstr "Přiblížení"
|
38
37
|
|
39
|
-
#: ../src/lasemrender.c:
|
38
|
+
#: ../src/lasemrender.c:78
|
39
|
+
msgid "Element id"
|
40
|
+
msgstr "ID elementu"
|
41
|
+
|
42
|
+
#: ../src/lasemrender.c:80
|
43
|
+
msgid "Offset"
|
44
|
+
msgstr "Posun"
|
45
|
+
|
46
|
+
#: ../src/lasemrender.c:82
|
47
|
+
msgid "Size"
|
48
|
+
msgstr "Velikost"
|
49
|
+
|
50
|
+
#: ../src/lasemrender.c:84
|
40
51
|
msgid "Debug domains"
|
41
52
|
msgstr "Ladit domény"
|
42
53
|
|
43
|
-
#: ../src/lasemrender.c:
|
54
|
+
#: ../src/lasemrender.c:97
|
55
|
+
msgid "Invalid document type (SVG expected)"
|
56
|
+
msgstr "Neplatný typ dokumentu (očekáván SVG)"
|
57
|
+
|
58
|
+
#: ../src/lasemrender.c:103
|
59
|
+
#, c-format
|
60
|
+
msgid "Element '%s' not found"
|
61
|
+
msgstr "Element „%s“ nebyl nalezen"
|
62
|
+
|
63
|
+
#: ../src/lasemrender.c:154
|
44
64
|
msgid "Option parsing failed:"
|
45
65
|
msgstr "Selhalo zpracování voleb:"
|
46
66
|
|
47
|
-
#: ../src/lasemrender.c:
|
67
|
+
#: ../src/lasemrender.c:161
|
48
68
|
msgid "Invalid zoom value"
|
49
69
|
msgstr "Neplatná hodnota přiblížení"
|
50
70
|
|
51
|
-
#: ../src/lasemrender.c:
|
71
|
+
#: ../src/lasemrender.c:170
|
72
|
+
msgid "Invalid number of arguments for offset option"
|
73
|
+
msgstr "Neplatný počet argumentů pro posun"
|
74
|
+
|
75
|
+
#: ../src/lasemrender.c:180
|
76
|
+
msgid "Invalid number of arguments for size option"
|
77
|
+
msgstr "Neplatný počet argumentů pro velikost"
|
78
|
+
|
79
|
+
#: ../src/lasemrender.c:185
|
80
|
+
msgid "Invalid export size"
|
81
|
+
msgstr "Neplatná velikost exportu"
|
82
|
+
|
83
|
+
#: ../src/lasemrender.c:193
|
52
84
|
msgid "Missing input filename"
|
53
85
|
msgstr "Schází název vstupního souboru"
|
54
86
|
|
55
|
-
#: ../src/lasemrender.c:
|
87
|
+
#: ../src/lasemrender.c:204
|
56
88
|
msgid "Unknown format:"
|
57
89
|
msgstr "Neznámý formát:"
|
58
90
|
|
59
|
-
#: ../src/lasemrender.c:
|
91
|
+
#: ../src/lasemrender.c:244
|
60
92
|
msgid ""
|
61
93
|
"Don't know which format to use, please either give a format (-f) or an "
|
62
94
|
"output filename (-o)"
|
@@ -64,7 +96,7 @@ msgstr ""
|
|
64
96
|
"Není známo, jaký použít formát. Zadejte prosím buď formát (-f) nebo název "
|
65
97
|
"vstupního souboru (-o)"
|
66
98
|
|
67
|
-
#: ../src/lasemrender.c:
|
99
|
+
#: ../src/lasemrender.c:355
|
68
100
|
#, c-format
|
69
101
|
msgid "Can't load '%s'"
|
70
102
|
msgstr "Nelze načíst „%s“"
|
@@ -1,15 +1,15 @@
|
|
1
1
|
# German translation for lasem
|
2
2
|
# Copyright (C) 2010 Emmanuel Pacaud <emmanuel@gnome.org>
|
3
3
|
# This file is distributed under the same license as the lasem package.
|
4
|
-
# Mario Blättermann <mario.blaettermann@gmail.com>, 2012.
|
4
|
+
# Mario Blättermann <mario.blaettermann@gmail.com>, 2012, 2016.
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: lasem master\n"
|
9
9
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
|
10
10
|
"product=lasem&keywords=I18N+L10N&component=general\n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2016-07-04 19:36+0000\n"
|
12
|
+
"PO-Revision-Date: 2016-08-04 11:50+0200\n"
|
13
13
|
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
|
14
14
|
"Language-Team: German <gnome-de@gnome.org>\n"
|
15
15
|
"Language: de\n"
|
@@ -17,52 +17,88 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20
|
-
"X-Poedit-Language: German\n"
|
21
|
-
"X-Poedit-Country: GERMANY\n"
|
22
20
|
"X-Language: de_DE\n"
|
23
21
|
"X-Source-Language: C\n"
|
22
|
+
"X-Generator: Poedit 1.8.8\n"
|
24
23
|
|
25
|
-
#: ../src/lasemrender.c:
|
24
|
+
#: ../src/lasemrender.c:70
|
26
25
|
msgid "Output filename"
|
27
26
|
msgstr "Name der Ausgabedatei"
|
28
27
|
|
29
|
-
#: ../src/lasemrender.c:
|
28
|
+
#: ../src/lasemrender.c:72
|
30
29
|
msgid "Output format"
|
31
30
|
msgstr "Ausgabeformat"
|
32
31
|
|
33
|
-
#: ../src/lasemrender.c:
|
32
|
+
#: ../src/lasemrender.c:74
|
34
33
|
msgid "Pixel per inch"
|
35
34
|
msgstr "Pixel pro Zoll"
|
36
35
|
|
37
|
-
#: ../src/lasemrender.c:
|
36
|
+
#: ../src/lasemrender.c:76
|
38
37
|
msgid "Zoom"
|
39
38
|
msgstr "Vergrößerung"
|
40
39
|
|
41
|
-
#: ../src/lasemrender.c:
|
40
|
+
#: ../src/lasemrender.c:78
|
41
|
+
msgid "Element id"
|
42
|
+
msgstr "Element-Kennung"
|
43
|
+
|
44
|
+
#: ../src/lasemrender.c:80
|
45
|
+
msgid "Offset"
|
46
|
+
msgstr "Position"
|
47
|
+
|
48
|
+
#: ../src/lasemrender.c:82
|
49
|
+
msgid "Size"
|
50
|
+
msgstr "Größe"
|
51
|
+
|
52
|
+
#: ../src/lasemrender.c:84
|
42
53
|
msgid "Debug domains"
|
43
54
|
msgstr "Debug-Domains"
|
44
55
|
|
45
|
-
#: ../src/lasemrender.c:
|
46
|
-
|
47
|
-
|
48
|
-
msgstr "Verarbeitung der Option ist gescheitert: %s\n"
|
56
|
+
#: ../src/lasemrender.c:97
|
57
|
+
msgid "Invalid document type (SVG expected)"
|
58
|
+
msgstr "Ungültiger Dokumenttyp (SVG wurde erwartet)"
|
49
59
|
|
50
|
-
#: ../src/lasemrender.c:
|
60
|
+
#: ../src/lasemrender.c:103
|
51
61
|
#, c-format
|
62
|
+
msgid "Element '%s' not found"
|
63
|
+
msgstr "Element »%s« wurde nicht gefunden"
|
64
|
+
|
65
|
+
#: ../src/lasemrender.c:154
|
66
|
+
msgid "Option parsing failed:"
|
67
|
+
msgstr "Verarbeitung der Option ist gescheitert"
|
68
|
+
|
69
|
+
#: ../src/lasemrender.c:161
|
52
70
|
msgid "Invalid zoom value"
|
53
71
|
msgstr "Ungültiger Vergrößerungswert"
|
54
72
|
|
55
|
-
#: ../src/lasemrender.c:
|
56
|
-
|
57
|
-
|
58
|
-
msgstr "Nur ein Name der Eingabedatei wird benötigt\n"
|
73
|
+
#: ../src/lasemrender.c:170
|
74
|
+
msgid "Invalid number of arguments for offset option"
|
75
|
+
msgstr "Unzulässige Argumentanzahl für Positionsoption"
|
59
76
|
|
60
|
-
#: ../src/lasemrender.c:
|
61
|
-
|
62
|
-
|
63
|
-
|
77
|
+
#: ../src/lasemrender.c:180
|
78
|
+
msgid "Invalid number of arguments for size option"
|
79
|
+
msgstr "Unzulässige Argumentanzahl für Größenoption"
|
80
|
+
|
81
|
+
#: ../src/lasemrender.c:185
|
82
|
+
msgid "Invalid export size"
|
83
|
+
msgstr "Unzulässige Exportgröße"
|
84
|
+
|
85
|
+
#: ../src/lasemrender.c:193
|
86
|
+
msgid "Missing input filename"
|
87
|
+
msgstr "Name der Eingabedatei fehlt"
|
88
|
+
|
89
|
+
#: ../src/lasemrender.c:204
|
90
|
+
msgid "Unknown format:"
|
91
|
+
msgstr "Unbekanntes Format"
|
92
|
+
|
93
|
+
#: ../src/lasemrender.c:244
|
94
|
+
msgid ""
|
95
|
+
"Don't know which format to use, please either give a format (-f) or an "
|
96
|
+
"output filename (-o)"
|
97
|
+
msgstr ""
|
98
|
+
"Bitte geben Sie entweder ein Format (mit -f) oder den Namen der Ausgabedatei "
|
99
|
+
"(mit -o) an"
|
64
100
|
|
65
|
-
#: ../src/lasemrender.c:
|
101
|
+
#: ../src/lasemrender.c:355
|
66
102
|
#, c-format
|
67
|
-
msgid "Can't load '%s'
|
68
|
-
msgstr "»%s« kann nicht geladen werden
|
103
|
+
msgid "Can't load '%s'"
|
104
|
+
msgstr "»%s« kann nicht geladen werden"
|
@@ -2,15 +2,15 @@
|
|
2
2
|
# Copyright (C) 2012 lasem's COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the lasem package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
-
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2012, 2015.
|
5
|
+
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2012, 2015, 2016.
|
6
6
|
#
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: lasem master\n"
|
10
10
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
|
11
11
|
"product=lasem&keywords=I18N+L10N&component=general\n"
|
12
|
-
"POT-Creation-Date:
|
13
|
-
"PO-Revision-Date:
|
12
|
+
"POT-Creation-Date: 2016-06-28 18:59+0000\n"
|
13
|
+
"PO-Revision-Date: 2016-07-01 12:31+0200\n"
|
14
14
|
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
|
15
15
|
"Language-Team: Español; Castellano <gnome-es-list@gnome.org>\n"
|
16
16
|
"Language: es\n"
|
@@ -20,46 +20,56 @@ msgstr ""
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
21
|
"X-Generator: Gtranslator 2.91.6\n"
|
22
22
|
|
23
|
-
#: ../src/lasemrender.c:
|
23
|
+
#: ../src/lasemrender.c:68
|
24
24
|
msgid "Output filename"
|
25
25
|
msgstr "Nombre del archivo de salida"
|
26
26
|
|
27
|
-
#: ../src/lasemrender.c:
|
27
|
+
#: ../src/lasemrender.c:70
|
28
28
|
msgid "Output format"
|
29
29
|
msgstr "Formato de salida"
|
30
30
|
|
31
|
-
#: ../src/lasemrender.c:
|
31
|
+
#: ../src/lasemrender.c:72
|
32
32
|
msgid "Pixel per inch"
|
33
33
|
msgstr "Píxeles por pulgada"
|
34
34
|
|
35
|
-
#: ../src/lasemrender.c:
|
35
|
+
#: ../src/lasemrender.c:74
|
36
36
|
msgid "Zoom"
|
37
37
|
msgstr "Ampliación"
|
38
38
|
|
39
|
-
#: ../src/lasemrender.c:
|
39
|
+
#: ../src/lasemrender.c:76
|
40
|
+
msgid "Element id"
|
41
|
+
msgstr "ID del elemento"
|
42
|
+
|
43
|
+
#: ../src/lasemrender.c:78
|
40
44
|
msgid "Debug domains"
|
41
45
|
msgstr "Dominios de depuración"
|
42
46
|
|
43
|
-
#: ../src/lasemrender.c:
|
44
|
-
|
47
|
+
#: ../src/lasemrender.c:91
|
48
|
+
msgid "Invalid document type (SVG expected)"
|
49
|
+
msgstr "Tipo de documento no válido (se esperaba SVG)"
|
50
|
+
|
51
|
+
#: ../src/lasemrender.c:97
|
52
|
+
#, c-format
|
53
|
+
msgid "Element '%s' not found"
|
54
|
+
msgstr "Elemento «%s» no encontrado"
|
55
|
+
|
56
|
+
#: ../src/lasemrender.c:145
|
45
57
|
msgid "Option parsing failed:"
|
46
58
|
msgstr "Falló al analizar la opción:"
|
47
59
|
|
48
|
-
#: ../src/lasemrender.c:
|
60
|
+
#: ../src/lasemrender.c:152
|
49
61
|
msgid "Invalid zoom value"
|
50
62
|
msgstr "Valor de ampliación no válido"
|
51
63
|
|
52
|
-
#: ../src/lasemrender.c:
|
53
|
-
#| msgid "Output filename"
|
64
|
+
#: ../src/lasemrender.c:159
|
54
65
|
msgid "Missing input filename"
|
55
66
|
msgstr "Falta el nombre del archivo de salida"
|
56
67
|
|
57
|
-
#: ../src/lasemrender.c:
|
58
|
-
#| msgid "Unknown format: %s\n"
|
68
|
+
#: ../src/lasemrender.c:170
|
59
69
|
msgid "Unknown format:"
|
60
70
|
msgstr "Formato desconocido:"
|
61
71
|
|
62
|
-
#: ../src/lasemrender.c:
|
72
|
+
#: ../src/lasemrender.c:210
|
63
73
|
msgid ""
|
64
74
|
"Don't know which format to use, please either give a format (-f) or an "
|
65
75
|
"output filename (-o)"
|
@@ -67,9 +77,8 @@ msgstr ""
|
|
67
77
|
"No se sabe qué formato usar. Indique un formato (-f) o un nombre de archivo "
|
68
78
|
"de salida (-o)"
|
69
79
|
|
70
|
-
#: ../src/lasemrender.c:
|
80
|
+
#: ../src/lasemrender.c:307
|
71
81
|
#, c-format
|
72
|
-
#| msgid "Can't load '%s'\n"
|
73
82
|
msgid "Can't load '%s'"
|
74
83
|
msgstr "No se puede cargar «%s»"
|
75
84
|
|