How to write ı (i without dot) character in pgf-pieRotate a node but not its content: the case of the...

Is it necessary to separate DC power cables and data cables?

Can one live in the U.S. and not use a credit card?

What wound would be of little consequence to a biped but terrible for a quadruped?

Single word request: Harming the benefactor

Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?

Filtering SOQL results with optional conditionals

Makefile strange variable substitution

Signed and unsigned numbers

Virginia employer terminated employee and wants signing bonus returned

Error during using callback start_page_number in lualatex

Why does liquid water form when we exhale on a mirror?

UART pins to unpowered MCU?

Does a warlock using the Darkness/Devil's Sight combo still have advantage on ranged attacks against a target outside the Darkness?

Difference on montgomery curve equation between EFD and RFC7748

Bash script should only kill those instances of another script's that it has launched

Should I take out a loan for a friend to invest on my behalf?

Is "conspicuously missing" or "conspicuously" the subject of this sentence?

Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?

Reverse string, can I make it faster?

Find longest word in a string: are any of these algorithms good?

How can The Temple of Elementary Evil reliably protect itself against kinetic bombardment?

Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?

Good for you! in Russian

How did Alan Turing break the enigma code using the hint given by the lady in the bar?



How to write ı (i without dot) character in pgf-pie


Rotate a node but not its content: the case of the ellipse decorationNumerical conditional within tikz keys?How/Where to find such special symbol/character?pgf-pie aside block troubleHow to write the | (pipe) character without interpreting it?pgf 3d pie chart - revivalWrite Block character (with char?)How to write a character/symbol similar to k{A} for the character L?How to write character How to write a character overlapping another character













1















i uses count function instead of showing "ı" character.
Tried i, {i} $$i$$, imath text{i} but continues to count.



documentclass[12pt, letterpaper, oneside]{article}

