Advertisement
Guest User

luatex - misalignment of certain diacritics

a guest
Nov 20th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1.  
  2. %%% Local Variables:
  3. %%% TeX-engine: luatex
  4. %%% End:
  5.  
  6. \documentclass{article}[12pt]
  7.  
  8. \usepackage{fontspec}
  9.  
  10. \setmainfont{Linux Libertine}
  11. \setsansfont[Scale=MatchLowercase]{Linux Biolinum}
  12. \setmonofont{linlibertinem}
  13.  
  14. \usepackage{expex}
  15. \usepackage{linguex}
  16.  
  17. \begin{document}
  18.  
  19. \noindent \underline{Not misaligned in normal environment}\footnote{Except something funny is happening w/ the mono/typewriter text, but perhaps that's a font-specific issue}\\
  20.  
  21. āsyàṁ mádhunā mr̥taṁ
  22.  
  23. \textit{āsyàṁ mádhunā mr̥taṁ}
  24.  
  25. \textbf{āsyàṁ mádhunā mr̥taṁ}
  26.  
  27. \textsc{āsyàṁ mádhunā mr̥taṁ}
  28.  
  29. \textsf{āsyàṁ mádhunā mr̥taṁ}
  30.  
  31. \texttt{āsyàṁ̇ mádhunā mr̥taṁ}\\
  32.  
  33.  
  34. \underline{linguex:}\\
  35. \exg. āsyàṁ̇ mádhunā mr̥taṁ\\
  36. mouth.\textsc{neu.nom.sg} honey.\textsc{instr} dead.\textsc{neu.nom.sg}\\
  37. \trans ``the mouth, killed with honey''
  38.  
  39. \noindent \underline{Misaligned in Tabular:}\\
  40. \begin{tabular}{lll}
  41. misaligned & mr̥taṁ & āsyàṁ̇ \\
  42. \end{tabular}
  43. \vspace{12pt}
  44.  
  45. \noindent \underline{Misaligned in hbox:}\\
  46. \hbox{mr̥taṁ āsyàṁ̇}
  47.  
  48.  
  49. % \underline{expex:}\\
  50. % \ex
  51. % \begingl
  52. % \gla āsyàṁ mádhunā mr̥taṁ//
  53. % \glb mouth.\textsc{neu.nom.sg} honey.\textsc{instr} dead.\textsc{neu.nom.sg}//
  54. % \glft ``the mouth, killed with honey''//
  55. % \endgl
  56. % \xe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement