General ⇒ Always the same error but can't solve it
Always the same error but can't solve it
! Missing $ inserted.
<inserted text>
$
l.41 ...ateriaux-quand-la-houle-contourne-le-port_
133017},
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
! Extra }, or forgotten $.
l.41 ...x-quand-la-houle-contourne-le-port_133017}
,
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
! Missing $ inserted.
<inserted text>
$
l.43
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
! Missing } inserted.
<inserted text>
}
l.43
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
I don't understand what is the problem, if someone can help because i tried during 1 days to solve it, but i'm beginner so i'm not expert as you=P.
Thank's for your answer
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Always the same error but can't solve it
\_
or verbatim, e.g., \verb|_|
, or a package like url that provides, e.g., \url{file_name_with_underscore.tex}
.If the problem is inside a command, that writes code to an auxiliary file, the problem can still persist if you solve the mistake in the document. Sometimes it helps to do two instead of only one LaTeX run after fixing the mistake. If this does not help, you would have to delete the auxiliary file(s).
This is all somehow speculative. If you need more help, please show us a



Always the same error but can't solve it
https://github.com/Youxis1/Youxis1/blob/master/Test.tex
and for the bibli :
https://github.com/Youxis1/Youxis1/blob ... /bibli.bib
If it can help you
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Always the same error but can't solve it

Always the same error but can't solve it
A paragraph ends with an empty line and not with a
\\
macro. Change the \parskip
command or use the package of the same name to increase the spacing between paragraphs.Take a look at the csquotes package.
Many different environments can help to set equations. The mathmode document shows examples of how they can be used.