Welcome to the TeXnik web site

First Word in greater Fontsize
TUG logo

Main page

Index
English FAQ
Documentation
Software
CTAN
Search CTAN:
Main Server

Statistics

 


 


More Books

By default the textlines are aligned to the bottom of all letters, independent from their sizes. If you want all text aligned to the top of the biggest letter, than choose the command \highbox{any text}{sizecommand}:

the LaTeXcode

\newlength{\normalheight} 
\setlength{\normalheight}{7pt} 
\newsavebox{\mybox} 
\newcommand{\highbox}[2]{%
\savebox{\mybox}{#2#1}%
\raisebox{\normalheight-\ht\mybox}{#2#1}} 
An example:
\highbox{Hello,}{\Huge}

local time: Fri May 22 19:15:07 UTC 2026; file is: 1.2237 days old
contact webmaster _at_ TeXnik.de