Tagged Questions
1
vote
1answer
76 views
Making section headings bold and sans serif
I would like to make section headings bold and sans-serif (helvet package). I found a snippet that produces sans serif headings:
\renewcommand\section{\@startsection{section}{1}{\z@}%
...
3
votes
1answer
95 views
Is there a bold italic \sigma and a sans serif bold italic \sigma?
And they look differently?
I'm trying to typeset iso conform (vectors bold italic and tensors sans serif bold italic).
Mechanical stress $\sigma$ is a tensor, but I also want to typeset the normal ...
3
votes
1answer
87 views
Does boldface sans-serif not work?
\documentclass{article}
\newcommand{\nptime}{\ensuremath{\sf NP}}
\newcommand{\bnptime}{\ensuremath{\sf\bf NP}}
\begin{document}
\nptime\\
\bnptime
\end{document}
I'm trying to make a macro to ...
6
votes
1answer
474 views
Bold , italic (and sans-serif) math symbols
I would like to implement the suggestions in the TUGboat 30:3, 2009 about the upright/italic and bold/normal in scalars, vectors and tensors. All this is about math.
I use this font:
...
6
votes
2answers
5k views
Bold sans-serif font in LaTeX
How can one format a chapter or section heading in bold using a sans-serif font? I tried \textsf{\textbf{bold sans-serif text}}, but it does not seem to work. Any idea?
2
votes
0answers
105 views
sansmath and boldmath--mutually exclusive? [duplicate]
Possible Duplicate:
Make mathfont respect the surrounding family
This question is similar to the Bold, italic math (\bm) and sansmath question, but with a few more requirements.
I am ...
8
votes
2answers
3k views
Bold, italic math (\bm) and sansmath
I'm typesetting both text and math in Latin Modern, except for the figures, where I would like to use a sans serif font for both text and math.
I need to follow the ISO recommendations for math ...