forked from pool/texmath
Compare commits
13 Commits
Author | SHA256 | Date | |
---|---|---|---|
b4a9df4ab8 | |||
efadd77254 | |||
b5f2a5bde7 | |||
fe29c1abcd | |||
bad7b0a05f | |||
a4463f8d56 | |||
1b45e5f09b | |||
0f39ce37f0 | |||
babbadf2e8 | |||
0e2615e9e3 | |||
5bb8d8faa6 | |||
522fef6f1a | |||
fa70f7567c |
3
texmath-0.12.10.3.tar.gz
Normal file
3
texmath-0.12.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57e43a897c1864e1fae6b1d75c055de6cd7c9e3ca4d839d89cc2f6a8fa2ffb76
|
||||
size 1488381
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffe8a6638b616e47e61153ed3baef96c40c5a150a9a51cc7d55007da56c9dd7b
|
||||
size 1483528
|
@@ -1,3 +1,102 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 21:47:08 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.10.3.
|
||||
texmath (0.12.10.3)
|
||||
|
||||
* MathML writer: fix rendering of EScaled (#264, Ewan Davies).
|
||||
Use `%` values for `maxwidth` and `minwidth`, and set `stretchy` to
|
||||
`true`. Otherwise browsers do not rescale.
|
||||
|
||||
* TeX reader: Support all r/l variants of `\big`, `\bigg`, `\Big` (#266).
|
||||
|
||||
* Require typst-symbols >= 0.1.8.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 18:12:26 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.10.2.
|
||||
texmath (0.12.10.2)
|
||||
|
||||
* Use texmath-symbols 0.1.8 (supports typst 0.13 symbols).
|
||||
|
||||
texmath (0.12.10.1)
|
||||
|
||||
* MathML writer: group function application with operator name (#262).
|
||||
This fixes an issue with munder/mover. Previously the mo
|
||||
with the U+2061 was being put under the 'lim' operator
|
||||
instead of 'n -> oo'. Grouping them ensures that munder/mover
|
||||
will work properly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 21:50:43 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.10.
|
||||
texmath (0.12.10)
|
||||
|
||||
* texmath-server:
|
||||
|
||||
+ Change endpoints: `/convert` to root, and `/convert-batch` to `/batch`.
|
||||
+ Allow running as CGI if renamed pandoc-server.cgi. In this mode it
|
||||
accepts JSON content with POST requests or parameters with GET requests,
|
||||
just like pandoc-server itself.
|
||||
|
||||
* TeX reader:
|
||||
|
||||
+ Fix parsing bug with comment at beginning of braced (#258).
|
||||
+ Support negative numbers in `\hspace` (#259).
|
||||
+ Allow decimals in `\hspace` (#259).
|
||||
+ Support `\quad` in `\text` (#260).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 17:14:36 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.9.
|
||||
Upstream has renamed and modified the change log file(s) in this
|
||||
release. Unfortunately, the automatic updater cannot reliable
|
||||
determine relevant entries for this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 18:44:59 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.8.13.
|
||||
texmath (0.12.8.13)
|
||||
|
||||
* Remove special override for `\perp` in Text.TeXMath.Readers.TeX.Commands
|
||||
(#247). This caused `\perp` to be read as U+22A5 instead of U+27C2. This
|
||||
addresses the mismatch with the TeX writer (which associates `\bot` with
|
||||
U+22A5 and `\perp` with U+27C2).
|
||||
|
||||
* Typst writer:
|
||||
|
||||
+ Fix several issues with accents and attachments (#245).
|
||||
+ Fix handling of some EOver with combining accents (#245).
|
||||
+ Escape backslash in text context (#245).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 21:21:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update texmath to version 0.12.8.12.
|
||||
texmath (0.12.8.12)
|
||||
|
||||
* TeX writer: render prime and superscripted prime as `'` (#246).
|
||||
|
||||
* TeX reader:
|
||||
|
||||
+ Don't crash on array with `\hline` before blank cell (#244).
|
||||
+ Skip whitespace in array column specifier (#244).
|
||||
|
||||
* OMML writer:
|
||||
|
||||
+ Fix order of dPr attributes (#243).
|
||||
|
||||
* Typst writer:
|
||||
|
||||
+ Escape commas (#242). Otherwise we can get bad results e.g. in fractions,
|
||||
when the commas separate arguments.
|
||||
|
||||
* Require typst-symbols 0.1.7, update tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 02:15:36 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
24
texmath.spec
24
texmath.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package texmath
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,26 +20,19 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: %{pkg_name}
|
||||
Version: 0.12.8.11
|
||||
Version: 0.12.10.3
|
||||
Release: 0
|
||||
Summary: Conversion between math formats
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-aeson-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-network-uri-prof
|
||||
BuildRequires: ghc-pandoc-types-devel
|
||||
BuildRequires: ghc-pandoc-types-prof
|
||||
BuildRequires: ghc-parsec-devel
|
||||
@@ -59,10 +52,14 @@ BuildRequires: ghc-xml-devel
|
||||
BuildRequires: ghc-xml-prof
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-pretty-show-devel
|
||||
BuildRequires: ghc-pretty-show-prof
|
||||
BuildRequires: ghc-tagged-devel
|
||||
BuildRequires: ghc-tagged-prof
|
||||
BuildRequires: ghc-tasty-devel
|
||||
@@ -128,12 +125,11 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%define cabal_configure_options -fexecutable
|
||||
%define cabal_configure_options -f+executable
|
||||
%ghc_lib_build
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
%ghc_fix_rpath %{pkg_name}-%{version}
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
@@ -146,14 +142,14 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.markdown changelog
|
||||
%{_bindir}/%{name}
|
||||
%doc README.md changelog.md
|
||||
%{_bindir}/texmath
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
%license LICENSE
|
||||
|
||||
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
||||
%doc README.markdown changelog
|
||||
%doc README.md changelog.md
|
||||
|
||||
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user