ok...i did a search here and read the other texmaker forums. some helped but did not completely
solve the problem.
I installed
mactex 2008 and
i installed the current version of texmaker.
i wrote my thesis without doing the formal "cite" thing...instead i just put notes to myself about
what to cite. now i am going through and doing just that. in texmaker i run the latex command. and
i get a message that says process exited normally. then i run bibtex and i only get "error: could
not start the command". then i run quick build and it appears that something kinda worked.
in my paper there are citations but not how i wanted. below is my bib_refs.bib file, i want my
cites in the form of the first 3 letters of the authors last name and then the year. for example
when i cite the book Krane i would like for it to be [Kra88] in text. this is how my advisor wants
it. instead what i am getting is [Krane, 1988].
also i have different cites for the same source...ie Krane is a large and diverse book so when i
use chapter 5 my advisor wants it to be like [Kra88a] and then for the next cite it is is [Kra88b]
and [Kra88c] and so forth.
so i guess i am having two problems...first texmaker/bibtex is not running smoothely or something
and second is the form of my bib_refs.bib file. (though i think it is right, just a template form
the graduate school website)
Code: % Books
@Book{Kra88a,
author={Krane, K.},
title={Introductory Nuclear Physics},
publisher={"John Wiley and Sons"},
year={1988},
chapter={5}
}
@Book{Kra88b,
author={Krane, K.},
title={Introductory Nuclear Physics},
publisher={"John Wiley and Sons"},
edition={Second}
year={1988},
page={118}
}
@Book{Kra88c,
author={Krane, K.},
title={Introductory Nuclear Physics},
publisher={"John Wiley and Sons"},
edition={Second}
year={1988},
chapter={19}
}
@Book{Kra88d,
author={Krane, K.},
title={Introductory Nuclear Physics},
publisher={"John Wiley and Sons"},
edition={Second}
year={1988},
chapter={11}
}
@Book{Sat90,
author={Satchler, G. R.},
title={Introduction to Nuclear Reactions},
publisher=,
edition={Second}
year={1990}
chapter={2}
@Book{Rol88,
author={Rolfs, C. E. and Rodney, W. S.},
title={Cauldrons in the Cosmos},
publisher={"The University of Chicago Press"},
year={1988},
chapter={5}
}
@Book{Pre92,
author = {Press, W.H. and Teukolsky, S. A. and Vetterling, W. T. and Flannery, B.
P.},
title = {NUMERICAL RECIPES in Fortran 77},
publisher = {Cambridge University Press},
edition = {Second},
year = {1992},
chapter = {15}
%% Articles
@article{Pain07,
author = {Pain,S.D. et all},
title = {Development of a high solid-angle silicon detector array for measurement of
transfer reactions in inverse kinematics},
journal = j-NIM,
volume = {261},
year = {2007},
number = {1-2},
pages = {1122 - 1125},
}
@Article{Bard00,
author = {Bardayan, D. W. and et all},
title = {The astrophysically important $3^{+}$ state in $^{18}Ne$ and the
$^{17}F(p,gamma{})^{18}Ne$ stellar rate},
journal = {Phys. Rev. C},
volume = {62},
number = {5},
pages = {055804},
numpages = {14},
year = {2000},
month = {Oct},
} and the biblography page in my paper is messed up too. looks like this
[Bardayan and et all, 2000] Bardayan, D. W. and et all (2000). The astrophysically im-
portant 3+ state in 18 ne and the 17 f (p, γ )18 ne stellar rate. Phys. Rev. C,
62(5):055804.
[Krane, a] Krane, K. Introductory Nuclear Physics. John Wiley and Sons, second edition.
[Krane, b] Krane, K. Introductory Nuclear Physics. John Wiley and Sons, second edition.
[Krane, c] Krane, K. Introductory Nuclear Physics. John Wiley and Sons, second edition.
[Krane, 1988] Krane, K. (1988). Introductory Nuclear Physics. John Wiley and Sons.
[Pain, 2007] Pain, S. e. a. (2007). Development of a high solid-angle silicon detector array
for measurement of transfer reactions in inverse kinematics. Nuclear Instruments and
Methods in Physics Research Section B: Beam Interactions with Materials and Atoms,
261(1-2):1122 – 1125.
[Press et al., 1992] Press, W., Teukolsky, S. A., Vetterling, W. T., and Flannery, B. P.
(1992). NUMERICAL RECIPES in Fortran 77. Cambridge University Press, second
edition.
[Satchler, ] Satchler, G. R. Introduction to Nuclear Reactions. Oxford University Press,
second edition.