usepackage[T1]{fontenc}
usepackage[turkish]{babel}
usepackage[utf8]{inputenc}
usepackage{datetime}
usepackage{amsmath}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage{tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{titlesec}
usepackage{float}
usepackage{hyperref}
usepackage{hypcap}
usepackage{apacite}
usepackage{needspace} %sayfa sonu boşluklarını ayarlamak için
usepackage[section]{placeins}
usepackage{xcolor}
hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
bibliographystyle{apacite}
usepackage{fancyref}
usepackage{tikz}
usetikzlibrary{babel}
usepackage{pgf-pie} %piechart için
usepackage{subcaption}
usepackage{pgfplots}
usepackage{longtable}
usepackage{makecell}
usepackage{booktabs}
usepackage{lscape}

usepackage[font={footnotesize}]{caption}
newcommand{sekil}[1]{(Şekil ref{fig:#1})}
newcommand{tablo}[1]{(Tablo ref{tab:#1})}
newcommand{HRule}{rule{linewidth}{0.5mm}}
usepackage{lmodern}
usepackage{etoolbox}
AtBeginEnvironment{tikzpicture}{shorthandoff{;}}

%---------------------- Header -------------------------------%
fancyhead[L]{R. Özgür ALTUN}
fancyhead[R]{Tangonun Sosyal Dansçıları}
fancyhead[C]{}
fancyfoot[C]{thepage}
pagestyle{fancy}
setlength{headheight}{26pt}


begin{document}
begin{figure}[htb!]
begin{center}
begin{tikzpicture}[scale = 0.9]
inputencoding{utf8}
usetikzlibrary{babel}
pie[sum=auto, text=legend, color={black!0, black!10, black!30, black!50, black!80}, explode=0.1, scale font, before number= {%}]{9/Doğru veya yanliş olduğunu umursamadan keyif almak, 11/Çalişilan bir eş ile yapmak, 26/Hatali da olsa akici{i} yapmak, 2/Keyif almak, 51/Mükemmel şekilde yapana kadar tekrar etmiş olmak}
end{tikzpicture}
caption{Yeni figür uygulanmasında öncelikli tercih.}
label{fig:yenifiguroncelik}
end{center}
end{figure}

end{document}









share|improve this question









New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

    – Zarko
    4 hours ago











  • just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

    – KJO
    2 hours ago
















1















i uses count function instead of showing "ı" character.
Tried i, {i} $$i$$, imath text{i} but continues to count.



documentclass[12pt, letterpaper, oneside]{article}

usepackage[T1]{fontenc}
usepackage[turkish]{babel}
usepackage[utf8]{inputenc}
usepackage{datetime}
usepackage{amsmath}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage{tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{titlesec}
usepackage{float}
usepackage{hyperref}
usepackage{hypcap}
usepackage{apacite}
usepackage{needspace} %sayfa sonu boşluklarını ayarlamak için
usepackage[section]{placeins}
usepackage{xcolor}
hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
bibliographystyle{apacite}
usepackage{fancyref}
usepackage{tikz}
usetikzlibrary{babel}
usepackage{pgf-pie} %piechart için
usepackage{subcaption}
usepackage{pgfplots}
usepackage{longtable}
usepackage{makecell}
usepackage{booktabs}
usepackage{lscape}

usepackage[font={footnotesize}]{caption}
newcommand{sekil}[1]{(Şekil ref{fig:#1})}
newcommand{tablo}[1]{(Tablo ref{tab:#1})}
newcommand{HRule}{rule{linewidth}{0.5mm}}
usepackage{lmodern}
usepackage{etoolbox}
AtBeginEnvironment{tikzpicture}{shorthandoff{;}}

%---------------------- Header -------------------------------%
fancyhead[L]{R. Özgür ALTUN}
fancyhead[R]{Tangonun Sosyal Dansçıları}
fancyhead[C]{}
fancyfoot[C]{thepage}
pagestyle{fancy}
setlength{headheight}{26pt}


begin{document}
begin{figure}[htb!]
begin{center}
begin{tikzpicture}[scale = 0.9]
inputencoding{utf8}
usetikzlibrary{babel}
pie[sum=auto, text=legend, color={black!0, black!10, black!30, black!50, black!80}, explode=0.1, scale font, before number= {%}]{9/Doğru veya yanliş olduğunu umursamadan keyif almak, 11/Çalişilan bir eş ile yapmak, 26/Hatali da olsa akici{i} yapmak, 2/Keyif almak, 51/Mükemmel şekilde yapana kadar tekrar etmiş olmak}
end{tikzpicture}
caption{Yeni figür uygulanmasında öncelikli tercih.}
label{fig:yenifiguroncelik}
end{center}
end{figure}

end{document}









share|improve this question









New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

    – Zarko
    4 hours ago











  • just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

    – KJO
    2 hours ago














1












1








1








i uses count function instead of showing "ı" character.
Tried i, {i} $$i$$, imath text{i} but continues to count.



documentclass[12pt, letterpaper, oneside]{article}

usepackage[T1]{fontenc}
usepackage[turkish]{babel}
usepackage[utf8]{inputenc}
usepackage{datetime}
usepackage{amsmath}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage{tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{titlesec}
usepackage{float}
usepackage{hyperref}
usepackage{hypcap}
usepackage{apacite}
usepackage{needspace} %sayfa sonu boşluklarını ayarlamak için
usepackage[section]{placeins}
usepackage{xcolor}
hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
bibliographystyle{apacite}
usepackage{fancyref}
usepackage{tikz}
usetikzlibrary{babel}
usepackage{pgf-pie} %piechart için
usepackage{subcaption}
usepackage{pgfplots}
usepackage{longtable}
usepackage{makecell}
usepackage{booktabs}
usepackage{lscape}

usepackage[font={footnotesize}]{caption}
newcommand{sekil}[1]{(Şekil ref{fig:#1})}
newcommand{tablo}[1]{(Tablo ref{tab:#1})}
newcommand{HRule}{rule{linewidth}{0.5mm}}
usepackage{lmodern}
usepackage{etoolbox}
AtBeginEnvironment{tikzpicture}{shorthandoff{;}}

%---------------------- Header -------------------------------%
fancyhead[L]{R. Özgür ALTUN}
fancyhead[R]{Tangonun Sosyal Dansçıları}
fancyhead[C]{}
fancyfoot[C]{thepage}
pagestyle{fancy}
setlength{headheight}{26pt}


begin{document}
begin{figure}[htb!]
begin{center}
begin{tikzpicture}[scale = 0.9]
inputencoding{utf8}
usetikzlibrary{babel}
pie[sum=auto, text=legend, color={black!0, black!10, black!30, black!50, black!80}, explode=0.1, scale font, before number= {%}]{9/Doğru veya yanliş olduğunu umursamadan keyif almak, 11/Çalişilan bir eş ile yapmak, 26/Hatali da olsa akici{i} yapmak, 2/Keyif almak, 51/Mükemmel şekilde yapana kadar tekrar etmiş olmak}
end{tikzpicture}
caption{Yeni figür uygulanmasında öncelikli tercih.}
label{fig:yenifiguroncelik}
end{center}
end{figure}

end{document}









share|improve this question









New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












i uses count function instead of showing "ı" character.
Tried i, {i} $$i$$, imath text{i} but continues to count.



documentclass[12pt, letterpaper, oneside]{article}

usepackage[T1]{fontenc}
usepackage[turkish]{babel}
usepackage[utf8]{inputenc}
usepackage{datetime}
usepackage{amsmath}
usepackage{fancyhdr}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage{tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{titlesec}
usepackage{float}
usepackage{hyperref}
usepackage{hypcap}
usepackage{apacite}
usepackage{needspace} %sayfa sonu boşluklarını ayarlamak için
usepackage[section]{placeins}
usepackage{xcolor}
hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
bibliographystyle{apacite}
usepackage{fancyref}
usepackage{tikz}
usetikzlibrary{babel}
usepackage{pgf-pie} %piechart için
usepackage{subcaption}
usepackage{pgfplots}
usepackage{longtable}
usepackage{makecell}
usepackage{booktabs}
usepackage{lscape}

usepackage[font={footnotesize}]{caption}
newcommand{sekil}[1]{(Şekil ref{fig:#1})}
newcommand{tablo}[1]{(Tablo ref{tab:#1})}
newcommand{HRule}{rule{linewidth}{0.5mm}}
usepackage{lmodern}
usepackage{etoolbox}
AtBeginEnvironment{tikzpicture}{shorthandoff{;}}

%---------------------- Header -------------------------------%
fancyhead[L]{R. Özgür ALTUN}
fancyhead[R]{Tangonun Sosyal Dansçıları}
fancyhead[C]{}
fancyfoot[C]{thepage}
pagestyle{fancy}
setlength{headheight}{26pt}


begin{document}
begin{figure}[htb!]
begin{center}
begin{tikzpicture}[scale = 0.9]
inputencoding{utf8}
usetikzlibrary{babel}
pie[sum=auto, text=legend, color={black!0, black!10, black!30, black!50, black!80}, explode=0.1, scale font, before number= {%}]{9/Doğru veya yanliş olduğunu umursamadan keyif almak, 11/Çalişilan bir eş ile yapmak, 26/Hatali da olsa akici{i} yapmak, 2/Keyif almak, 51/Mükemmel şekilde yapana kadar tekrar etmiş olmak}
end{tikzpicture}
caption{Yeni figür uygulanmasında öncelikli tercih.}
label{fig:yenifiguroncelik}
end{center}
end{figure}

end{document}






tikz-pgf symbols characters extended-characters






share|improve this question









New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago









Zarko

127k868166




127k868166






New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









Özgür ALTUNÖzgür ALTUN

62




62




New contributor




Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2





    welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

    – Zarko
    4 hours ago











  • just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

    – KJO
    2 hours ago














  • 2





    welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

    – Zarko
    4 hours ago











  • just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

    – KJO
    2 hours ago








2




2





welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

– Zarko
4 hours ago





welcome to tex.se! please make your document example minimal (remove from preamble all not to your problem relevant packages). also make your document compilable (now gives error).

– Zarko
4 hours ago













just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

– KJO
2 hours ago





just wondering where the missing percent go since they are not in area 51 or any of the Σ=99%

– KJO
2 hours ago










2 Answers
2






active

oldest

votes


















4














I'm afraid there's little to do. The package pgf-pie is very badly written.



While in a user document one can choose to use i inside a foreach cycle, this should not be inflicted to the users of a package, which should be as neutral as possible.



Ask the developers to change the local variables in their foreach cycles.



In the meantime, add



lettikzi=i % Fix for bad programming in pgf-pie


to your document preamble, just before begin{document}, and in the text for a pie chart use tikzi where i should be used. No direct UTF-8 input, but the explicit command tikzi.



begin{tikzpicture}[scale = 0.9]
pie[
sum=auto,
text=legend,
color={black!0, black!10, black!30, black!50, black!80},
explode=0.1,
scale font,
before number= {%}
]{%
9/Doğru veya yanliş olduğunu umursamadan keyif almak,
11/Çalişilan bir eş ile yapmak,
26/Hatali da olsa akicitikzi{} yapmak,
2/Keyif almak,
51/Mükemmel şekilde yapana kadar tekrar etmiş olmak
}
end{tikzpicture}


enter image description here






share|improve this answer































    -1














    Found an easy solution at second hour of searching. symbol{25} worked for me.






    share|improve this answer










    New contributor




    Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "85"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });






      Özgür ALTUN is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478988%2fhow-to-write-%25c4%25b1-i-without-dot-character-in-pgf-pie%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      I'm afraid there's little to do. The package pgf-pie is very badly written.



      While in a user document one can choose to use i inside a foreach cycle, this should not be inflicted to the users of a package, which should be as neutral as possible.



      Ask the developers to change the local variables in their foreach cycles.



      In the meantime, add



      lettikzi=i % Fix for bad programming in pgf-pie


      to your document preamble, just before begin{document}, and in the text for a pie chart use tikzi where i should be used. No direct UTF-8 input, but the explicit command tikzi.



      begin{tikzpicture}[scale = 0.9]
      pie[
      sum=auto,
      text=legend,
      color={black!0, black!10, black!30, black!50, black!80},
      explode=0.1,
      scale font,
      before number= {%}
      ]{%
      9/Doğru veya yanliş olduğunu umursamadan keyif almak,
      11/Çalişilan bir eş ile yapmak,
      26/Hatali da olsa akicitikzi{} yapmak,
      2/Keyif almak,
      51/Mükemmel şekilde yapana kadar tekrar etmiş olmak
      }
      end{tikzpicture}


      enter image description here






      share|improve this answer




























        4














        I'm afraid there's little to do. The package pgf-pie is very badly written.



        While in a user document one can choose to use i inside a foreach cycle, this should not be inflicted to the users of a package, which should be as neutral as possible.



        Ask the developers to change the local variables in their foreach cycles.



        In the meantime, add



        lettikzi=i % Fix for bad programming in pgf-pie


        to your document preamble, just before begin{document}, and in the text for a pie chart use tikzi where i should be used. No direct UTF-8 input, but the explicit command tikzi.



        begin{tikzpicture}[scale = 0.9]
        pie[
        sum=auto,
        text=legend,
        color={black!0, black!10, black!30, black!50, black!80},
        explode=0.1,
        scale font,
        before number= {%}
        ]{%
        9/Doğru veya yanliş olduğunu umursamadan keyif almak,
        11/Çalişilan bir eş ile yapmak,
        26/Hatali da olsa akicitikzi{} yapmak,
        2/Keyif almak,
        51/Mükemmel şekilde yapana kadar tekrar etmiş olmak
        }
        end{tikzpicture}


        enter image description here






        share|improve this answer


























          4












          4








          4







          I'm afraid there's little to do. The package pgf-pie is very badly written.



          While in a user document one can choose to use i inside a foreach cycle, this should not be inflicted to the users of a package, which should be as neutral as possible.



          Ask the developers to change the local variables in their foreach cycles.



          In the meantime, add



          lettikzi=i % Fix for bad programming in pgf-pie


          to your document preamble, just before begin{document}, and in the text for a pie chart use tikzi where i should be used. No direct UTF-8 input, but the explicit command tikzi.



          begin{tikzpicture}[scale = 0.9]
          pie[
          sum=auto,
          text=legend,
          color={black!0, black!10, black!30, black!50, black!80},
          explode=0.1,
          scale font,
          before number= {%}
          ]{%
          9/Doğru veya yanliş olduğunu umursamadan keyif almak,
          11/Çalişilan bir eş ile yapmak,
          26/Hatali da olsa akicitikzi{} yapmak,
          2/Keyif almak,
          51/Mükemmel şekilde yapana kadar tekrar etmiş olmak
          }
          end{tikzpicture}


          enter image description here






          share|improve this answer













          I'm afraid there's little to do. The package pgf-pie is very badly written.



          While in a user document one can choose to use i inside a foreach cycle, this should not be inflicted to the users of a package, which should be as neutral as possible.



          Ask the developers to change the local variables in their foreach cycles.



          In the meantime, add



          lettikzi=i % Fix for bad programming in pgf-pie


          to your document preamble, just before begin{document}, and in the text for a pie chart use tikzi where i should be used. No direct UTF-8 input, but the explicit command tikzi.



          begin{tikzpicture}[scale = 0.9]
          pie[
          sum=auto,
          text=legend,
          color={black!0, black!10, black!30, black!50, black!80},
          explode=0.1,
          scale font,
          before number= {%}
          ]{%
          9/Doğru veya yanliş olduğunu umursamadan keyif almak,
          11/Çalişilan bir eş ile yapmak,
          26/Hatali da olsa akicitikzi{} yapmak,
          2/Keyif almak,
          51/Mükemmel şekilde yapana kadar tekrar etmiş olmak
          }
          end{tikzpicture}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 4 hours ago









          egregegreg

          725k8819193226




          725k8819193226























              -1














              Found an easy solution at second hour of searching. symbol{25} worked for me.






              share|improve this answer










              New contributor




              Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                -1














                Found an easy solution at second hour of searching. symbol{25} worked for me.






                share|improve this answer










                New contributor




                Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  -1












                  -1








                  -1







                  Found an easy solution at second hour of searching. symbol{25} worked for me.






                  share|improve this answer










                  New contributor




                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  Found an easy solution at second hour of searching. symbol{25} worked for me.







                  share|improve this answer










                  New contributor




                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited 9 mins ago









                  Werner

                  447k699891695




                  447k699891695






                  New contributor




                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 4 hours ago









                  Özgür ALTUNÖzgür ALTUN

                  62




                  62




                  New contributor




                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Özgür ALTUN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






















                      Özgür ALTUN is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Özgür ALTUN is a new contributor. Be nice, and check out our Code of Conduct.













                      Özgür ALTUN is a new contributor. Be nice, and check out our Code of Conduct.












                      Özgür ALTUN is a new contributor. Be nice, and check out our Code of Conduct.
















                      Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478988%2fhow-to-write-%25c4%25b1-i-without-dot-character-in-pgf-pie%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                      Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                      looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...