Tagged Questions
5
votes
2answers
511 views
Formatting Equation Numbers
I need the numbers of equations and brackets around to be in bold.
Doing like this
\usepackage{etoolbox}
\pretocmd{\theequation}{\bf}{}{}
only the number is produced in bold, how to bold brackets?
...
8
votes
1answer
1k views
Url with fragments in bold
I need to write document containing a lot of URLs but some fragments of these URLs have to be in bold. How can I accomplished this? For urls I use \nolinkurl but I can't use \bf in it.
2
votes
1answer
1k views
TeXlipse hotkeys for bold, italic, underlined
Are there any hotkeys to make a text bold or italic in TeXlipse plug-in? It is tiresome to type \textbf{} and \textit{} each time I need to emphasize some word. Most of other TeX-editors support ...