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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
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