Re: Beginners Questions I: Syntax of the \jurabibsetup{}-Statement
Andreas Kahl <[email protected]> Fri, 26 May 2006 09:54:40 +0200
| Newsgroups | gmane.comp.tex.bibtex.jurabib.user |
|---|---|
| Message-ID | <[email protected]> |
... Now I tried copying back the options into the jurabib.cfg and now
even that does not work any more.
LaTeX's Error message:
! Incomplete \iffalse; all text was ignored after line 109.
<inserted text>
\fi
l.109 }
?
I now also attached my jurabib.cfg-file.
Andreas
Andreas Kahl schrieb:
> Hello list,
>
> having read the jurabib Documentation I selected the following options
> to be used for jurabib:
>
> \jurabibsetup {
> authorformat=smallcaps,%
> authorformat=reducedifibidem,%
> authorformat=and,%
> authorformat=year,%
> titleformat=italic,%
> titleformat=colonsep,%
> ibidem=name&title&auto,%
> superscriptedition=all,%
> pages=always,%
> chicago=true%
> }
>
>
> This results in the following error:
>
> ! Incomplete \iffalse; all text was ignored after line 26.
> <inserted text>
> \fi
> l.26 }
>
> ?
>
>
> Can anybody tell me what I can do to fix this? (I tried for about an
> hour, but nothing helped)
> Btw. the same options worked when I just uncommented them in the
> jurabib.cfg file, but that is rather large and complicated to maintain.
> I attached the whole tex-file, so you can have a look at it.
>
> Thanks for any recommendations
>
> Andreas
>
>
>
jurabib.cfg
(text/plain, 2.1 KB)
%%
%% This is file `jurabib.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% jurabib.dtx (with options: `config')
%% ----------------------------------------
%% Local configuration file for use with the jurabib package
%%
%% (http://www.jurabib.org)
%%
%% Here you can place personal redefinitions
\ProvidesFile{jurabib.cfg}[jurabib local configuration file]
\jurabibsetup{%
%citefull=first,%
%citefull=chapter,%
%citefull=section,%
%citefull=all,%
%
authorformat=smallcaps,%
%authorformat=italic,%
%authorformat=dynamic,%
%authorformat=citationreversed,%
%authorformat=allreversed,%
%authorformat=firstnotreversed,%
authorformat=reducedifibidem,%
%authorformat=abbrv,%
authorformat=and,%
authorformat=year,%
%authorformat=indexed,%
%
%annotatorformat=italic,%
%annotatorformat=normal,%
%
%annotatorfirstsep=in,%
%annotatorfirstsep=comma,%
%annotatorlastsep=divis,%
%
titleformat=italic,%
%titleformat=all,%
%titleformat=commasep,%
titleformat=colonsep,%
%titleformat=noreplace,%
%
%ibidem=strict,%
%ibidem=strictdoublepage,%
%ibidem=nostrict,%
%ibidem=name,%
%ibidem=name&title,%
ibidem=name&title&auto,%
%
%idem=strict,%
%idem=strictdoublepage,%
%idem=nostrict,%
%
%opcit=true,%
%opcit=chapter,%
%opcit=section,%
%
%bibformat=tabular,%
%bibformat=nohang,%
%bibformat=numbered,%
%bibformat=ibidem,%
%bibformat=ibidemalt,%
%bibformat=compress,%
%bibformat=raggedright,%
%
%crossref=long,%
%crossref=short,%
%crossref=dynamic,%
%
superscriptedition=all,%
%superscriptedition=switch,%
%superscriptedition=commented,%
%superscriptedition=bib,%
%
pages=always,%
%pages=test,%
%pages=format,%
%
%howcited=all,%
%howcited=normal,%
%howcited=compare,%
%howcited=multiple,%
%
%dotafter=bibentry,%
%dotafter=endnote,%
%
%see=true,%
%lookat=true,%
%human=true,%
%oxford=true,%
chicago=true,%
%edby=true,%
%endnote=true,%
%biblikecite=true,%
%commabeforerest=true,%
%round,%
%square,%
%annote=true,%
%citetoend=true,%
%hypercite=false,%
%super,
%lookforgender,
%silent,%
%jurabiborder,%
%config=your_config_filename_here%
}
%%
%%
%% End of file `jurabib.cfg'.