General ⇒ Difference between using quotation mark and curly braces?
-
- Posts: 5
- Joined: Wed Oct 01, 2008 4:35 pm
Difference between using quotation mark and curly braces?
@book{cattell2000ods,
title="The Object Data Standard: ODMG 3.0", %%% I use quotaltion mark here.
author={Cattell, R.G.G. and Barry, D.K.},
year={2000},
publisher={Morgan Kaufmann}
}
@book{cattell2000ods,
title={The Object Data Standard: ODMG 3.0}, %%% Single curly brace is used here.
author={Cattell, R.G.G. and Barry, D.K.},
year={2000},
publisher={Morgan Kaufmann}
}
@book{cattell2000ods,
title={{The Object Data Standard: ODMG 3.0}}, %%%Doulbe curly braces are used here.
author={Cattell, R.G.G. and Barry, D.K.},
year={2000},
publisher={Morgan Kaufmann}
}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis