Old message:
I was happily using pdfsync with TeXworks, jumping back and forth between tex and pdf, but when I compile a tex file which include the package linguex there seems to be a conflict.
No problem when using regular \ex., but when there are examples with glosses \exg., then it locks up when I compile (I suspect therefore it's a problem with cgloss4e).
Here is minimal example (where the compilation locks up):
Code: Select all
\documentclass[11pt]{article}
\usepackage{mathptmx} % Times font
\usepackage[T1]{fontenc}
\usepackage[margin=1in,paper=letterpaper]{geometry}
\usepackage{linguex}
\usepackage{pdfsync}
\begin{document}
\exg. Here be a sentence.\\
There are some words.\\
\trans ``Hello world!''
\end{document}