Is there a bibliography style to number the references without the square brackets, such as
1. Smith .....
2. Jones ....
Thanks
General ⇒ simple bibliography numbering style
NEW: TikZ book now 40% off at Amazon.com for a short time.

simple bibliography numbering style
You shouldn't need a whole new .bst for this. (Or if you do, which one to pick will depend on a lot of other stuff.) Try putting something like this in your preamble:
If that doesn't work, then submit a minimal working example.
Code: Select all
\makeatletter
\def\bibleftdelim{}
\def\bibrightdelim{.}
\def\@biblabel#1{\bibleftdelim #1\bibrightdelim}
\makeatother
-
- Posts: 17
- Joined: Fri Sep 24, 2010 8:50 pm
Re: simple bibliography numbering style
Excellent frabjous! I'm very new to this and have much to learn.