Micha Feigin wrote:
On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill <[EMAIL PROTECTED]> wrote:
I need to create a list of literature references, much like a bullit list, but
without the bullits. How might this be accomplished? ERT i suspect :-)
Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries (you
can change the label to something more miningfull)
I believe the bibliography is the way to go - this is exactly what
bibliographies are for! And you may even reference those numbered
entries from the text, and lyx will make sure the numbers are correct
even if you re-order the list.
2. Insert a description environment and insert an empty ert or a no break
space space (Ctrl-Space). The second option will make some more indentation.
3. Where you want empty bullets open an ert with
\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}
and when you want bullets again enter
\let\labelitemi\myLabelItemI
This will cause the most indentation though
Lyx 1.4 will let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.
Helge Hafting