Search found 9 matches

by dusadrian
Wed Jul 25, 2012 3:25 pm
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian


I guess XeLaTeX is the easiest way...

Very much agree with that, XeLaTeX is the easiest way because it natively deals with UTF8 so that I don't have to worry about all these issues.

Thanks very much again, I learned a lot out of this discussion (and I hope others will benefit as well).

Best ...
by dusadrian
Wed Jul 25, 2012 10:31 am
Forum: BibTeX, biblatex and biber
Topic: Undefined References remain
Replies: 2
Views: 3619

Re: Undefined References remain

Indeed, you're absolutely right. And XeLaTeX solves all my other issues.


Thanks again,
Adrian
by dusadrian
Wed Jul 25, 2012 10:09 am
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian


The typesetting engine is not responsible for the problem with BibTeX. I answered correspondingly in the other thread.


You're absolutely right of course... it was a BibTex issue not a typesetting one.
That seems to solve this, thanks very much to you both cgnieder and Thorsten.

XeLaTeX (which ...
by dusadrian
Wed Jul 25, 2012 7:27 am
Forum: BibTeX, biblatex and biber
Topic: Undefined References remain
Replies: 2
Views: 3619

Undefined References remain

Hi,

I seem to have a weird problem, which should be simple enough but I don't seem to find a solution for.

Reproducible example:
\documentclass[12pt,a4paper]{article}

\begin{document}
\cite{Aiton1985} shows that...
\bibliography{test}
\end{document}

The database file "test.bib" resides in the ...
by dusadrian
Wed Jul 25, 2012 7:15 am
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian

Oh, I know about that error... but that has nothing to do with the fontenc package. As the error itself states, it relates with the inputenc package.

That error dissapears by using:
\usepackage[utf8x]{inputenc}

As previously mentioned, "please note the usage of utf8x ..." (the key is the last ...
by dusadrian
Tue Jul 24, 2012 9:32 pm
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian

Using \newunicodechar is interesting, but that seems not to be the problem...


\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}

% hypothetical word containing these characters
\hyphenation{blah-șbl-țah}

\begin{document}
ș and ț
\end{document}

(note the usage of ...
by dusadrian
Tue Jul 24, 2012 7:25 pm
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian

Yes, that does work... but: as the subject of this topic suggests, it is a hyphenation (not a typesetting) issue.

This (modified) example does not work:


\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{combelow}% provides \cb to place comma below character ...
by dusadrian
Tue Jul 24, 2012 3:13 pm
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian

In this case you should tell fontenc the right encoding instead of using T1, shouldn't you?

Yes indeed, and this is exactly the place where I would need a little help...
Already tried different others (e.g. T2A - just to make sure it's not there), with no avail. Does anybody knows which is the ...
by dusadrian
Tue Jul 24, 2012 8:50 am
Forum: TeXShop
Topic: fontenc | Hyphenation for accented Characters in Romanian
Replies: 12
Views: 23790

fontenc | Hyphenation for accented Characters in Romanian

Hello everybody,

I use TeXShop under Mac OS (Lion), and need to make some hyphenation using special characters in the Romanian language, like: ș and ț
(those would be s and t with comma below, not with cedilla).

The fonts are not in the T1 font encoding, therefore the processing stops with this ...