All Questions
7 questions
1
vote
1
answer
66
views
Missing number issue in table - first with no issue
I wrote my CV using Overleaf.
Using multiple times the tabular function, I have no issues.
In the references, I get two errors by Overleaf:
Missing number, treated as zero.
Illegal unit of measure (...
1
vote
2
answers
1k
views
Missing vertical line in latex table
I am using the below code for making a latex table. Unfortunately, when I compile the vertical line of last column is missing.
\documentclass{article}
\begin{document}
\begin{table}[b!]
\...
0
votes
1
answer
61
views
Missing delimiter (. inserted) <to be read again> "Please help me solve this problem"
Please help me solve this problem
The code below produces the error
Missing delimiter (. inserted).
\begin{equation}
S_{i j} =
\begin{cases}e ^{ - \max \left(\left| p_{i} - p_{j}\right|,\left|q_{i} - ...
1
vote
1
answer
1k
views
Missing # inserted in tabular mode
I'm somewhat new to Latex. Right now, I'm stuck with table creation. After searching this and other forums, I didn't manage to sort this out yet, so I kindly ask for your support. If I missed the ...
1
vote
1
answer
133
views
multicolumn missing $ inserted on tabular environment
Good morning. I've installed the latest miktex package on a new computer with fresh windows 10 copy.
I need use some latex documents to rewrite code but with this LaTeX code I get "missing $ inserted" ...
9
votes
2
answers
41k
views
I am getting "illegal character in an array arg"
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{equation}
{S}=
\left(\begin{tabular}{1}
&\centering\{B_{M,i}\}\\
&\centering.\\
&\centering.\\
&...
1
vote
1
answer
2k
views
Table error: Missing number treated as zero
When making a table in Latex with "tabular", I always get the following errors:
"Missing number, treated as zero \begin{tabular}"
"Illegal unit of measure (pt inserted) \begin{tabular}"
This is the ...