mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #20] [external] New app pdf reader / porting an existing one #8
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mino1289 on GitHub (Sep 21, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/20
I want to share an idea, that exist on most high quality calculator, like TI-nspire: a PDF reader.
Why ?
If you want more details on what I suggest, I'm free to discuss here or in discord (
Mino#1289)@FaustinM commented on GitHub (Sep 23, 2021):
It may be more simple to port a LaTeX parser ?
@Mino1289 commented on GitHub (Sep 23, 2021):
I don't know, a LaTeX parser seems complicated (in my point of view), and it come the same question:
LaTeX is producing a pdf file, so how to show that file in the calculator ?
If it's a LaTeX equation into poincare equation maybe that's cool.
@Lauryy06 commented on GitHub (Sep 23, 2021):
I found an open-source library named MuPDF to render pdf files. It may be possible to use it in the reader if it doesn't take too much space.
@Mino1289 commented on GitHub (Sep 23, 2021):
This could be perfect !
@Overengined commented on GitHub (Sep 24, 2021):
Seems interesting, but please , please, don't forget the core game here ! PDF is fun, but txt reading should also be possible.
I suggest that the reader should be made in a way that allows both to be read.
@Lauryy06 commented on GitHub (Sep 24, 2021):
The .txt files are already readable via the reader app.
@Overengined commented on GitHub (Sep 24, 2021):
My bad, apologies
@apoleon33 commented on GitHub (Sep 24, 2021):
Do not forget that pdf can fastly be pretty big so idk if it would be that cool
Some of my pdfs are 20mb big.
i don't want to know the number of lines of a .txt to have that...
@Mino1289 commented on GitHub (Sep 24, 2021):
The idea of the PDF reader was to put course formulas in a more readable format than in txt.
And so the files should contain only a few annotations and the formulas so not be too heavy.
@apoleon33 commented on GitHub (Sep 24, 2021):
i see 1 reason to put course formulas in a calculator, and its not very legal ;)
idk if u see what i mean
but after all why not?
@Mino1289 commented on GitHub (Sep 24, 2021):
Yes, but do you know the TI-Nspire™ CX II-T CAS?
Except for the baccalaureate and post-prepa exams the exam mode is not all the time required (in my school no need for the exam mode and currently the TI-Nspire have an advantage: pdf files).
@apoleon33 commented on GitHub (Sep 24, 2021):
ok :)
sorry but im spé nsi
@Mino1289 commented on GitHub (Sep 24, 2021):
Strength to you
@Overengined commented on GitHub (Sep 25, 2021):
yes indeed, but don't you think that LaTex is more appropriated ? I mean, you don't necessarily need to translate your LaTex in pdf rght ? you could make a simple viewer ...
@Mino1289 commented on GitHub (Sep 25, 2021):
Why not, but I don't know if porting LaTeX to such a small environment makes sense.
But as said above, if we can make a parser to a poincare equation and/or render directly, that's what we need.
@Overengined commented on GitHub (Sep 25, 2021):
I absolutely agree, but , even if I'm not an expert in the domain, I think it won't be that hard to run a LaTex parser on the NumWorks.
@Mino1289 commented on GitHub (Sep 25, 2021):
I'm not an expert heren but I'm happy to read that 🙂
@FaustinM commented on GitHub (Sep 26, 2021):
Pdf is a fun project for external, in internal I think we can just improve txt reader for add Poincaré
@apoleon33 commented on GitHub (Sep 26, 2021):
then do it ;)
@Lauryy06 commented on GitHub (Jan 9, 2022):
Now reader app supports LaTeX expressions, so can I close it ?
@Overengined commented on GitHub (Jan 9, 2022):
Yes, I think.