Several Questions concerning formatting
"Katrin Althans" <[email protected]> Sun, 15 Oct 2006 14:09:08 -0000
| Newsgroups | gmane.comp.tex.bibtex.jurabib.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all of you!
After reading and "trying & erring" a lot, I decided to ask my
questions about jurabib, hoping you can help me. I have to follow the
MLA style, which means, I need to have different styles for the
footnotes and the bibliography. That means
a) I need parentheses for the footnotes (default), but none for the
bibliography
b) the different parts of the footnotes need to be separated by
commas, whereas those in the bibliography need fullstops. I manage the
last bit, but \renewcommand*{\bibapifont}[1]{``#1.''} overwrites
\renewcommand*{\jbapifont}[1]{``{#1},''} with which I wanted to set
the commas
c) because of that, I need to define \incollinname twice, as the
bibliography-version has to start with a capital letter
Then there are other questions:
d) is there a possibility to format the shorttitle depending on
whether it belongs to an article or to a book (I mean, other than
defining the shorttitle in the .bib-file itself for every book or
article separately)? Shorttitles for books in italics and shorttitles
for articles in quotes...
e)How do I get incollection to produce a full reference for the
collection the article is part of? E.g. (for Bibliography):
Authorlastname, authorfirstname. "Articletitle."
<i>Collectiontitle</i>. Ed. Editorfirstname Editorlastname. Address:
Publisher, Year. Pages.
Now there are some minor things, and I suppose I can't figure out the
probably easy solution because I worked on it for so long:
f) I can't get a fullstop to end my footnotes
g) neither can I get one after the titles in the bibliography
h) how do I get, in books, the title of the series to be printed
before the volume, well, to be printed at all?
In order to demonstrate a few of my problems, here's a not-quite
minimal example (btw, I changed the jox a little to get rid of one
particular comma, as was suggested in one the posts here, but that
doesn't affect anything else; and don't bother about the text, I wrote
it for a different problem I already got help for ;), but I didn't
feel like composing another text):
Thanks a lot for your help! Katrin
\documentclass[12pt, oneside, a4paper, BCOR14.5mm, DIV12, headsepline,
normalheadings]{scrreprt}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx,textcomp,booktabs,amsmath}
\usepackage[UKenglish]{babel}
\usepackage[onehalfspacing]{setspace}
\usepackage[includehead, top=1.7cm, bottom=3.4cm]{geometry}
\usepackage[oxford]{jurabib}
\jurabibsetup{
authorformat={citationreversed,reducedifibidem,firstnotreversed},
citefull=first,
ibidem=name&title,
titleformat=commasep,
bibformat=ibidem
}
\AddTo\bibsenglish{%
\def\incollinname{\Edbyname}%
\def\inname{}%
\def\editorname{\unskip,\space ed}%
\def\editorsname{\unskip,\space eds}%
\def\edbyname{ed.}%
\def\Edbyname{Ed.}%
\def\volumename{}%
\def\Volumename{}%
\renewcommand*{\ibidemname}{}
\renewcommand*{\ibidemmidname}{}
}
\addto\jbonlyforbib{\renewcommand*{\bibansep}{. }}
%----Formatting of Footnotes----
\renewcommand*{\jbauthorfont}{\textsc}
\renewcommand*{\jbbtasep}{ and }
\renewcommand*{\jbbfsasep}{, }
\renewcommand*{\jbbstasep}{ and }
\renewcommand*{\artnumberformat}{.}
\renewcommand*{\jbhowsepbeforetitle}{ }
\renewcommand*{\jbapifont}[1]{``{#1},''}
\renewcommand*{\jbhowsepbeforetitle}{, }
%----Formatting of Bibliography----
\renewcommand*{\bibbtasep}{ and }
\renewcommand*{\bibbfsasep}{, }
\renewcommand*{\bibbstasep}{ and }
\renewcommand*{\bibbtesep}{ and }
\renewcommand*{\bibbfsesep}{, }
\renewcommand*{\bibbstesep}{ and }
\renewcommand*{\biblnfont}{\textsc}
\renewcommand*{\bibfnfont}{}
\renewcommand*{\bibelnfont}{\textsc}
\renewcommand*{\bibefnfont}{}
\renewcommand*{\bibtfont}{\textit}
\renewcommand*{\bibbtfont}{\textit}
\renewcommand*{\bibjtfont}{\textit}
\renewcommand*{\bibaldelim}{(}
\renewcommand*{\bibardelim}{):}
\renewcommand{\bibauthormultiple}{---. }
\renewcommand*{\bibapifont}[1]{``#1.''}
\makeatletter
\renewcommand\@biblabel[1]{\hspace*{-.5em}}
\makeatother
\begin{document}
\bibliographystyle{myjox}
\renewcommand{\bibname}{\centerline{\huge{\rm{\textsc{Works Cited}}}}}
Mithilfe dieses Absatzes kann man darstellen,%\footnote{Cf.
\cite{Antor2000}}
dass die Literaturangaben im Literaturverzeichnis nicht
hundertprozentig an die gleiche Stelle eingerückt sind wie zum
Beispiel der Text dieses Absatzes.\footnote{Cf.
\cite[536]{Luckhurst2002}} Wäre er noch länger, dann könnte man das
Ganze vermutlich noch deutlicher sehen,\footnote{Cf.
\cite{Ashcroft2000}} aber jetzt weiß ich auch eigentlich nicht mehr,
was ich noch so schreiben könnte.\footnote{\cite{Lever2000}} Mit
bloßem Auge kann man es vielleicht nicht direkt sehen, aber wenn man
die pdf-Ansicht auf 100\% stellt und ein Lineal\footnote{Cf.
\cite{Ashcroft2001}} (oder ein anderes Messgerät zur Hand hat), das
man bei den ersten Serifen im Text ansetzt und dann
'runterscrollt,\footnote{Cf. \cite[536]{Luckhurst2002}} sieht man
es.\footnote{Cf. \cite[233]{Ashcroft2001}} Aber vielleicht liegt es ja
an meiner .bst-Datei?
Mithilfe dieses Absatzes kann man darstellen, dass die
Literaturangaben im Literaturverzeichnis nicht hundertprozentig an die
gleiche Stelle eingerückt sind wie zum Beispiel der Text dieses
Absatzes. Wäre er noch länger, dann könnte man das Ganze vermutlich
noch deutlicher sehen,\footnote{Cf. \cite{Punter2000}} aber jetzt weiß
ich auch eigentlich nicht mehr, was ich noch so schreiben
könnte.\footnote{\cite{Thackeray1848}}
\newpage
\bibliographystyle{myjox}
\begin{thebibliography}{}
\bibitem[{Antor\jbbtasep Stierstorfer\jbdy {2000}}%
{}%
{{0}{}{book}{2000}{}{}{}{}%
{Heidelberg\bpubaddr {} Winter\bibbdsep {} 2000}}%
{{English Literatures in International Contexts}%
{}{}{3}{}{}{}{}{}}%
]{Antor2000}
\jbbibargs {\biblenf {Antor} {Heinz} {H.} {} {}\Bibbtasep \biblenf
{Stierstorfer} {Klaus} {K.} {} {}\bibedformat {\editorsname}} {Heinz
AntorKlaus Stierstorfer} {eds} {\snded {\sndeditorsname}\bibtfont
{English
Literatures in International Contexts} \apyformat
{Heidelberg\bpubaddr {}
Winter\bibbdsep {} 2000}} {\bibhowcited} \jbdoitem {}
{{Antor}{Heinz}{H.}{}{}; {Stierstorfer}{Klaus}{K.}{}{}} {}
\bibAnnoteFile
{Antor2000}
\bibitem[{Ashcroft\jbdy {2000}}%
{}%
{{1}{}{incollection}{2000}{}{}{}{15--27}%
{Heidelberg\bpubaddr {} Winter\bibbdsep {} 2000}}%
{{Resistance and Transformation}%
{}{}{1}{}{}{}{}{}}%
]{Ashcroft2000}
\jbbibargs {\bibnf {Ashcroft} {Bill} {B.} {} {}} {Bill Ashcroft} {au}
{\bibapifont {Resistance and Transformation} \protect\jbincollcrossref
{Antor2000}{1}\jbPages {15--27}} {\bibhowcited} \jbdoitem
{{Ashcroft}{Bill}{B.}{}{}} {{Antor}{Heinz}{H.}{}{};
{Stierstorfer}{Klaus}{K.}{}{}} {} \bibAnnoteFile {Ashcroft2000}
\bibitem[{Ashcroft\jbdy {2001}}%
{Postcolonial Transformation}%
{{1}{}{book}{2001}{}{}{}{}%
{London\bpubaddr {} Routledge\bibbdsep {} 2001}}%
{{Postcolonial Transformation}%
{}{}{2}{}{}{}{}{}}%
]{Ashcroft2001}
\jbbibargs {\bibnf {Ashcroft} {Bill} {B.} {} {}} {Bill Ashcroft} {au}
{\bibtfont {Postcolonial Transformation} \apyformat {London\bpubaddr {}
Routledge\bibbdsep {} 2001}} {\bibhowcited} \jbdoitem
{{Ashcroft}{Bill}{B.}{}{}} {} {} \bibAnnoteFile {Ashcroft2001}
\bibitem[{Lever\jbdy {2000}}%
{}%
{{0}{}{book}{2000}{}{}{}{}%
{Rushcutters Bay\bpubaddr {} Halstead P\bibbdsep {} 2000}}%
{{Real Relations}%
{}{}{2}{}{}{}{}{}}%
]{Lever2000}
\jbbibargs {\bibnf {Lever} {Susan} {S.} {} {}} {Susan Lever} {au}
{\bibtfont
{Real Relations} \apyformat {Rushcutters Bay\bpubaddr {} Halstead
P\bibbdsep
{} 2000}} {\bibhowcited} \jbdoitem {{Lever}{Susan}{S.}{}{}} {} {}
\bibAnnoteFile {Lever2000}
\bibitem[{Luckhurst\jbdy {2002}}%
{The Contemporary London Gothic and the Limits of the
Spectral Turn}%
{{0}{}{article}{2002}{}{}{}{527--46}%
{2002}}%
{{The Contemporary London Gothic and the Limits of the
Spectral Turn}%
{}{}{2}{}{}{}{}{}}%
]{Luckhurst2002}
\jbbibargs {\bibnf {Luckhurst} {Roger} {R.} {} {}} {Roger Luckhurst} {au}
{\bibapifont {The Contemporary London Gothic and the Limits of the
Spectral
Turn} \bibJTsep \bibjtfont {Textual Practice}~\artvolnumformat {16}{3}
\artyearformat {2002} \jbartPages {527--46}} {\bibhowcited} \jbdoitem
{{Luckhurst}{Roger}{R.}{}{}} {} {} \bibAnnoteFile {Luckhurst2002}
\bibitem[{Punter\jbdy {2000}}%
{}%
{{0}{}{book}{2000}{}{}{}{}%
{Oxford\bpubaddr {} Blackwell\bibbdsep {} 2000}}%
{{A Companion to the Gothic}%
{}{}{3}{}{}{}{}{}}%
]{Punter2000}
\jbbibargs {\biblenf {Punter} {David} {D.} {} {}\bibedformat
{\editorname}}
{David Punter} {ed} {\snded {\sndeditorname}\bibtfont {A Companion
to the
Gothic} \volumename {}~4 \apyformat {Oxford\bpubaddr {}
Blackwell\bibbdsep {}
2000}} {\bibhowcited} \jbdoitem {} {{Punter}{David}{D.}{}{}} {}
\bibAnnoteFile {Punter2000}
\bibitem[{Thackeray\jbdy {2003}}%
{}%
{{0}{}{book}{2003}{}{}{}{}%
{London\bpubaddr {} Penguin Books\bibbdsep {} 2003}}%
{{Vanity Fair: A Novel without a Hero}%
{}{}{1}{}{}{}{}{}}%
]{Thackeray1848}
\jbbibargs {\bibnf {Thackeray} {William~Makepeace} {W.~M.} {} {}}
{William~Makepeace Thackeray} {au} {\bibtfont {Vanity Fair: A Novel
without a
Hero} \edbyname{} \bibenf {Carey} {John} {J.} {} {} \numberandseries
{}{Penguin Classics} \apyformat {London\bpubaddr {} Penguin
Books\bibbdsep {}
2003}} {\bibhowcited} \jbdoitem
{{Thackeray}{William~Makepeace}{W.~M.}{}{}}
{{Carey}{John}{J.}{}{}} {} \bibAnnoteFile {Thackeray1848}
\end{thebibliography}
\end{document}
--
Please remember -- this is an international english speaking mailing list!
If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/jurabib/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/jurabib/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[email protected]
mailto:[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/