Skip to content

Commit b34b337

Browse files
committed
[macros] Make U+NNNN "fake small-cap-height" numbers a bit smaller.
Previously, the scaled-down numbers and letters were a little bit taller than the small-caps height. Now they should look more or less equally tall.
1 parent 575b9a9 commit b34b337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
\renewcommand{\fref}[1]{\hyperref[fig:#1]{\figurerefname \nolinebreak[3] \ref*{fig:#1}}}
359359

360360
%% NTBS, etc.
361-
\newcommand{\ucode}[1]{\textsc{u}\textsmaller[1]{\kern-0.05em\protect\raisebox{.25ex}{\textsmaller[1]{+}}\uppercase{#1}}}
361+
\newcommand{\ucode}[1]{\textsc{u}\textsmaller[1.5]{\kern-0.05em\protect\raisebox{.25ex}{\textsmaller[1]{+}}\uppercase{#1}}}
362362
\newcommand{\uname}[1]{\textsc{#1}}
363363
\newcommand{\unicode}[2]{\ucode{#1} \uname{#2}}
364364
\newcommand{\NTS}[1]{\textsc{#1}}

0 commit comments

Comments
 (0)