Graphics, Figures & TablesTable error

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
madphdstudent
Posts: 1
Joined: Wed Mar 18, 2015 9:20 pm

Table error

Post by madphdstudent »

Code: Select all

\begin{table}[!]
   \centering
   \resizebox{\textwidth}{!}{  
    \begin{tabular}{| c | c | c | c | c | c | c | c | c |}
    \hline
    Symbol & $\beta_{min}$ & $\beta_{max}$ & $ N_{\beta}$ & $\alpha_{\beta}$ & $\mu_{min}$ & $\mu_{max}$ & $\N_{\mu}$ & $\alpha_{\mu}$ \\ \hline
    Hole & $0$ & $3.11$ & $4.1x10^{18}$ &  $0.617$ & $0$ & $2016$ & $3.25x10^{17}$ & $0.73$  \\ 
    \hline 
   Electron & $0$ & $2.17$ & $3.75x10^{17}$ &  $0.585$ & $0$ & $1030$ & $9.9x10^{16}$ & $0.564$ \\ \hline 
    \end{tabular}
    }
\caption{Concentration, activation energy an Hall mobility of seven boron doped homoepitaxial diamond, Borst et al. \cite{borst_boron-doped_1996}\label{table_marechal}}
\end{table} 
Can you help me solve the error? thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Table error

Post by Stefan Kottwitz »

Welcome to the forum!
madphdstudent wrote: Can you help me solve the error? thanks

Sure! What is the error message?

I see that there's no \documentclass command, so it's not a valid LaTeX2e document. Perhaps post a Infominimal working example.

Stefan
LaTeX.org admin
Post Reply