Hi,
This is my CV in lyx format, with bibtopic.sty and 2 bibliography for tests.
Thanks,
Thibaud.

Le 09/04/2010 10:38, Jürgen Spitzmüller a écrit :
Thibaud Hulin wrote:
The option `dot' was not declared in package `bibtopic', perhaps you

misspelled its name. Try typing<return>  to proceed.
Could you post an example file?

Jürgen

Attachment: cv-th.lyx
Description: application/lyx

%% BIBTOPICS.STY, a  package following from the
%% BIBUNITS.STY	by Jose Alberto Fernandez ([email protected])
%%
%% BIBTOPICS.STY is a style to generate a single bibliography
%% made up of several topics. For instance: books, procedings
%% articles, thesis, .. However we want the bibitems alphabetically 
%% sorted by authors but a single numeration 
%% for all this bibliography. This is the main difference with
%% BIBUNITS.STY, because at the beginning of each unit, corresponding 
%% to a new topic, the counter of the bibitems is not reinitialized.
%%
%%
%% The environment \begin{bibunit}[<style>] .. \end{bibunit} allows 
%% the creation of a unit. The 
%% optional parameter <style> specifies a style for the bibliography 
%% different from the default if any. 
%%
%% The \bibliographyunit  command has been removed because not useful.
%%
%% Use \cite and \nocite to generate citations. \cite* and \nocite* 
%% can be use to generate citations to be added in the local 
%% bibliography  inside a unit. 
%%
%% You must insert the command \putbib[<bibtex-files>] before the end 
%% of each <unit> in the location where you want the bibliography to 
%% be inserted. If the optional argument is ommited, \putbib uses the 
%% default bibtex-files if any.
%%
%% BIBTEX processing:
%% For each <unit>, in sequence, there is now a corresponding file 
%% \jobname.\[email protected] that need to be compiled though 
%% BIBTEX as well as the \jobname.aux that generates the global 
%% database.
%%
%% The global bibliography is given in a \bibliography command.
%% In the same way, a global \bibliographystyle command.
%% Both are needed for the creation of the \jobname.aux file
%% But the \bibliography command is modified so that the file 
%% \jobname.bbl is not read.
%%
%% Suppose your document is foo.tex, you must now invoke bibtex not only 
%% on foo, but also on foo.1, ..., foo.n given that there are n 
%% different <units> with separate bibliography. 
%%
%% Pierre Basso
%% Laboratoire Informatique de Marseille - CNRS URA 1787
%% email: [email protected]

