Search found 12 matches

by azuki
Wed Aug 27, 2008 4:56 am
Forum: General
Topic: bibliography style
Replies: 4
Views: 2998

Re: bibliography style

hi there,

thanks again! the intermediate bibliographies aren't really up to me - those are dept formatting regulations! I did try the natbib package at one point and now that you mention that drawback, I think that was the reason why I had abandoned it. I have a way of going about this but it ...
by azuki
Tue Aug 26, 2008 8:18 pm
Forum: General
Topic: bibliography style
Replies: 4
Views: 2998

Re: bibliography style

yeah, I should have been more clear, because you're right...that wouldn't make sense! I'm doing a manuscript-based thesis with 2 manuscripts. The manuscripts have numerical style citations (according to the journal's specifications) and each manuscript has its own bibliography at the end. However, I ...
by azuki
Tue Aug 26, 2008 5:10 pm
Forum: General
Topic: bibliography style
Replies: 4
Views: 2998

bibliography style

This may sound like an odd question, but is there a way of using two different citation styles for the same document other than using the multibib package?

So for e.g., in one part of my document, I'd like to have something like:
"Apples are red (1)" (numerical style), and then in a later part of ...
by azuki
Thu Aug 21, 2008 8:04 pm
Forum: General
Topic: appendix question
Replies: 2
Views: 1781

Re: appendix question

Hmm...thanks for the reply! Those commands would make sense, but it still didn't work! I think there may just be something with the custom class that's clashing with this. Does anyone know of a way to turn the appendix counter off? I omitted \appendixpage from my code because I didn't want that ...
by azuki
Thu Aug 21, 2008 5:09 pm
Forum: General
Topic: appendix question
Replies: 2
Views: 1781

appendix question

I'm trying to add an appendix and have a few questions. Here's my code:

\appendix
\addappheadtotoc
\input{appendix}

my appendix file is this:
\chapter{Appendix}

\begin{table}[h]
etc...
\end{table}

I have 2 problems:
1) the title appears as "Appendix A", and then below that, "Appendix". I ...
by azuki
Tue Aug 19, 2008 6:10 am
Forum: General
Topic: resetlabels option for multibib package
Replies: 0
Views: 2598

resetlabels option for multibib package

Hi!

I'm trying to generate 3 bibliographies in my document, but can't seem to get the resetlabels option to work so that each bibliography has its own distinct numbering system. Here's an outline of what I'm doing:


\usepackage[sort&compress, comma]{natbib}
\usepackage[resetlabels]{multibib ...
by azuki
Mon Aug 18, 2008 11:45 pm
Forum: General
Topic: How should I edit my bibliography style
Replies: 4
Views: 3015

Re: How should I edit my bibliography style

Not sure if this will work but you can try this:
\usepackage[square, comma]{natbib}

This adds the natbib package and modifes the citation style to what you requested. This works for me, even with a custom bibliography style file.

You can read the attached file for details.
by azuki
Thu Aug 14, 2008 5:29 am
Forum: General
Topic: customizing what fields are shown in the bibliography
Replies: 2
Views: 2448

Re: customizing what fields are shown in the bibliography

Thanks for reply gmedina! I was actually looking for an option that didn't require me to manually edit each entry since I already have a LOT of refs! (I'm importing from PubMed, and it automatically fills in the URL field)

Your file did help me think of a solution, although it does require editing ...
by azuki
Wed Aug 13, 2008 11:46 pm
Forum: General
Topic: customizing what fields are shown in the bibliography
Replies: 2
Views: 2448

customizing what fields are shown in the bibliography

Hi! I'm using the vancouver style for my bibliography (a separate .bst file I had to download)). Some of my entries in my .bib file include a URL field, which I'd like to keep (for my own personal notes) but not have it show up in my bibliography citations...is there a way of customizing which ...
by azuki
Wed May 07, 2008 3:18 am
Forum: General
Topic: help with shading cells in a table
Replies: 4
Views: 9818

Re: help with shading cells in a table

Ah, at last, finally something that works. It's too bad that I have to split the numbers up just for the values I want bolded, especially since I have a pretty long table, but as long as something works, it will do! Thanks every one for your help!