[PR #237] [MERGED] [apps/reader] Adding new symbols and functions in the TexParser #330

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/237
Author: @Mino1289
Created: 5/21/2022
Status: Merged
Merged: 6/12/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-tex


📝 Commits (4)

  • d074c3f [apps/reader] Adding \overline and \i in TexParser
  • 93b708e [apps/reader] Adding \f, prettier function symbol.
  • 48da410 [apps/reader] Adding \intset in TexParser
  • 82717a1 Merge branch 'upsilon-dev' into upsilon-tex

📊 Changes

3 files changed (+46 additions, -13 deletions)

View changed files

📝 apps/reader/tex_parser.cpp (+35 -11)
📝 apps/reader/tex_parser.h (+7 -2)
📝 kandinsky/fonts/code_points.h (+4 -0)

📄 Description

Adding in the TexParser :

  • \overline{z} : The complex conjugate
  • \i : The Complex imaginary number
  • \f : A special f for functions
  • \intset{0,n-1} : The set of integer (here between 0 and n-1)

🔄 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/237 **Author:** [@Mino1289](https://github.com/Mino1289) **Created:** 5/21/2022 **Status:** ✅ Merged **Merged:** 6/12/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-tex` --- ### 📝 Commits (4) - [`d074c3f`](https://github.com/UpsilonNumworks/Upsilon/commit/d074c3fcd0eaa21ba9eef6034a795993686a2932) [apps/reader] Adding \overline and \i in TexParser - [`93b708e`](https://github.com/UpsilonNumworks/Upsilon/commit/93b708e6878e38e154a45ede0858b1e22075089c) [apps/reader] Adding \f, prettier function symbol. - [`48da410`](https://github.com/UpsilonNumworks/Upsilon/commit/48da410ca24d69a7dc83002e3c3c2ec1b4d2bea1) [apps/reader] Adding \intset in TexParser - [`82717a1`](https://github.com/UpsilonNumworks/Upsilon/commit/82717a1d15d9dea2779cdc73b1d5531061d4cffb) Merge branch 'upsilon-dev' into upsilon-tex ### 📊 Changes **3 files changed** (+46 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `apps/reader/tex_parser.cpp` (+35 -11) 📝 `apps/reader/tex_parser.h` (+7 -2) 📝 `kandinsky/fonts/code_points.h` (+4 -0) </details> ### 📄 Description Adding in the TexParser : - `\overline{z}` : The complex conjugate - `\i` : The Complex imaginary number - `\f` : A special f for functions - `\intset{0,n-1}` : The set of integer (here between 0 and n-1) --- <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:52 +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#330
No description provided.