Search found 4 matches

by fauxpas
Fri Oct 19, 2012 8:22 pm
Forum: General
Topic: gb4e | Manual Identifiers with Labels and References
Replies: 3
Views: 3514

gb4e | Manual Identifiers with Labels and References

Woops, forgot about that, sorry :)

\documentclass[a4paper,12pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage{gb4e}
\begin{document}
\ldots lorem ipsum: \ref{one}, \ref{onea}
\begin{exe}
\exi{(1)} \label{one} lorem ipsum
\begin{xlist}
\exi{a.}[\#]{dolor sit amet} \label{onea}
\exi{b ...
by fauxpas
Fri Oct 19, 2012 8:03 pm
Forum: General
Topic: gb4e | Manual Identifiers with Labels and References
Replies: 3
Views: 3514

gb4e | Manual Identifiers with Labels and References

So, I'm wondering if I'm missing the obvious here, but I've got the following problem: I'm writing more or less a summary of a paper and want to take the numbering of the examples from there to make it clearer. But I also want to be able to refer to the examples with \ref commands.

My first example ...
by fauxpas
Mon Aug 27, 2012 7:26 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex-mla | Space before Page missing
Replies: 2
Views: 3108

biblatex-mla | Space before Page missing

Hey, sorry for the incredibly late reply :D I hadn't seen your post earlier to back then I just did it manually in the end.

Sadly, using your file doesn't seem to have helped. I'll check on another MiKTeX installation to be sure.


Edit:
I've also noticed that I have to set the back-end to BibTeX ...
by fauxpas
Thu Apr 05, 2012 5:10 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex-mla | Space before Page missing
Replies: 2
Views: 3108

biblatex-mla | Space before Page missing

Hey everyone :)

I've got a problem with biblatex-mla . I've used this package before without any problems but for some reason (had to reinstall MiKTeX and everything else) I've got one now :(

When I use \autocite[11]{key} , then the output in the document isn't (Author 11) but (Author11). I've ...