John White wrote: > As it sits, I get index entries that look like this. > > "Anse v District Court, 192 P.3d 738 (Nev 2008), 14" > > I would like the entry to look like this: > > "Anse v District Court, 192 P.3d 738 (Nev 2008) . . . . . . . . . . . > 14" > > Any thoughts? > > I run lyx 2.1.2 on Debian Jessie, using makeindex.
You need to use an "index style file" that does this formatting. The one provided by the "Oscola" package should suit your needs: http://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/oscola/oscola.ist Given that your index style file is saved as "oscola.ist" in your TeX directory (which is the case if you have installed the Oscola package), you can use it by adding -s oscola.ist to Document > Settings > Index > Options. I suggest you also select "makeindex" from the "Index Processor" combo box to make sure makeindex is really used. HTH Jürgen > > John
