I'm having some issues with Linguex package when I want to use \ex. in other chapters in my document. It shows me this error:
./EncabezadoTesisMSc.tex:100:
Runaway argument?
\a . John es inglés pero es temperamental \b . inglés(john) $\wedge \ETC.
File ended while scanning use of \ex.
<inserted text>
\par
l.100 \include{Kap3/Kap3}
So I look over ./EncabezadoTesisMsc.tex:100 and look arround for any troubles in the code. But there's no issue because I already used the linguex package in the prevoius chapter: kap2/kap2
I'm going to copy and paste the relevant code from the preamble.
\documentclass[12pt,spanish,fleqn,openany,letterpaper,pagesize]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage[]{linguex}
\usepackage{Befehle}
\begin{document}
\pagenumbering{roman}
\include{HojaTitulo/HojaTituloMSc}
{\newpage{\pagestyle{empty}\cleardoublepage}}
\pagenumbering{arabic}
\include{Kap1/Kap1}
\include{Kap2/Kap2}
\include{Kap3/Kap3}
\include{Kap4/Kap4}
\include{Kap5/Kap5}
\end{document}
In Kap3.tex file I just try to use and then appears the error.
\chapter{this is chapter 3}
\ex. some example

Kap3/Kap3.tex. Please make sure that the code that you post does not refer to files that are not available to us. Either they are irrelevant, then remove the corresponding\include. If they are relevant (the error depends on the file), then include the file or parts of it. – gernot Jan 04 '17 at 17:37\ex.on file kap3.tex it says the error is in kap3/kap3 which is in/EncabezadoTesisMSc.tex:100where's the preamble. By the way, I'm going to add the file in the code. Excuse me. – Julián Sanabria Jan 04 '17 at 17:47