Code: Select all
$\textbf{Case 2 $\alpha$=1.02, $R$=5772 :}$
Code: Select all
$\textbf{Case 2 $\alpha$=1.02, $R$=5772 :}$
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
$Case 2 \mathbf{\Alpha}=1.02, \mathbf{R}=5772 :$Code: Select all
\textbf{Case 2 $\mathbf{\alpha}=1.02, \mathbf{R}=5772$: }Try it with amsmath.teddy0625 wrote:I have following command [...] with intention with making the whole sentence bold but it does not make alpha and R as bold so how can I do that?
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{amsmath}
\begin{document}
\textbf{Case 2 $\boldsymbol{\alpha=1.02,\ R=5772}$ :}
\end{document}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis