Re: Biblatex

2012-05-16 Thread Bernd Kappenberg

It's here:
\bibliography{test4[.bib]}


Probably what the program misses is this:


Package biblatex Info: ... file 'hous1.bbl' not found.

No file hous1.bbl.



The question is why. Normally it should do .bbl file by itself.

Regards
Bernd


Re: Biblatex

2012-05-16 Thread stefano franchi
On Wed, May 16, 2012 at 4:18 PM, Bernd Kappenberg
 wrote:
> Warnings:
>
> Package csquotes
> Warning: Using preliminary 'polyglossia' interface.
>
> LaTeX Warning: Unused global option(s):
>
> [ngerman].
>
>
> Package biblatex Info: ... file 'hous1.bbl' not found.
>
> No file hous1.bbl.
>
>
> LaTeX Warning: Citation 'Abbott2012' on page 1 undefined on input line 26.
>
> LaTeX Warning: Empty bibliography on input line 34.
>
> ...
>
> LaTeX Warning: There were undefined references.
>
> Package biblatex Warning: Please (re)run Biber on the file:
>
> (biblatex) hous1
>
> (biblatex) and rerun LaTeX afterwards.
>
>


Bernd,

I took a look at your file, but I see at least one big issue:

Where are you loading the bib file?
Your preamble should have a line with something like

\addbibresource{\the\path\to\the\bibfile.bib}

or, if you are suing an older version of biblatex,

\bibliography{\the\path\to\the\bibfile.bib}

notice that the .bib extension is *mandatory* with \addbibresource and
optional with \bibliography.

It seems to me that biblatex is not finding the bib file, hence biber
does not get started and \printbibliography has no effect.
That's why I asked in my previous message whether you were getting
correct citations in the body text.

Stefano



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Re: Biblatex

2012-05-16 Thread Bernd Kappenberg

Warnings:

Package csquotes
Warning: Using preliminary 'polyglossia' interface.

LaTeX Warning: Unused global option(s):

[ngerman].


Package biblatex Info: ... file 'hous1.bbl' not found.

No file hous1.bbl.


LaTeX Warning: Citation 'Abbott2012' on page 1 undefined on input line 26.

LaTeX Warning: Empty bibliography on input line 34.

...

LaTeX Warning: There were undefined references.

Package biblatex Warning: Please (re)run Biber on the file:

(biblatex) hous1

(biblatex) and rerun LaTeX afterwards.


Regards
B*ernd*



#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
\begin_preamble
\usepackage{csquotes}

\bibliography{test4}

\usepackage{xltxtra}

\usepackage{polyglossia}

\usepackage[natbib=true,bibstyle=numeric,citestyle=authoryear,backend=biber]{biblatex}
\end_preamble
\use_default_options true
\begin_modules
biblatex
\end_modules
\maintain_unincluded_children false
\language ngerman
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts true
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine natbib_authoryear
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language german
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
dsvsdfv 
\begin_inset CommandInset citation
LatexCommand citet
key "Abbott2012,Abdulwahab2011"

\end_inset


\end_layout

\begin_layout Standard
-
\end_layout

\begin_layout Standard
-
\begin_inset Note Note
status open

\begin_layout Plain Layout
\begin_inset CommandInset bibtex
LatexCommand bibtex
btprint "btPrintAll"
bibfiles "C:/Users/Bernd/Documents/test4"
options "plainnat"

\end_inset


\end_layout

\end_inset


\end_layout

\begin_layout Standard
-
\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
printbibliography
\end_layout

\end_inset

 (in ERT)
\end_layout

\end_body
\end_document


Re: Biblatex

2012-05-16 Thread stefano franchi
Bernd,

have you checked the latex log? Are the citations showing up correctly
in the document body? Is bibtex/biber (whichever you are using)
sending any warning?
You may wan to post to the list a minimal  example (i.e one paragraph,
one citation) that exhibits the problem to get further help.

Cheers,

Stefano


On Wed, May 16, 2012 at 2:52 PM, Bernd Kappenberg
 wrote:
> Finally my document compiled, after I read that polyglossia must be loaded
> before biblatex.
>
> However, \printbibliography (in ERT) is not executed,
> and the various citation styles have no impact on my citations.
>
> Regards
> Bernd



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Re: Biblatex

2012-05-16 Thread Bernd Kappenberg
Finally my document compiled, after I read that polyglossia must be 
loaded before biblatex.


However, \printbibliography (in ERT) is not executed,
and the various citation styles have no impact on my citations.

Regards
Bernd


Re: problem with Lyx download for Win7

2012-05-16 Thread Richard Heck

On 05/16/2012 07:38 AM, Martin Kowarsch wrote:

Hi,
fyi:
the website 
ftp://ftp.lyx.org/pub/lyx/bin/2.0.3/LyX-2.0.3-2-Installer.exe cannot 
be viewed at the moment.

There seems to be a problem.


OK now. It comes and goes sometimes.

rh



problem with Lyx download for Win7

2012-05-16 Thread Martin Kowarsch

Hi,
fyi:
the website 
ftp://ftp.lyx.org/pub/lyx/bin/2.0.3/LyX-2.0.3-2-Installer.exe cannot be 
viewed at the moment.

There seems to be a problem.
Regards
Martin