Search found 62 matches

by Yeats
Fri Mar 28, 2014 8:51 am
Forum: BibTeX, biblatex and biber
Topic: Shorttitle field not showing in footnote
Replies: 2
Views: 6703

Re: Shorttitle field not showing in footnote

That worked thank you!
by Yeats
Thu Mar 27, 2014 10:04 am
Forum: BibTeX, biblatex and biber
Topic: Shorttitle field not showing in footnote
Replies: 2
Views: 6703

Shorttitle field not showing in footnote

Hi everyone,

I have a problem with getting a shorttitle field in my footnote. I am using Biblatex and here is my MWE:

\documentclass[a4paper,11pt]{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage{csquotes}
\usepackage{blindtext}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib ...
by Yeats
Wed Dec 04, 2013 3:37 pm
Forum: General
Topic: Need a command to generate "above"/"below" in references
Replies: 5
Views: 11056

Need a command to generate "above"/"below" in references

Solving by referencing by labels is perhaps not the straigt solution. They are put in and used from the .aux file with page numbers. They are available after and also before their definition in text, in following compiling runs.

However, you could use a boolean variable, which is false and you set ...
by Yeats
Fri May 03, 2013 10:13 am
Forum: Graphics, Figures & Tables
Topic: New environment using the old one
Replies: 2
Views: 6531

Re: New environment using the old one

Thank you very much for the fast answer! This solved my problem and its so simple! Sometimes the simplest things are so hard to find (and I did a thorough search before posting here). Thanks again!
by Yeats
Fri May 03, 2013 9:43 am
Forum: Graphics, Figures & Tables
Topic: New environment using the old one
Replies: 2
Views: 6531

New environment using the old one

Hi,

I need to create a new environment completely the same as the old one. Here is what I mean: I need two different quote environments one which I would use with \begin{quote} and another that would be the same but I would use \begin{source} command instead.

Does anyone know how to include the ...
by Yeats
Tue Oct 12, 2010 5:40 pm
Forum: BibTeX, biblatex and biber
Topic: Bibtex short title
Replies: 2
Views: 6507

Bibtex short title

I actually managed to solve this one on myself and I am posting solution here for the others if someone some day needs it:
@book{iustini1877,
Address = {Ienae},
Author = {{Iustinus Martyr}},
Call-Number = {TH: Vb 6.00 2/3},
Date-Added = {2010-02-06 12:06:48 +0100},
Date-Modified = {2010-10-12 ...
by Yeats
Tue Oct 12, 2010 2:55 pm
Forum: BibTeX, biblatex and biber
Topic: Bibtex short title
Replies: 2
Views: 6507

Bibtex short title

I sort of already have an idea how to do this but I dont know how to make it work.

My idea is to add one custom field in Bibtex entry like this:

@book{iustini1877,
Cstmfld = {Iust. De Tryph.},
Address = {Ienae},
Author = {{Iustinus Martyr}},
Call-Number = {TH: Vb 6.00 2/3},
Date-Added ...
by Yeats
Tue Oct 12, 2010 2:37 pm
Forum: BibTeX, biblatex and biber
Topic: Bibtex short title
Replies: 2
Views: 6507

Bibtex short title

Hi everyone,
I am writing my PhD in theology and I need a package (or some other way) to do the following:

I need to have one (short) title in the footnote and the other (full) title in the bibliography.


Here is an example:

Lets say i quote \footcite{iustini1877) in text.

which is the entry ...
by Yeats
Wed Jun 23, 2010 10:59 pm
Forum: Page Layout
Topic: Endnotes package problem
Replies: 8
Views: 5477

Endnotes package problem

I don't think multibib is the issue:

\documentclass{article}
\usepackage{endnotes,multibib}
\let\myfootnote\endnote
\begin{document}
Some text.\myfootnote{A test}
\theendnotes
\end{document}

works for me.

I have three types of quotes (sources with \footcitequelle , literature with \footcite ...
by Yeats
Wed Jun 23, 2010 10:48 pm
Forum: Page Layout
Topic: Endnotes package problem
Replies: 8
Views: 5477

Endnotes package problem

You'll need to do some work on this to get an answer. For a start, you have a non-standard package

\usepackage{StyleFiles/brechtbib}

which we can't test. More importantly, if you want to sort this type of thing the best approach is to start from a simple, working example (as I have posted) and ...