Math & Science ⇒ missing \endcsname error
missing \endcsname error
! 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
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
missing \endcsname error
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: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: missing \endcsname error
I agree with php1ic, the problem ist not caused by those three lines.
Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
missing \endcsname error
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
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