GeneralDifference between using quotation mark and curly braces?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
alwayssmile68
Posts: 5
Joined: Wed Oct 01, 2008 4:35 pm

Difference between using quotation mark and curly braces?

Post by alwayssmile68 »

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}
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

brlnd
Posts: 15
Joined: Wed Sep 17, 2008 6:50 pm

Difference between using quotation mark and curly braces?

Post by brlnd »

The differences are rather subtle. Check out for example http://artis.imag.fr/~Xavier.Decoret/re ... mmary.html for details.
Post Reply