Code: Select all
\documentclass{article}
\usepackage{amsmath,amsthm,amssymb}
\begin{document}
\begin{tabular}{|l|l|l|} \hline
\raisebox{0ex}{Immediate} & RR & Round Robin \\
& EF & Earliest First \\
& LL & Lightest Loaded \\
\raisebox{0ex} {Batch} & MM & 0.546 \\
& MX & 0.7839 \\
& DL & $\sqrt{2}$ \\
& RC & $\frac{1}{2}$\\
\raisebox{0ex}{Evolutionary} & PN & This paper \\
& ZO & Genetic Algorithm\\
& TA & Tabu search~\\
& SA & Simlulated Annealing \\ \hline
\end{tabular}
\end{document}
I want to highlight multiple rows together (I want to make the font bold for the four rows in the middle of the table). I tried
Code: Select all
\textbf{\raisebox{0ex} {Batch} & MM & 0.546 \\
& MX & 0.7839 \\
& DL & $\sqrt{2}$ \\
& RC & $\frac{1}{2}$\}