Why do rotated math labels look jagged on Adobe Acrobat Reader DC? [on hold]TeXnicCenter & Adobe Acrobat...
How to tighten battery clamp?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
The change directory (cd) command is not working with a USB drive
Is there a German word for “analytics”?
Why is this code uniquely decodable?
Must a tritone substitution use a dominant seventh chord?
What do the pedals on grand pianos do?
Is there a frame of reference in which I was born before I was conceived?
Sometimes a banana is just a banana
How do ISS astronauts "get their stripes"?
I can't die. Who am I?
Closure of presentable objects under finite limits
Can you 'upgrade' leather armor to studded leather armor without purchasing the new armor directly?
How to remove lines while keeping individual rows visible on a tablet
Reason Why Dimensional Travelling Would be Restricted
What can I substitute for soda pop in a sweet pork recipe?
What is meant by "mushroom grandeur" in this context?
Skis versus snow shoes - when to choose which for travelling the backcountry?
Where was Karl Mordo in Infinity War?
Does music exist in Panem? And if so, what kinds of music?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
Why zero tolerance on nudity in space?
Is there any relevance to Thor getting his hair cut other than comedic value?
Understanding Kramnik's play in game 1 of Candidates 2018
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 9 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 9 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 userotateboxfromgraphicx.
– Werner
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 hours ago
2
rotateboxdoes the same. However, you should use a correct question! You do not want to know hownrotworks, you want to know why you get such ugly root lines! And this has nothing to do withnrot!
– Herbert
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
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 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 5 hours ago
JouleV
4,76111039
4,76111039
asked 16 hours ago
chishimutojichishimutoji
8371320
8371320
put on hold as off-topic by JouleV, Stefan Pinnow, Kurt, Raaja, Phelype Oleinik 9 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 9 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 userotateboxfromgraphicx.
– Werner
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 hours ago
2
rotateboxdoes the same. However, you should use a correct question! You do not want to know hownrotworks, you want to know why you get such ugly root lines! And this has nothing to do withnrot!
– Herbert
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
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 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 userotateboxfromgraphicx.
– Werner
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 hours ago
2
rotateboxdoes the same. However, you should use a correct question! You do not want to know hownrotworks, you want to know why you get such ugly root lines! And this has nothing to do withnrot!
– Herbert
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
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 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
15 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
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 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
14 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
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
11 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
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 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
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
11 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
11 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
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
11 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
11 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
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
11 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
11 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 14 hours ago
HerbertHerbert
275k24418731
275k24418731
Do you use Windows system?
– chishimutoji
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
11 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
11 hours ago
|
show 2 more comments
Do you use Windows system?
– chishimutoji
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
11 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
11 hours ago
Do you use Windows system?
– chishimutoji
12 hours ago
Do you use Windows system?
– chishimutoji
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 hours ago
@chishimutoji The answer says Mac OS
– Dr. Manuel Kuehner
12 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
12 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
12 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
11 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
11 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
11 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
11 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
rotateboxfromgraphicx.– Werner
15 hours ago
@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.
– chishimutoji
15 hours ago
2
rotateboxdoes the same. However, you should use a correct question! You do not want to know hownrotworks, you want to know why you get such ugly root lines! And this has nothing to do withnrot!– Herbert
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
11 hours ago
@daleif I do not have the knowledge about it. I think my DC get by default.
– chishimutoji
11 hours ago