Search found 9 matches

by Amazon
Sun Sep 23, 2012 1:00 pm
Forum: General
Topic: biblatex | Footnote Citations and Numbers in Bibliography
Replies: 1
Views: 9009

biblatex | Footnote Citations and Numbers in Bibliography

Hello,

I'm writing a document where I'm using biblatex (with BibTeX as back-end). In my document I would like to have citations as footnotes, "normal" footnotes containing text and at the end a consolidated bibliography of the references my document contains.

There is only one, quite small, issue ...
by Amazon
Sat Jul 21, 2012 8:14 pm
Forum: General
Topic: hyperref | Additional Bookmark Entries to PDF Document
Replies: 1
Views: 1613

hyperref | Additional Bookmark Entries to PDF Document

Hello

I'm writing a document where I'm using the package hyperref . A good thing is that it generates a 'content' section in the resulting PDF document that makes the document easily searchable.

Important, see screenshot: http://i.imgur.com/DVWtf.jpg

However, everything is not perfect. In this ...
by Amazon
Sun Jun 10, 2012 8:13 pm
Forum: Text Formatting
Topic: titlesec | Prefix for Section Heading
Replies: 6
Views: 9248

Re: titlesec | Prefix for Section Heading

Thank you Thorsten.
by Amazon
Sun Jun 10, 2012 12:07 pm
Forum: Text Formatting
Topic: titlesec | Prefix for Section Heading
Replies: 6
Views: 9248

titlesec | Prefix for Section Heading

Ok, I've almost done it. The only issue is that the "label" isn't the same size as it should be.

the code:

Code: Select all

\titleformat{\section}{\bfseries}{Section \thesection, }{0em}{}
result: (left: before, right: after)
section-format.png
section-format.png (4.97 KiB) Viewed 9209 times
How do I make it appear in the correct size?
by Amazon
Thu Jun 07, 2012 8:42 pm
Forum: Text Formatting
Topic: titlesec | Prefix for Section Heading
Replies: 6
Views: 9248

Re: titlesec | Prefix for Section Heading

Yes I've read the documentation, I find it very poor. The manual does a bad job at explaining the different parts and their function of the commands. I have tried to even do a simple thing like just adding a dot after the section number without luck.

By the way I think that titlesec alone won't ...
by Amazon
Wed Jun 06, 2012 7:54 pm
Forum: Text Formatting
Topic: titlesec | Prefix for Section Heading
Replies: 6
Views: 9248

titlesec | Prefix for Section Heading

I'm writing a document where I have until now used \section for defining 'chapters' of my document.

I would like the output to be "Section 1, (Title)" instead of "1 (Title)" which is the default for \section . Also the ToC should display in the same way, "Chapter 1, (Title)". Lower headings levels ...
by Amazon
Sun May 27, 2012 11:50 am
Forum: BibTeX, biblatex and biber
Topic: footbib | Mixing Footnotes and Citations in Footer
Replies: 2
Views: 8614

Re: footbib | Mixing Footnotes and Citations in Footer

Thanks for the suggestion Clemens, biblatex seems to work quite well.
by Amazon
Sun May 13, 2012 5:21 pm
Forum: BibTeX, biblatex and biber
Topic: footbib | Mixing Footnotes and Citations in Footer
Replies: 2
Views: 8614

footbib | Mixing Footnotes and Citations in Footer

Hello,

I'm writing a document where I'd like to have citations, preferably as footnotes. So naturally I thought that the footbib package could work well. However I would also like to have footnotes, but mixing these two gets pretty ugly. The appearance can be seen in the attachment.

Is there some ...