Hello!
I found solution for this problem. It might not be the prettiest one, but changing citation delimiter and list of references number delimiter I added to preamble: p, li { white-space: pre-wrap; } \makeatletter % @ is now a letter p, li { white-space: pre-wrap; } \def\bibleftdelim{/} \def\bibrightdelim{/} \def\@biblabel#1{\bibleftdelim #1\bibrightdelim} \makeatother % @ is a symbol That is from Tame the BeaST PDF file. http://mirrors.ctan.org/info/bibtex/tamethebeast/ttb_en.pdf However I wasn't able to get the cite working and after all I am using natbib And from http://mirrors.ctan.org/macros/latex/contrib/natbib/natbib.pdfoneliner ERT\setcitestyle{open={/},close={/}} Which probably can be put to preamble somehow. best regards, Hannu Vuolasaho ---------------------------------------- > From: vuo...@msn.com > To: lyx-users@lists.lyx.org > Subject: Changing captions and order in reference list > Date: Fri, 20 Apr 2012 01:19:31 +0300 > > > Hello everybody! > > I have on problem with reference list. I havenly five references. So this > isn't that bad problem. It can be done also some ugly manual way. > I want to get list as > > /1/ reference > > /2/ reference > instead Lyx always generates > > [1] reference > > [2] reference > > So how that is changed? > > Another problem is that the appear in same order as in text and I want them > in alphabetically ordered by last name. And the format is > Last name, First name, Title, [doctype], URL, date of retrieval > > Is there any style that does this or what is the right way to do this? > > Best regards, > Hannu Vuolasaho >