Macron accent not working











up vote
1
down vote

favorite












I have the following .tex file:



documentclass[11pt, a4paper]{letter} `

usepackage[utf8]{inputenc}
usepackage{ipa}
usepackage{tipa}
usepackage[T1]{fontenc} % Required for accented characters
usepackage[margin=3.1cm]{geometry}
usepackage{gfsdidot}
usepackage{graphicx} % Required for including pictures
usepackage{hyperref}
usepackage{microtype} % Improves typography
usepackage[usenames,dvipsnames]{xcolor}

begin{document}
begin{letter}

`{o} '{o} ^{o} "{o} H{o} ~{o} c{c} k{a} l{} ={o} b{o} .{o} d{u} r{a} u{o} v{s} t{oo} o

end{letter}
end{document}


which after using pdflatex produces the following::



enter image description here



i.e. ={o} and b{o} aren't producing the bars above and below the o and v{s} is doing nothing.



What's going on here?










share|improve this question









New contributor




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
















  • 4




    Don't show snippets but a complete example that other can test.
    – Ulrike Fischer
    2 days ago










  • I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
    – moewe
    2 days ago






  • 1




    When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
    – Andrew
    2 days ago












  • Code updated. Problem persists....
    – npross
    2 days ago






  • 3




    i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
    – barbara beeton
    2 days ago















up vote
1
down vote

favorite












I have the following .tex file:



documentclass[11pt, a4paper]{letter} `

usepackage[utf8]{inputenc}
usepackage{ipa}
usepackage{tipa}
usepackage[T1]{fontenc} % Required for accented characters
usepackage[margin=3.1cm]{geometry}
usepackage{gfsdidot}
usepackage{graphicx} % Required for including pictures
usepackage{hyperref}
usepackage{microtype} % Improves typography
usepackage[usenames,dvipsnames]{xcolor}

begin{document}
begin{letter}

`{o} '{o} ^{o} "{o} H{o} ~{o} c{c} k{a} l{} ={o} b{o} .{o} d{u} r{a} u{o} v{s} t{oo} o

end{letter}
end{document}


which after using pdflatex produces the following::



enter image description here



i.e. ={o} and b{o} aren't producing the bars above and below the o and v{s} is doing nothing.



What's going on here?










share|improve this question









New contributor




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
















  • 4




    Don't show snippets but a complete example that other can test.
    – Ulrike Fischer
    2 days ago










  • I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
    – moewe
    2 days ago






  • 1




    When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
    – Andrew
    2 days ago












  • Code updated. Problem persists....
    – npross
    2 days ago






  • 3




    i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
    – barbara beeton
    2 days ago













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have the following .tex file:



documentclass[11pt, a4paper]{letter} `

usepackage[utf8]{inputenc}
usepackage{ipa}
usepackage{tipa}
usepackage[T1]{fontenc} % Required for accented characters
usepackage[margin=3.1cm]{geometry}
usepackage{gfsdidot}
usepackage{graphicx} % Required for including pictures
usepackage{hyperref}
usepackage{microtype} % Improves typography
usepackage[usenames,dvipsnames]{xcolor}

begin{document}
begin{letter}

`{o} '{o} ^{o} "{o} H{o} ~{o} c{c} k{a} l{} ={o} b{o} .{o} d{u} r{a} u{o} v{s} t{oo} o

end{letter}
end{document}


which after using pdflatex produces the following::



enter image description here



i.e. ={o} and b{o} aren't producing the bars above and below the o and v{s} is doing nothing.



What's going on here?










share|improve this question









New contributor




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











I have the following .tex file:



documentclass[11pt, a4paper]{letter} `

usepackage[utf8]{inputenc}
usepackage{ipa}
usepackage{tipa}
usepackage[T1]{fontenc} % Required for accented characters
usepackage[margin=3.1cm]{geometry}
usepackage{gfsdidot}
usepackage{graphicx} % Required for including pictures
usepackage{hyperref}
usepackage{microtype} % Improves typography
usepackage[usenames,dvipsnames]{xcolor}

begin{document}
begin{letter}

`{o} '{o} ^{o} "{o} H{o} ~{o} c{c} k{a} l{} ={o} b{o} .{o} d{u} r{a} u{o} v{s} t{oo} o

end{letter}
end{document}


which after using pdflatex produces the following::



enter image description here



i.e. ={o} and b{o} aren't producing the bars above and below the o and v{s} is doing nothing.



What's going on here?







pdftex accents macron






share|improve this question









New contributor




npross 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




npross 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 2 days ago









Dũng Vũ

1,02918




1,02918






New contributor




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









asked 2 days ago









npross

1062




1062




New contributor




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





New contributor





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






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








  • 4




    Don't show snippets but a complete example that other can test.
    – Ulrike Fischer
    2 days ago










  • I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
    – moewe
    2 days ago






  • 1




    When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
    – Andrew
    2 days ago












  • Code updated. Problem persists....
    – npross
    2 days ago






  • 3




    i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
    – barbara beeton
    2 days ago














  • 4




    Don't show snippets but a complete example that other can test.
    – Ulrike Fischer
    2 days ago










  • I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
    – moewe
    2 days ago






  • 1




    When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
    – Andrew
    2 days ago












  • Code updated. Problem persists....
    – npross
    2 days ago






  • 3




    i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
    – barbara beeton
    2 days ago








4




4




Don't show snippets but a complete example that other can test.
– Ulrike Fischer
2 days ago




Don't show snippets but a complete example that other can test.
– Ulrike Fischer
2 days ago












I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
– moewe
2 days ago




I don't have ipa.sty, so if I throw out usepackage{ipa} and complete the rest of the code to a full document I get the desired and expected output with macrons and bars. Does the issue go away for you if you don't load ipa.sty?
– moewe
2 days ago




1




1




When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
– Andrew
2 days ago






When I compile your code using the article class (and loading the ipa package) I get exactly the expected output, so the problem must be local to your set-up, for example, the class file that you are using. Please complete the code in your question to a full minimal working example so that we have a chance of reproducing this.
– Andrew
2 days ago














Code updated. Problem persists....
– npross
2 days ago




Code updated. Problem persists....
– npross
2 days ago




3




3




i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
– barbara beeton
2 days ago




i'm glad you got it to work, but usepackage{times} = usepackage{times}. ???
– barbara beeton
2 days ago















active

oldest

votes











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',
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
});


}
});






npross 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%2f460203%2fmacron-accent-not-working%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








npross is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















npross is a new contributor. Be nice, and check out our Code of Conduct.













npross is a new contributor. Be nice, and check out our Code of Conduct.












npross 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%2f460203%2fmacron-accent-not-working%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

Entries order in /etc/network/interfaces

新発田市

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)