my mistake, the makebst actually has all options needed to generate the style. It is just mind-numbing and easy to miss. The relevant option:
TITLE OF ARTICLE:
(*) Title plain with no special font
(i) Title italic (\em)
(q) Title and punctuation in single quotes (`Title,' ..)
(d) Title and ...
Search found 13 matches
- Fri Aug 26, 2011 5:23 am
- Forum: BibTeX, biblatex and biber
- Topic: Show Quotation Marks in the Output
- Replies: 1
- Views: 4701
- Fri Aug 26, 2011 2:14 am
- Forum: Graphics, Figures & Tables
- Topic: Single-column Table in a multi-column Environment
- Replies: 2
- Views: 26484
Re: Single-column Table in a multi-column Environment
thks, it works! would you please write it without defining the newenvironment Table? it will help me to see what role the minipage is playing, thanks!
- Fri Aug 26, 2011 2:08 am
- Forum: BibTeX, biblatex and biber
- Topic: Capitalize each Word in the Title
- Replies: 3
- Views: 6822
Re: Capitalize each Word in the Title
thks, stefan_k, I just used makebst, which allow me to preserve the title, and saved the need to modify my database file. However, I also like to have quotation marks around the title, please see my another post. Any suggestion on that?
- Fri Aug 26, 2011 2:06 am
- Forum: BibTeX, biblatex and biber
- Topic: Show Quotation Marks in the Output
- Replies: 1
- Views: 4701
Show Quotation Marks in the Output
I would like to have a reference list as:
[8] L. Honeycutt, “Communication and Design Course,” 1998.
Using makebst, I am able to get most I needed except the quotation marks. It seems that I have to hack the generated .bst file. No idea what language it is. After reviewing other posts, I believe ...
[8] L. Honeycutt, “Communication and Design Course,” 1998.
Using makebst, I am able to get most I needed except the quotation marks. It seems that I have to hack the generated .bst file. No idea what language it is. After reviewing other posts, I believe ...
- Thu Aug 25, 2011 10:36 pm
- Forum: BibTeX, biblatex and biber
- Topic: Capitalize each Word in the Title
- Replies: 3
- Views: 6822
Capitalize each Word in the Title
I am using the standard unsrt style. The output of references is not satisfactory: only the first word of the title is capitalized. In my .bib file, all words in a title is capitalized. How do I ask bibtex not to de-capitalize the words?
- Thu Aug 25, 2011 10:08 pm
- Forum: Graphics, Figures & Tables
- Topic: Single-column Table in a multi-column Environment
- Replies: 2
- Views: 26484
Single-column Table in a multi-column Environment
I am using multicol package to generate two columns. I would like my small table within a column. However, the multicol package always spans it across columns. My search is in vein: all posts are seeking solution on how to span table across columns -:)
Since I need to mix one column and two column ...
Since I need to mix one column and two column ...
- Fri Feb 05, 2010 5:18 pm
- Forum: General
- Topic: How to draw a circle around text
- Replies: 9
- Views: 82396
Re: How to draw a circle around text
Thanks, gmedina! I have been looking for such a beautiful solution for long! I love my table now -:)
- Fri Feb 05, 2010 7:35 am
- Forum: General
- Topic: How to draw a circle around text
- Replies: 9
- Views: 82396
How to draw a circle around text
I just found a related post http://www.latex-community.org/forum/viewtopic.php?f=45&t=5678&p=26598&hilit=tabular+vertical#p26598 .However does the command really do vertical alignment? Isn't the \centering only adjust horizontal position? What is the \arraybackslash?
\begin{longtable ...
\begin{longtable ...
- Fri Feb 05, 2010 6:19 am
- Forum: General
- Topic: How to draw a circle around text
- Replies: 9
- Views: 82396
How to draw a circle around text
Sorry for the previous question about multi-file document, which turned out to be a stupid mistake. However this arises as a new concern: the circled number doesn't align with other non-circled numbers in other cells of the tabular. Is there a way to make them all sitting at center of a cell ...
- Fri Feb 05, 2010 5:34 am
- Forum: General
- Topic: How to draw a circle around text
- Replies: 9
- Views: 82396
Re: How to draw a circle around text
thanks, it works when I tried it in a single tex file. However it doesn't work in a multiple file document. The \usepackage{tikz} is in the main document, and the \tikz.. is used in a file included in the master file. The error is: undefined control sequence. What's going on here?