Bug 476001 - Blurry LaTeX/Markdown output with scaling (23.08.2)
Summary: Blurry LaTeX/Markdown output with scaling (23.08.2)
Status: RESOLVED DUPLICATE of bug 451078
Alias: None
Product: cantor
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Cantor Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-23 11:54 UTC by heqromancer
Modified: 2023-10-23 11:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Blurry output example (49.49 KB, image/png)
2023-10-23 11:54 UTC, heqromancer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description heqromancer 2023-10-23 11:54:19 UTC
Created attachment 162516 [details]
Blurry output example

SUMMARY
Markdown output with LaTeX code, or LaTeX entries look blurry under fractional scaling (for instance 125%).

STEPS TO REPRODUCE
1. I am for instance introducing the following code in a Markdown/LaTeX cell in, for instance, an Octave Cantor instance (I run into the same trouble anywhere else):
---------------------------------------
We want to solve a PDE of the form

$$ \left\{\begin{array}{ll}
     u_{x x} + u_{y y} = f (x, y), & (x, y) \in \Omega\\
     u = 0, & (x, y) \in \partial \Omega
   \end{array}\right. $$

for $\Omega = (0, 1)$ and $f (x, y) = 2 \pi^2 \sin (\pi x) \sin (\pi y)$. We
know the exact solution to be

$$ u (x, y) = \sin (\pi x) \sin (\pi y) . $$
---------------------------------------

2.  Execute the cell

OBSERVED RESULT
The output is fine, except for the LaTeX interpreted entries, which look blurry.

EXPECTED RESULT
They should not look blurry.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.5.6-1-default/5.27.8
(available in About System)
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.11

ADDITIONAL INFORMATION
Comment 1 heqromancer 2023-10-23 11:58:49 UTC

*** This bug has been marked as a duplicate of bug 451078 ***