Search found 2 matches

by cellocgw
Tue Jul 16, 2019 1:39 pm
Forum: Text Formatting
Topic: Package for automatic interpretation of linebreak
Replies: 5
Views: 5252

Package for automatic interpretation of linebreak

Just a warning: when \obeylines is active, some tools in \table or \tabular will fail. In particular, \hline won't work due to some conflict with defined line endings.
by cellocgw
Mon Jan 16, 2012 5:16 pm
Forum: BibTeX, biblatex and biber
Topic: \cite{} Hyperlink to references
Replies: 4
Views: 51405

Re: \cite{} Hyperlink to references

Hyperref and cite have some well-known conflicts. Listing them in the preamble at the very end of the preamble as

\usepackage{hyperref}
\usepackage{cite}

Often works, but not always. Using the natbib package instead of cite is a lot more reliable.