Why do rotated math labels look jagged on Adobe Acrobat Reader DC? [on hold]TeXnicCenter & Adobe Acrobat...

Is there a frame of reference in which I was born before I was conceived?

Is divide-by-zero a security vulnerability?

How to mitigate "bandwagon attacking" from players?

What type of postprocessing gives the effect of people standing out

Closure of presentable objects under finite limits

Why does the author believe that the central mass that gas cloud HCN-0.009-0.044 orbits is smaller than our solar system?

"Murder!" The knight said

Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?

How to approximate rolls for potions of healing using only d6's?

As a new poet, where can I find help from a professional to judge my work?

If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?

Is there any relevance to Thor getting his hair cut other than comedic value?

Where is this triangular-shaped space station from?

Non-Italian European mafias in USA?

Why proton concentration is divided by 10⁻⁷?

Why might Google Analytics report a sudden, but persistent, drop in bounce rate (70% to 12%)

When was drinking water recognized as crucial in marathon running?

Where was Karl Mordo in Infinity War?

Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?

Make me a metasequence

Hacker Rank: Array left rotation

What is the difference between throw e and throw new Exception(e)?

Multiplication via squaring and addition

How can I handle a player who pre-plans arguments about my rulings on RAW?



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













1















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}


enter image description here



Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?



enter image description here










share|improve this 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 use rotatebox from graphicx.

    – Werner
    17 hours ago











  • @Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

    – chishimutoji
    16 hours ago






  • 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
    16 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
    13 hours ago











  • @daleif I do not have the knowledge about it. I think my DC get by default.

    – chishimutoji
    13 hours ago


















1















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}


enter image description here



Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?



enter image description here










share|improve this 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 use rotatebox from graphicx.

    – Werner
    17 hours ago











  • @Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

    – chishimutoji
    16 hours ago






  • 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
    16 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
    13 hours ago











  • @daleif I do not have the knowledge about it. I think my DC get by default.

    – chishimutoji
    13 hours ago
















1












1








1








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}


enter image description here



Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?



enter image description here










share|improve this question
















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}


enter image description here



Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?



enter image description here







viewers






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 6 hours ago









JouleV

4,76111039




4,76111039










asked 17 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 use rotatebox from graphicx.

    – Werner
    17 hours ago











  • @Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

    – chishimutoji
    16 hours ago






  • 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
    16 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
    13 hours ago











  • @daleif I do not have the knowledge about it. I think my DC get by default.

    – chishimutoji
    13 hours ago
















  • 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
    17 hours ago











  • @Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

    – chishimutoji
    16 hours ago






  • 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
    16 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
    13 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
17 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
17 hours ago













@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

– chishimutoji
16 hours ago





@Werner Oh, thanks for your comment but I am using Acrobat Reader DC.

– chishimutoji
16 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
16 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
16 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
13 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
13 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












1 Answer
1






active

oldest

votes


















3














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:



enter image description here






share|improve this answer
























  • Do you use Windows system?

    – chishimutoji
    14 hours ago











  • @chishimutoji The answer says Mac OS

    – Dr. Manuel Kuehner
    13 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
    13 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
    13 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
    13 hours ago




















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














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:



enter image description here






share|improve this answer
























  • Do you use Windows system?

    – chishimutoji
    14 hours ago











  • @chishimutoji The answer says Mac OS

    – Dr. Manuel Kuehner
    13 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
    13 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
    13 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
    13 hours ago


















3














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:



enter image description here






share|improve this answer
























  • Do you use Windows system?

    – chishimutoji
    14 hours ago











  • @chishimutoji The answer says Mac OS

    – Dr. Manuel Kuehner
    13 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
    13 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
    13 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
    13 hours ago
















3












3








3







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:



enter image description here






share|improve this answer













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:



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 16 hours ago









HerbertHerbert

275k24418731




275k24418731













  • Do you use Windows system?

    – chishimutoji
    14 hours ago











  • @chishimutoji The answer says Mac OS

    – Dr. Manuel Kuehner
    13 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
    13 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
    13 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
    13 hours ago





















  • Do you use Windows system?

    – chishimutoji
    14 hours ago











  • @chishimutoji The answer says Mac OS

    – Dr. Manuel Kuehner
    13 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
    13 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
    13 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
    13 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
13 hours ago





@chishimutoji The answer says Mac OS

– Dr. Manuel Kuehner
13 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
13 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
13 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
13 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
13 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
13 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
13 hours ago





Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...