GeneralIncompatibility between cgloss4e/linguex and pdfsync?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
beoram
Posts: 19
Joined: Tue Jul 29, 2008 6:19 pm

Incompatibility between cgloss4e/linguex and pdfsync?

Post by beoram »

Nevermind - I figured it out. Pdfsync package isn't needed. But TeXworks can't sync if the filename contains spaces (" ").


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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply