1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509
|
\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage{lmodern}
\usepackage[unicode,colorlinks=true,linkcolor=blue]{hyperref}
% \usepackage{bookmark}
\usepackage[greek,english]{babel}
\usepackage[normalize-symbols]{alphabeta}
\usepackage[utf8]{inputenc}
% \pagestyle{headings}
\begin{document}
\title{Greek and hyperref}
\author{Günter Milde}
\date{2020/10/30}
\maketitle
\noindent
On 2010-11-05, Heiko Oberdiek wrote in comp.text.tex:
%
\begin{quote}
\textbackslash pdfstringdef (converting TeX code to PDF strings for
bookmarks) supports NFSS2 and needs active characters. Encoding
stuff based on the internal font machinery of TeX (letters with
catcode 11 or 12, ligatures) does not work, because the strings
don't reach TeX's stomach.
\end{quote}
%
The \emph{greek-fontenc} package allows input of Greek characters in a way
that ``reaches TeX's stomach'' and hence works in both, the main document as
well as in PDF strings (e.g. bookmarks). Hyperref's ``puenc.def`` font
encoding file defines LICR macros for monotonic Greek (Greek characters of
the ``Greek and Coptic'' unicode block).
All utf8-encoded literal Unicode characters work in PDF strings. With
\emph{greek-fontenc} and \emph{greek-inputenc}, this enables use of all
Greek character in text and PDF strings.
\section{Transcription: \ensuregreek{logos}, \foreignlanguage{greek}{logos}}
\textbackslash{}textgreek + LGR transcription or
Greek language (babel) + LGR transcription:
In the PDF-bookmark are Latin letters instead of Greek ones.
\section{Macros:
\textlambda\textomicron\textgamma\textomicron\textvarsigma{},
\lambda\omicron\gamma\omicron\varsigma{},
λογος}
\emph{textalpha} package with \textbackslash{}textalpha \ldots
\textbackslash{}textomega macros or \emph{alphabeta} package with
\textbackslash{}alpha \ldots \textbackslash{}Omega macros. With 8-bit TeX
engines (pdflatex), literal Greek Unicode characters are converted to LICR
Macros, too.
Works, if the \texttt{unicode} or \texttt{pdfencoding=auto} option is given
to \emph{hyperref}.%
\footnote{With the ``xpdf'' viewer, Greek letters are not shown
in PDF bookmarks.}
The generic short macros from the \emph{alphabeta} package result in
hyperref warnings. See \href{alphabeta-doc.pdf}{alphabeta-doc.pdf} and
\href{alphabeta-doc.tex}{alphabeta-doc.tex}
for details and workarounds.
\section{LGR + Macros: \foreignlanguage{greek}{
\textlambda\textomicron\textgamma\textomicron\textvarsigma{}}}
LICR-macro input works also if the font encoding is LGR.
\section{%
Kerning: \textAlpha\textUpsilon\textLambda{}
\ensuregreek{\textAlpha\textUpsilon\textLambda}
\foreignlanguage{greek}{\textAlpha\textUpsilon\textLambda}%
}
Kerning is impossible if the font encoding is switched for every single
character. To fix this, wrap the Greek part in a command switching to a font
encoding supporting Greek, either \verb+\ensuregreek{...}+ (with package
\emph{textalpha} or \emph{Babel}) or \verb+\foreignlanguage{greek}{...}+
(with \emph{Babel}).
\section{Literal Unicode input}
The following subsection headings contain all characters from the ``Greek
and Coptic'' and ``Greek Extended'' Unicode Blocks that are supported by the
LGR font encoding.
\subsection{ʹ͵ͺ; ΄ ΅ Ά·ΈΉΊΌΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝ}
\subsection{ΞΟΠΡΣΤΥΦΧΨΩΪΫϘϚϜϠ}
Greek and Coptic Unicode block: punctuation and uppercase letters
\subsection{άέήίΰαβγδεζηθικλμν}
\subsection{ξοπρςστυφχψωϊϋόύώϐϑϕϖϘϙϛϝϟϡ}
Greek and Coptic Unicode block: lowercase letters
\subsection{ἀἁἂἃἄἅἆἇἈἉἊἋἌἍἎἏ}
\subsection{ἐἑἒἓἔἕἘἙἚἛἜἝ}
\subsection{ἠἡἢἣἤἥἦἧἨἩἪἫἬἭἮἯ}
\subsection{ἰἱἲἳἴἵἶἷἸἹἺἻἼἽἾἿ}
\subsection{ὀὁὂὃὄὅὈὉὊὋὌὍ}
\subsection{ὐὑὒὓὔὕὖὗὙὛὝὟ}
\subsection{ὠὡὢὣὤὥὦὧὨὩὪὫὬὭὮὯ}
\subsection{ὰάὲέὴήὶίὸόὺύὼώ}
\subsection{ᾀᾁᾂᾃᾄᾅᾆᾇᾈᾉᾊᾋᾌᾍᾎᾏ}
\subsection{ᾐᾑᾒᾓᾔᾕᾖᾗᾘᾙᾚᾛᾜᾝᾞᾟ}
\subsection{ᾠᾡᾢᾣᾤᾥᾦᾧᾨᾩᾪᾫᾬᾭᾮᾯ}
\subsection{ᾰᾱᾲᾳᾴᾶᾷᾸᾹᾺΆᾼ᾽ι᾿}
\subsection{῀῁ῂῃῄῆῇῈΈῊΉῌ῍῎῏}
\subsection{ῐῑῒΐῖῗῘῙῚΊ῝῞῟}
\subsection{ῠῡῢΰῤῥῦῧῨῩῪΎῬ῭΅`}
\subsection{ῲῳῴῶῷῸΌῺΏῼ´῾}
Greek Extended Unicode block: Input as literal precomposed Unicode character
works fine.
\section{LICR command input}
\subsection{\ensuregreek{
\textnumeralsigngreek
\textnumeralsignlowergreek
{ }\ypogegrammeni
\texterotimatiko
\acctonos{ }
\"'{ }
\'\textAlpha
\textanoteleia
\'\textEpsilon
\'\textEta
\'\textIota
\'\textOmicron
\'\textUpsilon
\'\textOmega
\'"\textiota
\textAlpha
\textBeta
\textGamma
\textDelta
\textEpsilon
\textZeta
\textEta
\textTheta
\textIota
\textKappa
\textLambda
\textMu
\textNu}}
\subsection{\ensuregreek{
\textXi
\textOmicron
\textPi
\textRho
\textSigma
\textTau
\textUpsilon
\textPhi
\textChi
\textPsi
\textOmega
\"\textIota
\"\textUpsilon
}}
\subsection{\ensuregreek{
\'\textalpha
\'\textepsilon
\'\texteta
\'\textiota
\"'\textupsilon
\textalpha
\textbeta
\textgamma
\textdelta
\textepsilon
\textzeta
\texteta
\texttheta
\textiota
\textkappa
\textlambda
\textmu
\textnu}}
\subsection{\ensuregreek{
\textxi
\textomicron
\textpi
\textrho
\textvarsigma
\textsigma
\texttau
\textupsilon
\textphi
\textchi
\textpsi
\textomega
\"\textiota
\"\textupsilon
\'\textomicron
\'\textupsilon
\'\textomega
\textbetasymbol
\textthetasymbol
\textphisymbol
\textpisymbol
\textQoppa
\textqoppa
\textStigma
\textstigma
\textDigamma
\textdigamma
\textKoppa
\textkoppa
\textSampi
\textsampi
}}
Currently, there is no hyperref support for LICR input with non-standard
accents or combined diacritics characters.
\subsection{\ensuregreek{
\accpsili\textalpha
\accdasia\textalpha
\accpsili`\textalpha
\accdasia`\textalpha
\accpsili'\textalpha
\accdasia'\textalpha
\~>\textalpha
\~<\textalpha
\accpsili\textAlpha
\accdasia\textAlpha
\accpsili`\textAlpha
\accdasia`\textAlpha
\accpsili'\textAlpha
\accdasia'\textAlpha
\~>\textAlpha
\~<\textAlpha
}}
\subsection{\ensuregreek{
\accpsili\textepsilon
\accdasia\textepsilon
\accpsili`\textepsilon
\accdasia`\textepsilon
\accpsili'\textepsilon
\accdasia'\textepsilon
\accpsili\textEpsilon
\accdasia\textEpsilon
\accpsili`\textEpsilon
\accdasia`\textEpsilon
\accpsili'\textEpsilon
\accdasia'\textEpsilon
}}
\subsection{\ensuregreek{
\accpsili\texteta
\accdasia\texteta
\accpsili`\texteta
\accdasia`\texteta
\accpsili'\texteta
\accdasia'\texteta
\~>\texteta
\~<\texteta
\accpsili\textEta
\accdasia\textEta
\accpsili`\textEta
\accdasia`\textEta
\accpsili'\textEta
\accdasia'\textEta
\~>\textEta
\~<\textEta
}}
\subsection{\ensuregreek{
\accpsili\textiota
\accdasia\textiota
\accpsili`\textiota
\accdasia`\textiota
\accpsili'\textiota
\accdasia'\textiota
\~>\textiota
\~<\textiota
\accpsili\textIota
\accdasia\textIota
\accpsili`\textIota
\accdasia`\textIota
\accpsili'\textIota
\accdasia'\textIota
\~>\textIota
\~<\textIota
}}
\subsection{\ensuregreek{
\accpsili\textomicron
\accdasia\textomicron
\accpsili`\textomicron
\accdasia`\textomicron
\accpsili'\textomicron
\accdasia'\textomicron
\accpsili\textOmicron
\accdasia\textOmicron
\accpsili`\textOmicron
\accdasia`\textOmicron
\accpsili'\textOmicron
\accdasia'\textOmicron
}}
\subsection{\ensuregreek{
\accpsili\textupsilon
\accdasia\textupsilon
\accpsili`\textupsilon
\accdasia`\textupsilon
\accpsili'\textupsilon
\accdasia'\textupsilon
\~>\textupsilon
\~<\textupsilon
\accdasia\textUpsilon
\accdasia`\textUpsilon
\accdasia'\textUpsilon
\~<\textUpsilon
}}
\subsection{\ensuregreek{
\accpsili\textomega
\accdasia\textomega
\accpsili`\textomega
\accdasia`\textomega
\accpsili'\textomega
\accdasia'\textomega
\~>\textomega
\~<\textomega
\accpsili\textOmega
\accdasia\textOmega
\accpsili`\textOmega
\accdasia`\textOmega
\accpsili'\textOmega
\accdasia'\textOmega
\~>\textOmega
\~<\textOmega
}}
\subsection{\ensuregreek{
\accvaria\textalpha
\accoxia\textalpha
\accvaria\textepsilon
\accoxia\textepsilon
\accvaria\texteta
\accoxia\texteta
\accvaria\textiota
\accoxia\textiota
\accvaria\textomicron
\accoxia\textomicron
\accvaria\textupsilon
\accoxia\textupsilon
\accvaria\textomega
\accoxia\textomega
}}
\subsection{\ensuregreek{
\accpsili\textalpha\ypogegrammeni
\accdasia\textalpha\ypogegrammeni
\accpsili`\textalpha\ypogegrammeni
\accdasia`\textalpha\ypogegrammeni
\accpsili'\textalpha\ypogegrammeni
\accdasia'\textalpha\ypogegrammeni
\~>\textalpha\ypogegrammeni
\~<\textalpha\ypogegrammeni
\accpsili\textAlpha\ypogegrammeni
\accdasia\textAlpha\ypogegrammeni
\accpsili`\textAlpha\ypogegrammeni
\accdasia`\textAlpha\ypogegrammeni
\accpsili'\textAlpha\ypogegrammeni
\accdasia'\textAlpha\ypogegrammeni
\~>\textAlpha\ypogegrammeni
\~<\textAlpha\ypogegrammeni
}}
\subsection{\ensuregreek{
\accpsili\texteta\ypogegrammeni
\accdasia\texteta\ypogegrammeni
\accpsili`\texteta\ypogegrammeni
\accdasia`\texteta\ypogegrammeni
\accpsili'\texteta\ypogegrammeni
\accdasia'\texteta\ypogegrammeni
\~>\texteta\ypogegrammeni
\~<\texteta\ypogegrammeni
\accpsili\textEta\ypogegrammeni
\accdasia\textEta\ypogegrammeni
\accpsili`\textEta\ypogegrammeni
\accdasia`\textEta\ypogegrammeni
\accpsili'\textEta\ypogegrammeni
\accdasia'\textEta\ypogegrammeni
\~>\textEta\ypogegrammeni
\~<\textEta\ypogegrammeni
}}
\subsection{\ensuregreek{
\accpsili\textomega\ypogegrammeni
\accdasia\textomega\ypogegrammeni
\accpsili`\textomega\ypogegrammeni
\accdasia`\textomega\ypogegrammeni
\accpsili'\textomega\ypogegrammeni
\accdasia'\textomega\ypogegrammeni
\~>\textomega\ypogegrammeni
\~<\textomega\ypogegrammeni
\accpsili\textOmega\ypogegrammeni
\accdasia\textOmega\ypogegrammeni
\accpsili`\textOmega\ypogegrammeni
\accdasia`\textOmega\ypogegrammeni
\accpsili'\textOmega\ypogegrammeni
\accdasia'\textOmega\ypogegrammeni
\~>\textOmega\ypogegrammeni
\~<\textOmega\ypogegrammeni
}}
\subsection{\ensuregreek{
\u\textalpha
\=\textalpha
\accvaria\textalpha\ypogegrammeni
\textalpha\ypogegrammeni
\accoxia\textalpha\ypogegrammeni
\~\textalpha
\~\textalpha\ypogegrammeni
\u\textAlpha
\=\textAlpha
\accvaria\textAlpha
\accoxia\textAlpha
\textAlpha\ypogegrammeni
\accpsili{ }
{ }\prosgegrammeni
\accpsili{ }
}}
\subsection{\ensuregreek{
\accperispomeni\textcompwordmark
\"\~{ }
\accvaria\texteta\ypogegrammeni
\texteta\ypogegrammeni
\accoxia\texteta\ypogegrammeni
\~\texteta
\~\texteta\ypogegrammeni
\accvaria\textEpsilon
\accoxia\textEpsilon
\accvaria\textEta
\accoxia\textEta
\textEta\ypogegrammeni
\accpsili`{ }
\accpsili'{ }
\~>{ }
}}
\subsection{\ensuregreek{
\u\textiota
\=\textiota
\`"\textiota
\'"\textiota
\~\textiota
\~"\textiota
\u\textIota
\=\textIota
\accvaria\textIota
\accoxia\textIota
\accdasia`{ }
\accpsili'{ }
\~<{ }
}}
\subsection{\ensuregreek{
\u\textupsilon
\=\textupsilon
\`"\textupsilon
\'"\textupsilon
\accpsili\textrho
\accdasia\textrho
\~\textupsilon
\~"\textupsilon
\u\textUpsilon
\=\textUpsilon
\accvaria\textUpsilon
\accoxia\textUpsilon
\accdasia\textRho
\`"{ }
\'"{ }
\accvaria{ }
}}
\subsection{\ensuregreek{
\accvaria\textomega\ypogegrammeni
\textomega\ypogegrammeni
\accoxia\textomega\ypogegrammeni
\~\textomega
\~\textomega\ypogegrammeni
\accvaria\textOmicron
\accoxia\textOmicron
\accvaria\textOmega
\accoxia\textOmega
\textOmega\ypogegrammeni
\accoxia{ }
\accdasia{ }
}}
\section{Makeuppercase}
According to Greek typesetting conventions,
diacritics (except the dialytika) are dropped in ALL CAPS.
However, \verb|\Makeuppercase| is not supported in PDF-strings, so we
do not need to care for this.
\section{Conclusion}
For Greek text parts in section headers use either literal Unicode
characters%
\footnote{Pre-composed Unicode characters must be used for multi-accented
letters or non-standard accents. Combining Unicode characters do not work
with inputenc and 8-bit LaTeX – this is a general restriction.} or macros.
For proper kerning in the main document, combine this with the
\verb+\textgreek+ or \verb+\foreignlanguage{greek}+ macros.
\end{document}
|