Why do rotated math labels look jagged on Adobe Acrobat Reader DC? [closed]
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
closed as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik Mar 4 at 12:09
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
closed as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik Mar 4 at 12:09
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
Mar 4 at 5:56
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
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
Mar 4 at 6:37
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
Mar 4 at 10:01
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04
|
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 Mar 4 at 16:15
JouleV
5,16511239
5,16511239
asked Mar 4 at 5:20
chishimutojichishimutoji
8621320
8621320
closed as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik Mar 4 at 12:09
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.
closed as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik Mar 4 at 12:09
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
Mar 4 at 5:56
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
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
Mar 4 at 6:37
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
Mar 4 at 10:01
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04
|
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
Mar 4 at 5:56
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
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
Mar 4 at 6:37
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
Mar 4 at 10:01
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04
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
Mar 4 at 5:56
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
Mar 4 at 5:56
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
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
Mar 4 at 6:37
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
Mar 4 at 6:37
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
Mar 4 at 10:01
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
Mar 4 at 10:01
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04
|
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
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:57
|
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
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:57
|
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
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:57
|
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 Mar 4 at 6:38
HerbertHerbert
275k25418731
275k25418731
Do you use Windows system?
– chishimutoji
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:57
|
show 2 more comments
Do you use Windows system?
– chishimutoji
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:57
Do you use Windows system?
– chishimutoji
Mar 4 at 9:08
Do you use Windows system?
– chishimutoji
Mar 4 at 9:08
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
Mar 4 at 9:24
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
@Dr.ManuelKuehner Yes, I see but I am using Windows. Sob! I do not know anyone get also the same output as me.
– chishimutoji
Mar 4 at 9:27
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
Mar 4 at 9:34
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
Mar 4 at 9:34
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
Mar 4 at 9:57
@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
Mar 4 at 9:57
|
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
Mar 4 at 5:56
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
Mar 4 at 6:17
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
Mar 4 at 6:37
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
Mar 4 at 10:01
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
Mar 4 at 10:04