Fonts & Character Sets ⇒ accent no longer recognised
accent no longer recognised
Because of a hard drive failure, I had to reinstall my TeX-implementation (based on TeX-live, for the Mac). I'm using XeTeX with TeXshop.
All is well, but the dot under a letter, \d{o} for example for the "o" with a dot beneath the letter, is no longer recognised in my files. With a "t" it results in a box, with an "h" it results in the Euro sign.
What may cause this behaviour?
All the best,
Willem
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
accent no longer recognised
it could be a font issue, or
\d might be redefined in your document or by a used package. Please post a Code: Select all
\documentclass{article}
% your settings here
\begin{document}
\d{o}\d{t}\d{h}
\end{document}Stefan
accent no longer recognised
I doubt that it is a font corruption issue, since another font produces the same error. And it used to go well. The only change is that I had to reinstall TeX. Here is the input file:
Code: Select all
%
% Ulysses LaTeX Export
%
\documentclass[12pt,twoside,a4paper,openright]{book}
\usepackage{Bloop}
\begin{document}
\pagestyle{fancy}\renewcommand{\headrulewidth}{0pt}
\newpage
\lhead[\thepage]{\textsc{\textit{The H with Diacritical Dot, or Not}}}\rhead[\textsc{\textit{Dots, Dots \& Dots}}]{\thepage}\thispagestyle{empty}\noindent \, \hfill {\huge{2}}\\
\noindent \, \hfill {\large The H with Diacritical Dot, or Not: More Dots}\bigskip\setcounter{chapter}{2}
\noindent \lettrine[lines=3,loversize=0.1,slope=.85em]{A}s a roller coaster \d{o}ver the \d{h}ills
\end{document}Code: Select all
\ProvidesPackage{Ovadya}
\usepackage{array}
\usepackage{epsf}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{lettrine}
\usepackage{makeidx}
\usepackage{fontspec}
\usepackage[normalem]{ulem}
\usepackage[paperwidth=6.3in,paperheight=9.45in]{geometry}
\setromanfont[BoldFont={SeriaPro-Bold},ItalicFont={SeriaPro-Italic},BoldItalicFont={SeriaPro-BoldItalic}]{SeriaPro}
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
accent no longer recognised
Bloop package is and how the (not compilable) document works with the preamble excerpt. This cannot be tested.When I build a test file from the information, how you possibly mean, it works if I comment out the
Bloop package and the font:Code: Select all
\documentclass[12pt,twoside,a4paper,openright]{book}
%\usepackage{Bloop}
\usepackage{array}
\usepackage{epsf}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{lettrine}
\usepackage{makeidx}
\usepackage{fontspec}
\usepackage[normalem]{ulem}
\usepackage[paperwidth=6.3in,paperheight=9.45in]{geometry}
%\setromanfont[BoldFont={SeriaPro-Bold},ItalicFont={SeriaPro-Italic},BoldItalicFont={SeriaPro-BoldItalic}]{SeriaPro}
\begin{document}
\pagestyle{fancy}\renewcommand{\headrulewidth}{0pt}
\newpage
\lhead[\thepage]{\textsc{\textit{The H with Diacritical Dot, or Not}}}\rhead[\textsc{\textit{Dots, Dots \& Dots}}]{\thepage}\thispagestyle{empty}\noindent \, \hfill {\huge{2}}\\
\noindent \, \hfill {\large The H with Diacritical Dot, or Not: More Dots}\bigskip\setcounter{chapter}{2}
\noindent \lettrine[lines=3,loversize=0.1,slope=.85em]{A}s a roller coaster \d{o}ver the \d{h}ills
\end{document}Bloop package or missing information or code you did not show yet.Stefan
Re: accent no longer recognised
But the result is interesting, as it does the same on my set-up. Perhaps the second font I tried it with has also become corrupted.... I did have issues with my HD, so I'll have to see! The fonts are commercial, I hope I can reinstall them. Thanks for the help - it may take some time, but when I reinstall the fonts I'll report back.
Re: accent no longer recognised
- Attachments
-
- no dots
- Screen Shot 2012-03-12 at 21.10.27.png (13.25 KiB) Viewed 5018 times