[PR #184] [MERGED] [apps/reader] Add slanted arrows, \in, \cdot, \cdots and \ldots #303

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/184
Author: @Yaya-Cout
Created: 3/20/2022
Status: Merged
Merged: 3/20/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-latex-improve


📝 Commits (2)

  • 71663f2 [apps/reader] Add slanted arrows, \in, \cdot, \cdots and \ldots
  • 5ec866f [apps/reader] Fix \ldots

📊 Changes

3 files changed (+34 additions, -25 deletions)

View changed files

📝 apps/reader/tex_parser.cpp (+26 -24)
📝 kandinsky/fonts/code_points.h (+7 -0)
📝 kandinsky/include/kandinsky/font.h (+1 -1)

📄 Description

This pull request add some commands to the LaTeX parser :

  • \in to display “є”
  • \cdot to display “·”
  • \cdots to display “┅”
  • \ldots to display “┆”
  • Slanted arrows

I didn't patch the font, because I don't know the values to enter in FontForge.


🔄 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/184 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 3/20/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-latex-improve` --- ### 📝 Commits (2) - [`71663f2`](https://github.com/UpsilonNumworks/Upsilon/commit/71663f2241a61600ca1bfd52e13dbc2d83b49191) [apps/reader] Add slanted arrows, \in, \cdot, \cdots and \ldots - [`5ec866f`](https://github.com/UpsilonNumworks/Upsilon/commit/5ec866fac1a8e49c996f52733b654f4e1981f0d1) [apps/reader] Fix \ldots ### 📊 Changes **3 files changed** (+34 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `apps/reader/tex_parser.cpp` (+26 -24) 📝 `kandinsky/fonts/code_points.h` (+7 -0) 📝 `kandinsky/include/kandinsky/font.h` (+1 -1) </details> ### 📄 Description This pull request add some commands to the LaTeX parser : - `\in` to display “є” - `\cdot` to display “·” - `\cdots` to display “┅” - `\ldots` to display “┆” - Slanted arrows I didn't patch the font, because I don't know the values to enter in FontForge. --- <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:43 +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#303
No description provided.