Why do rotated math labels look jagged on Adobe Acrobat Reader DC? [on hold]TeXnicCenter & Adobe Acrobat...
Should I choose Itemized or Standard deduction?
Must a tritone substitution use a dominant seventh chord?
What do the pedals on grand pianos do?
Replacement ford fiesta radiator has extra hose
How do I construct an nxn matrix?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
I can't die. Who am I?
How can atoms be electrically neutral when there is a difference in the positions of the charges?
Skis versus snow shoes - when to choose which for travelling the backcountry?
Casually inserting sexuality
You'll find me clean when something is full
Find the next monthly expiration date
What are these green text/line displays shown during the livestream of Crew Dragon's approach to dock with the ISS?
Is there a frame of reference in which I was born before I was conceived?
Multiplication via squaring and addition
What is this waxed root vegetable?
Are small insurances worth it
Linear regression when Y is bounded and discrete
What is better: yes / no radio, or simple checkbox?
What's the difference between a cart and a wagon?
Can chords be played on the flute?
Auto Insert date into Notepad
What is the difference between throw e and throw new Exception(e)?
Why do rotated math labels look jagged on Adobe Acrobat Reader DC? [on hold]
TeXnicCenter & Adobe Acrobat 10Adobe Reader or Adobe AcrobatFullscreen PDF, Adobe Acrobat and other PDF viewersProblems with font display under Adobe ReaderTikZ picture wrecks page on Adobe ReaderRunning pdflatex does not update file in Adobe Readerswitching to pdf view with Adobe Acrobat DCPDF preview not working with Adobe Acrobat Reader DCHow to view TeXnicCenter PDF output with Adobe Acrobat and Adobe Reader?Search in the adobe Reader doesn't work
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
pcline(A)(C) naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(A)(C) lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) bput(.4){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) naput{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(B)(D) lput*{90}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?
viewers
put on hold as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 4 more comments
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
pcline(A)(C) naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(A)(C) lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) bput(.4){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) naput{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(B)(D) lput*{90}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?
viewers
put on hold as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik
If this question can be reworded to fit the rules in the help center, please edit the question.
1
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to userotatebox
fromgraphicx
.
– Werner
18 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
2
rotatebox
does the same. However, you should use a correct question! You do not want to know hownrot
works, you want to know why you get such ugly root lines! And this has nothing to do withnrot
!
– Herbert
17 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago
|
show 4 more comments
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
pcline(A)(C) naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(A)(C) lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) bput(.4){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) naput{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(B)(D) lput*{90}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?
viewers
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
pcline(A)(C) naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(A)(C) lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) bput(.4){$dfrac{sqrt{20}}{4}$}
pcline(B)(D) naput{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
pcline(B)(D) lput*{90}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?
viewers
viewers
edited 7 hours ago
JouleV
4,76111039
4,76111039
asked 18 hours ago
chishimutojichishimutoji
8371320
8371320
put on hold as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik
If this question can be reworded to fit the rules in the help center, please edit the question.
1
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to userotatebox
fromgraphicx
.
– Werner
18 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
2
rotatebox
does the same. However, you should use a correct question! You do not want to know hownrot
works, you want to know why you get such ugly root lines! And this has nothing to do withnrot
!
– Herbert
17 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago
|
show 4 more comments
1
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to userotatebox
fromgraphicx
.
– Werner
18 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
2
rotatebox
does the same. However, you should use a correct question! You do not want to know hownrot
works, you want to know why you get such ugly root lines! And this has nothing to do withnrot
!
– Herbert
17 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago
1
1
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to use
rotatebox
from graphicx
.– Werner
18 hours ago
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to use
rotatebox
from graphicx
.– Werner
18 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
2
2
rotatebox
does the same. However, you should use a correct question! You do not want to know how nrot
works, you want to know why you get such ugly root lines! And this has nothing to do with nrot
!– Herbert
17 hours ago
rotatebox
does the same. However, you should use a correct question! You do not want to know how nrot
works, you want to know why you get such ugly root lines! And this has nothing to do with nrot
!– Herbert
17 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago
|
show 4 more comments
1 Answer
1
active
oldest
votes
It is a problem with the viewer.
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pstricks,pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
The output with macOS viewer:
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is a problem with the viewer.
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pstricks,pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
The output with macOS viewer:
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
|
show 2 more comments
It is a problem with the viewer.
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pstricks,pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
The output with macOS viewer:
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
|
show 2 more comments
It is a problem with the viewer.
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pstricks,pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
The output with macOS viewer:
It is a problem with the viewer.
documentclass[border=15pt,pstricks,12pt]{standalone}
usepackage{pstricks,pst-node,amsmath}
begin{document}
begin{pspicture}[showgrid,linejoin=1]
pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
pcline(A)(C) bput{:0}(.4){text{$dfrac{sqrt{20}}{4}$}}
naput[nrot=:U]{$dfrac{sqrt{12}}{4}+sqrt[3]{ab}$}
lput*{80}(.8){$dfrac{sqrt{20}}{4}$}
end{pspicture}
end{document}
The output with macOS viewer:
answered 17 hours ago
HerbertHerbert
275k24418731
275k24418731
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
|
show 2 more comments
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
Do you use Windows system?
– chishimutoji
14 hours ago
Do you use Windows system?
– chishimutoji
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
14 hours ago
2
2
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
Compare it with an output of a printer and it should be ok. It depends to your viewer and the resolution of your monitor.
– Herbert
14 hours ago
1
1
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
@chishimutoji print the pdf file on paper. If the output is ok, then the problem is the viewer in combination with the screen resolution. Herbert is an expert on this topic, I have read more than one book of him. I would trust his advice.
– Dr. Manuel Kuehner
14 hours ago
|
show 2 more comments
1
I get far better resolution in the output and therefore less jaggedness. Perhaps see if you get bad results in the printing, or when using a different viewer (I used SumatraPDF). You can also attempt to use
rotatebox
fromgraphicx
.– Werner
18 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
17 hours ago
2
rotatebox
does the same. However, you should use a correct question! You do not want to know hownrot
works, you want to know why you get such ugly root lines! And this has nothing to do withnrot
!– Herbert
17 hours ago
Example compiled with TeXLive on linux, displayed using Adobe Acrobat DC in a Win10 VM, no issues. I had issues with Evince, but they went away when zoomin in. What kind of display settings do you have in your DC?
– daleif
14 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
13 hours ago