Search found 2 matches

by znlznl
Wed Mar 11, 2015 4:23 am
Forum: General
Topic: single spaced examples with expex
Replies: 2
Views: 6143

single spaced examples with expex

Found assistance elsewhere. The fix is small --- you need to use \lingset{Everyex=\singlespace} (with a captial 'E') not \lingset{everyex=\singlespace}.

\documentclass[12pt,a4paper]{article}

\usepackage{setspace}
\doublespace

\usepackage{expex}
\lingset{Everyex=\singlespace} % remove double ...
by znlznl
Tue Mar 10, 2015 7:37 pm
Forum: General
Topic: single spaced examples with expex
Replies: 2
Views: 6143

single spaced examples with expex

Hello all,

I'm formatting linguistics examples with the expex package. My body text needs to be double spaced, the glossed examples need to be singled spaced. Using advice from http://permalink.gmane.org/gmane.comp.tex.linguistics/1205 , I'm trying the following code in my preamble: \lingset ...