Search found 3 matches

by rehoot
Wed Jan 13, 2010 10:06 pm
Forum: Text Formatting
Topic: Trouble with dissertation formatting in Turabian style
Replies: 5
Views: 5641

Re: Trouble with dissertation formatting in Turabian style

If the suggestions above do not work, be sure to specify which document class you are using (on the first line of your .tex file).
by rehoot
Wed Jan 13, 2010 10:03 pm
Forum: BibTeX, biblatex and biber
Topic: Pull title from bibliography?
Replies: 1
Views: 1862

Re: Pull title from bibliography?

There is something that will print the full bibtex entry inline, which is not exactly what you want, but it might be a start. The package is called bibentry, and it might work only with the natbib citation style (I'm not sure).

Here is an example:

http://stefaanlippens.net/bibentry
by rehoot
Wed Jan 13, 2010 9:46 pm
Forum: General
Topic: Hash symbol breaking formating in lstlisting environment
Replies: 2
Views: 7258

Re: Hash symbol breaking formating in lstlisting environment

The line is displaying in italics because the hash mark indicates that the line is a comment.

If you really want to redefine how the language is displayed, I know a way to do it but it takes some work. I tried putting the override in the document itself, but it seems that the listings.sty package ...