Semantically, I want an itemized list, but visually I just want some space. How can I hide the bullets?
|
I can't speak for any other setup, but I'm using Tufte-Latex on MacTex, and I just typed the following:
It worked. :-) I love it when guessing does that. So just try adding P.S. the "generalized" list from lindelof worked also, but they didn't line up as nicely as with itemize. Jakub's suggestion was what inspired my guess, when I tried it, I got a bunch of "label=" strings as bullet points. |
|||||||
|
|
My response is quite late for this thread but thought I will add it for the benefit of any future searchers. I accomplished this by using the description environment and using blanks for the \item commands. e.g
That worked fine for me. |
|||||
|
|
What you probably want is a generalized list:
The second argument to this environment is the symbol that will be inserted in front of every item. (warning: I have not tested this, only lifted it from Guide to LaTeX) |
||||
|
|
|
The bullet itself is a macro so you can easily redefine it globally like this:
In your case just leave the macro empty. See this page for details. |
|||
|
|
|
I think the best solution would be to use enumitem (PDF) package from CTAN: it should be present in most TeX distributions (it is present in teTeX). Then you would be able to use.
Not tested! |
|||
|
|