\newwri...@bibunitaux	%File desc.
\newcou...@bibunitauxcnt \...@bibunitauxcnt = 0	%Units cnt.
\newif...@localcite	%Local/Global cite
\newif...@globalbiblio %%%%%% 
\...@globalbibliotrue     %%%%%%%
\d...@localcitedflt{\@localcitetrue} \...@localcitedflt 
%
% \cite definition
%
%\let\REALcite\cite% --bg
\def\NEWcite{
\...@ifstar{\@localcitefalse\REALcite}
{...@localcitetrue\realcite}}
%
% \...@cite new definition
\let\r...@citex\@citex
\def\...@citex[#1]#2{\if@filesw
\immediate\wri...@bibunitaux{\string\citation{#2}}\fi \...@localcite
\...@filesw
\...@fileswfalse\real@citex[#1]{#...@fileswtrue \else\r...@citex[#1]{#2}\fi
\else\r...@citex[#1]{#2}\fi
\...@localcitedflt}
%
% \nocite definition
%
%\let\REALnocite\nocite% --bg
\def\NEWnocite{
\...@ifstar{\@localcitefal...@newnocite}
{...@localcitetrue\@NEWnocite}}
\d...@newnocite#1{\@bsphack
\...@filesw
\immediate\wri...@bibunitaux{\string\citation{#1}}\fi 
\...@esphack
\...@localcite\else\realnocite{#1}\fi\@localcitedflt} 
%
% \bibliography definition
%
\def\bibliography#1{%
  \...@filesw
    \immediate\wri...@auxout{\string\bibdata{#1}}%
  \fi
    \...@globalbiblio\null
    \el...@input@{\jobname.bbl}\fi}
\d...@bibdata{}	%Data files store
\let\REALbibliography\bibliography
\def\NEWbibliography{
\...@ifstar{\@localcitetr...@newbibliography} 
{...@localcitefalse\@NEWbibliography}}
\d...@newbibliography#1{
\...@filesw
\immediate\wri...@auxout{\string\gdef\string\@bibdata{#1}}\fi 
\...@localcite\else\realbibliography{#1}\fi\@localcitedflt} 
%
% \bibliographystyle definition
%
\d...@bibstyle{}	%Style store
\let\REALbibliographystyle\bibliographystyle 
\def\NEWbibliographystyle{
\...@ifstar{\@localcitetr...@newbibliographystyle} 
{...@localcitefalse\@NEWbibliographystyle}} 
\d...@newbibliographystyle#1{
  \...@filesw
  \immediate\wri...@auxout{\string\gdef\string\@bibstyle{#1}}\fi 
  \...@localcite\else\realbibliographystyle{#1}\fi\@localcitedflt} 
%
% \begin{bibunit} .. \end{bibunit} definition 
%
\def\bibunit{\global\advan...@bibunitauxcnt 1 \let\REALcite\cite% --bg
\let\REALnocite\nocite% --bg
\global\let\cite\NEWcite
\global\l...@citex\new@citex
\global\let\nocite\NEWnocite
\...@filesw
\immediate\openo...@bibunitaux \jobname.\[email protected] 
\...@ifnextchar[{\@bibunitx...@bibunitx[\@bibstyle]} }
\d...@bibunitx[#1]{\if@filesw
\immediate\wri...@bibunitaux{\string\bibstyle{#1}}\fi} 
\def\endbibunit{
  \ifx\undefined\REALcite\else% --bg
    \global\let\cite\REALcite
     \global\l...@citex\real@citex
     \global\let\nocite\REALnocite
  \fi% --bg
  \...@filesw
  \immediate\closeo...@bibunitaux\fi}


%
% \begin{thebibliography} .. .. \end{thebibliography} new definition 
%
\newcounter{startbiblabel}
\newcounter{labelabsolu}
\d...@biblabel#1{[#1]}

\renewenvironment{thebibliography}[1]
     {\list{\setcounter{labelabsolu}{\value{startbiblabel}}
            \addtocounter{labelabsolu}{\value{enumiv}}
            \...@biblabel{\arabic{labelabsolu}}
            }%
           {\settowidth\labelwidt...@biblabel{#1}}%
            \leftmargin\labelwidth
            \advance\leftmargin\labelsep
            \...@openbib
              \advance\leftmargin\bibindent
              \itemindent -\bibindent
              \listparindent \itemindent
              \parsep \z@
            \fi
            \usecounter{enumiv}%
            \le...@enumiv\@empty
            \renewcommand\theenumiv{\arabic{enumiv}}
            }%
      \...@openbib
        \renewcommand\newblock{\par}
      \else
        \renewcommand\newblock{\hskip .11em \[email protected] \[email protected]}%
      \fi
      \sloppy\clubpenalty4000\widowpenalty4000%
      \sfcode`\...@m}
     {\d...@noitemerr
       {...@latex@warning{Empty `thebibliography' environment}}%
       \setcounter{startbiblabel}{\value{labelabsolu}}
      \endlist}%

%
% \bibitem new definition
%
\newcounter{abs...@listctr}
\def\bibite...@ifnextchar[\@lbibit...@bibitem}
\d...@lbibitem[#1]#2{\item[\@biblabel{#1}\hfill]...@filesw
      {\let\protect\noexpand
       \immediate
       \wri...@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces}

\d...@bibitem#1{\item\if@filesw 
             \setcounter{abs...@listctr}{\value{\@listctr}}
             \addtocounter{abs...@listctr}{\value{startbiblabel}}
             \immediate\wri...@auxout 
       {\string\bibcite{#1}{\the\value{abs...@listctr}}}\fi\ignorespaces}


%
% \putbib definition
%
\def\putbi...@ifnextchar[{\@putbib...@putbib[\@bibdata]}} 
\d...@putbib[#1]{\if@filesw
\immediate\wri...@bibunitaux{\string\bibdata{#1}}\fi 
\...@input{\jobname.\the\@bibunitauxcnt.bbl}} 

\endinput

@article{hulin_reflexivity_th,
	title = {Reflexivity and activity traces in document retrieval and web navigation.},
	journal = {Journal of the American Society for Information Science and Technology},
	author = {Thibaud Hulin and Yannick Pri\'{e}}
},

@article{hulin_analyser_2009,
	title = {Analyser les paradigmes \'{e}pist\'{e}miques de la gestion des connaissances},
	journal = {Communication et Langage},
	author = {Thibaud Hulin},
	month = nov,
	year = {2009}
},

@article{hulin_apprentissage_2009,
	title = {Apprentissage et repr\'{e}sentations de la recherche d'information experte avec des traces d'activit\'{e}},
	journal = {Les enjeux de l'information et de la communication},
	author = {Thibaud Hulin},
	month = sep,
	year = {2009}
},

@misc{hulin_analysing_2009,
	address = {Lille, France},
	type = {Slides conference},
	title = {Analysing activity traces in order to assess digital resources},
	url = {http://epef.anr.free.fr/speechs-02.html},
	author = {Thibaud Hulin},
	month = nov,
	year = {2009}
},

@misc{hulin_analyser_2009-1,
	address = {Lille, France},
	type = {Slides conference},
	title = {Analyser les traces d'activit\'{e} pour \'{e}valuer les ressources \'{e}lectroniques},
	url = {http://epef.anr.free.fr/interventions-02.html},
	author = {Thibaud Hulin},
	month = nov,
	year = {2009}
},

@inproceedings{hulin_analyser_th,
	address = {Lille, France},
	title = {Analyser les traces d'activit\'{e} pour \'{e}valuer les ressources \'{e}lectroniques},
	url = {http://epef.anr.free.fr/interventions-02.html},
	booktitle = {Colloque international {Ressources} \'{e}lectroniques acad\'{e}miques : mesures  usages},
	publisher = {Documentaliste},
	author = {Thibaud Hulin}
},

@inproceedings{hulin_la_2009,
	address = {Toulouse},
	title = {La recherche d'information avec des traces d'activit\'{e}},
	url = {http://www.irit.fr/inforsid09/ateliers/PeCUSI2009.pdf},
	booktitle = {Inforsid 2009},
	author = {Thibaud Hulin},
	month = may,
	year = {2009},
	pages = {75--86}
},

@inproceedings{hulin_les_2009,
	address = {{Aix-les-Thermes}},
	title = {Les traces d'activit\'{e}, m\'{e}moire de l'espace documentaire},
	url = {http://traces.toile-libre.org/blog/index.phppost/2009 d\'{e}cembre 15/Les-traces-d},
	publisher = {Speech allowed, but not realized because a personnal indisposition},
	author = {Thibaud Hulin},
	month = aug,
	year = {2009}
}
@inproceedings{hulin_les_2009,
	address = {{Aix-les-Thermes}},
	title = {Les traces d'activité, mémoire de l'espace documentaire},
	url = {http://traces.toile-libre.org/blog/index.php?post/2009 décembre 15/Les-traces-d%E2%80%99activit%C3%A9%2C-m%C3%A9moire-de-l%E2%80%99espace-documentaire},
	publisher = {Speech allowed, but not realized because a personnal indisposition},
	author = {},
	month = aug,
	year = {2009}
},

@inproceedings{hulin_la_2009,
	address = {Toulouse},
	title = {La recherche d'information avec des traces d'activité},
	url = {http://www.irit.fr/inforsid09/ateliers/PeCUSI2009.pdf},
	booktitle = {Inforsid 2009},
	author = {},
	month = may,
	year = {2009},
	pages = {75--86}
},

@inproceedings{hulin_analyser_????,
	address = {Lille, France},
	title = {Analyser les traces d'activité pour évaluer les ressources électroniques},
	url = {http://epef.anr.free.fr/interventions-02.html},
	booktitle = {Colloque international {"Ressources} électroniques académiques : mesures \& usages"},
	publisher = {Documentaliste},
	author = {}
},

@misc{hulin_analyser_2009,
	address = {Lille, France},
	type = {Slides conference},
	title = {Analyser les traces d'activité pour évaluer les ressources électroniques},
	url = {http://epef.anr.free.fr/interventions-02.html},
	author = {},
	month = nov,
	year = {2009}
},

@misc{hulin_analysing_2009,
	address = {Lille, France},
	type = {Slides conference},
	title = {Analysing activity traces in order to assess digital resources},
	url = {http://epef.anr.free.fr/speechs-02.html},
	author = {},
	month = nov,
	year = {2009}
},

@article{hulin_apprentissage_2009,
	title = {Apprentissage et représentations de la recherche d'information experte avec des traces d'activité},
	journal = {Les enjeux de l'information et de la communication},
	author = {},
	month = sep,
	year = {2009}
},

@article{hulin_analyser_2009-1,
	title = {Analyser les paradigmes épistémiques de la gestion des connaissances},
	journal = {Communication et Langage},
	author = {},
	month = nov,
	year = {2009}
},

@article{hulin_reflexivity_????,
	title = {Reflexivity and activity traces in document retrieval and web navigation.},
	journal = {Journal of the American Society for Information Science and Technology},
	author = {With Yannick Prié}
}

Reply via email to