perhaps someone of you might suggest how to get a long line and a word on it so that chars like 'a' are above that line, but 'p' or 'ņ' are split? I got the following code to do almost what was intended, but it has a problem with incorrect spacing and if similar construct is used within a tabu environment (possibly elsewhere too), strange problems appear:
Code: Select all
\documentclass{article}\usepackage{geometry}\geometry{papersize={16cm, 4cm}, inner=0cm,outer=0cm,top=0cm,bottom=0cm}\usepackage{xcolor}\usepackage{tabu}\usepackage{fontspec}\begin{document}\begin{center}\color{blue}\fontsize{90}{0}%\fontspec{Times New Roman}%% \vspace*{1em}%\raisebox{0pt}[\height][0pt]{\makebox[14cm][c]{Kociņš}}%\par\nointerlineskip%\color{red}%\makebox[14cm]{\hrulefill}%\end{center}\end{document}