Search found 2 matches

by Gunther
Wed May 25, 2011 3:50 pm
Forum: Text Formatting
Topic: roman numeral
Replies: 1
Views: 5569

roman numeral

sry about the images, hadn't seen an upload button

anyway, I found a solution and tought I'd better share it:

Code: Select all

\boldsymbol{J}_{\hspace*{-0.5ex}\boldsymbol{F}\hspace*{-0.2ex}I\hspace*{-0.4ex}I}
by Gunther
Wed May 25, 2011 2:53 am
Forum: Text Formatting
Topic: roman numeral
Replies: 1
Views: 5569

roman numeral

i've searched ages for this, but can't find a satisfying solution. I want to reproduce this symbols:
jtau.png
romannumeral gives a "II" which is too large/not forming one letter:

\newcommand{\rmnum}[1]{\romannumeral #1}
\newcommand{\Rmnum}[1]{\expandafter\@slowromancap\romannumeral #1 ...