Tagged Questions
11
votes
2answers
343 views
Is there is a package so you can add text with visual effects like “WordArt” from “Word”
I am elaborating a business card style for LaTeX but I found out that even if I have the style and margin for the cards I can not make it look "pretty" like other text editors without overusing ...
11
votes
1answer
477 views
Strikeout - when which package ? ( ulem vs soul vs …)
When to use which package for strikeout?
I see answers :
\usepackage{ulem}
\sout{Hello World}
or
\usepackage{soul}
\st{Hello world}
or
\usepackage{cancel}
\cancel{Hello world}
In what ...