[PR #56] [CLOSED] [apps/reader] LaTeX functions #229

Closed
opened 2026-05-06 13:16:21 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/56
Author: @Mino1289
Created: 10/22/2021
Status: Closed

Base: upsilon-dev-latexHead: upsilon-dev-latex


📝 Commits (8)

  • fba94f8 [apps/reader] Adding \space, \left( and \right) command
  • 7df0772 [reader] Added ovverightarrow in parser and fix a bug in reader (#5)
  • ede0355 Solve conflicts
  • a9e5e70 [apps/reader] Add the left and right command check
  • 6182091 [apps/reader] TexParser: Adding floor and ceil cmd
  • f22424a [apps/reader] Prise en compte de la couleur de fond (pour les theme "dark")
  • 6a3f437 [apps/reader] Add \sim symbol (~)
  • 0959ba0 Merge branch 'upsilon-dev-latex' into upsilon-dev-latex

📊 Changes

3 files changed (+73 additions, -6 deletions)

View changed files

📝 apps/reader/tex_parser.cpp (+61 -4)
📝 apps/reader/tex_parser.h (+11 -1)
📝 apps/reader/word_wrap_view.cpp (+1 -1)

📄 Description

Ce PR à pour objectif d'ajouter le plus de fonction LaTeX, tel que Poincare gère le rendu.

À faire:

  • : \frac{num}{den} (numérateur sur dénominateur)
  • : \sqrt[n]{x} Racine n-ieme (n facultatif)
  • : Toutes les lettres grecs
  • : Les différents opérateurs et contantes (\times, \div, \infty, etc)
  • : Toutes les fonctions trigonométriques (et autres fonctions)
  • : Refactorisation du code
  • : Fix the N0110 CI
  • : Edit the font

Tout seras à tester avant de l'utiliser.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/56 **Author:** [@Mino1289](https://github.com/Mino1289) **Created:** 10/22/2021 **Status:** ❌ Closed **Base:** `upsilon-dev-latex` ← **Head:** `upsilon-dev-latex` --- ### 📝 Commits (8) - [`fba94f8`](https://github.com/UpsilonNumworks/Upsilon/commit/fba94f8095119765036d4b35cc999d7c49b0cc7e) [apps/reader] Adding \space, \left( and \right) command - [`7df0772`](https://github.com/UpsilonNumworks/Upsilon/commit/7df07727f80619932f95c954749945d085c44f5f) [reader] Added ovverightarrow in parser and fix a bug in reader (#5) - [`ede0355`](https://github.com/UpsilonNumworks/Upsilon/commit/ede0355ed8bcc8b1987a5c5fff6d06185eec2f48) Solve conflicts - [`a9e5e70`](https://github.com/UpsilonNumworks/Upsilon/commit/a9e5e703222fc37f65f31edb630247f4112d9e91) [apps/reader] Add the left and right command check - [`6182091`](https://github.com/UpsilonNumworks/Upsilon/commit/6182091906a4d8d0330d1c3acc6b2f3ea1d1311f) [apps/reader] TexParser: Adding floor and ceil cmd - [`f22424a`](https://github.com/UpsilonNumworks/Upsilon/commit/f22424a9d7e81ac6075e0914cde7fab6021faa80) [apps/reader] Prise en compte de la couleur de fond (pour les theme "dark") - [`6a3f437`](https://github.com/UpsilonNumworks/Upsilon/commit/6a3f4378e6f2a5fafa1a3ff2a2c77fe45f483882) [apps/reader] Add \sim symbol (~) - [`0959ba0`](https://github.com/UpsilonNumworks/Upsilon/commit/0959ba086b8021a31b31c4b29b5b4259ca2885f3) Merge branch 'upsilon-dev-latex' into upsilon-dev-latex ### 📊 Changes **3 files changed** (+73 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `apps/reader/tex_parser.cpp` (+61 -4) 📝 `apps/reader/tex_parser.h` (+11 -1) 📝 `apps/reader/word_wrap_view.cpp` (+1 -1) </details> ### 📄 Description Ce PR à pour objectif d'ajouter le plus de fonction LaTeX, tel que Poincare gère le rendu. À faire: - [x] : \frac{num}{den} (numérateur sur dénominateur) - [x] : \sqrt[n]{x} Racine n-ieme (n facultatif) - [x] : Toutes les lettres grecs - [x] : Les différents opérateurs et contantes (\times, \div, \infty, etc) - [x] : Toutes les fonctions trigonométriques (et autres fonctions) - [x] : Refactorisation du code - [x] : Fix the N0110 CI - [ ] : Edit the font Tout seras à tester avant de l'utiliser. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:21 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#229
No description provided.