Hi, What's the difference between using quotation mark and curly braces in a filed in a bib entry. See the following three cases which uses quotation mark, single curly brace and double curly braces respectively. Do you know how they affect the output? Thanks.
@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}
}
General ⇒ Difference between using quotation mark and curly braces?
-
- Posts: 5
- Joined: Wed Oct 01, 2008 4:35 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
Difference between using quotation mark and curly braces?
The differences are rather subtle. Check out for example http://artis.imag.fr/~Xavier.Decoret/re ... mmary.html for details.