I get the following error message:
! Missing \endcsname inserted.
<to be read again>
\csname\endcsname
1.59 \end{equation}
Line 59 is the last line of the following:
\begin{equation}\label{3e}
(-ln(1-s)ln(s))_0^{1-z} + \int_1^{1-z}\frac{ln(1-s)}{s}\,ds (using Integration by Parts)
\end{equation}
If anyone has a suggestion I'd be grateful.
Max
Math & Science ⇒ missing \endcsname error
NEW: TikZ book now 40% off at Amazon.com for a short time.

missing \endcsname error
This MWE compiles for me so I guess the error must be somewhere else in your code.
Can you construct a MWE(see link if you don't know what a MWE is) that shows this behaviour?
If not the only thing I can suggest is to methodically go through your code, commenting out bits until you find the cause.
http://www.latex-community.org/forum/vi ... =37&t=7878
Code: Select all
\documentclass[a4paper]{article}
\begin{document}
\begin{equation}\label{3e}
(-ln(1-s)ln(s))_0^{1-z} + \int_1^{1-z}\frac{ln(1-s)}{s}\,ds
\end{equation}
\end{document}
If not the only thing I can suggest is to methodically go through your code, commenting out bits until you find the cause.
http://www.latex-community.org/forum/vi ... =37&t=7878
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: missing \endcsname error
Hi Max,
I agree with php1ic, the problem ist not caused by those three lines.
Stefan
I agree with php1ic, the problem ist not caused by those three lines.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
missing \endcsname error
I don't see the problem.
So it's your turn to show it by means of a counterexample [1].
[1] View topic: Avoidable mistakes
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\begin{document}
\begin{equation}\label{3e}
(-ln(1-s)ln(s))_0^{1-z} + \int_1^{1-z}\frac{ln(1-s)}{s}\,ds (using Integration by Parts)
\end{equation}
\end{document}
[1] View topic: Avoidable mistakes
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
missing \endcsname error
Code: Select all
\begin{equation}\label{*}
\frac{d}{dz}(\frac{z}{1^2}+\frac{z^2}{2^2}+\frac{z^3}{3^2}+\cdots) = -\frac{ln(1-z)}{z}
\end{equation}
All the best,
Max