Solved.
I determined that the author field for two individuals was slightly different in the entries for several papers. Bibtex thought there were several people named, for example T Smith. So the bibliography style file dictated that these papers show up in the text as T Smith et al. 2020. Lesson ...
Search found 22 matches
- Thu Aug 13, 2020 5:20 pm
- Forum: BibTeX, biblatex and biber
- Topic: AGU template: First name appearing before last name for a subset of references
- Replies: 1
- Views: 2779
- Sat Aug 01, 2020 1:09 am
- Forum: BibTeX, biblatex and biber
- Topic: AGU template: First name appearing before last name for a subset of references
- Replies: 1
- Views: 2779
AGU template: First name appearing before last name for a subset of references
I'm using the American Geophysical Union template .tex file on Overleaf. After compiling I'm seeing a subset of my in text references are appearing like (J. W. Smith et al., 2012) rather than expected (Smith et al., 2012). The agutexSI2019.cls class file calls \bibliographystyle{apacite} . I ...
- Tue Sep 16, 2014 9:49 pm
- Forum: BibTeX, biblatex and biber
- Topic: What bibtex entry type to obtain this reference
- Replies: 1
- Views: 4989
Re: What bibtex entry type to obtain this reference
I've decided to create the reference in the .bbl from scratch.
- Wed Aug 27, 2014 9:28 pm
- Forum: BibTeX, biblatex and biber
- Topic: What bibtex entry type to obtain this reference
- Replies: 1
- Views: 4989
What bibtex entry type to obtain this reference
What is the best bibtex entry type and correct implementation to obtain this reference.
IPCC, 2013: Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Stocker, T.F., D. Qin, G.-K ...
IPCC, 2013: Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Stocker, T.F., D. Qin, G.-K ...
- Mon Dec 02, 2013 4:06 am
- Forum: Text Formatting
- Topic: New Command for bold Text on colored Background
- Replies: 3
- Views: 5400
New Command for bold Text on colored Background
In order to help you, we need more information. What is going to happen, if the text is longer than one line, or longer than one paragraph.
Can you supply those info in form of a compilable minimal example ?
An example
\documentclass{minimal}
\usepackage{color,comment}
\begin{document}
\def ...
Can you supply those info in form of a compilable minimal example ?
An example
\documentclass{minimal}
\usepackage{color,comment}
\begin{document}
\def ...
- Sun Dec 01, 2013 6:26 pm
- Forum: Text Formatting
- Topic: New Command for bold Text on colored Background
- Replies: 3
- Views: 5400
New Command for bold Text on colored Background
I'm looking to define a command that will facilitate placement of bold text in a yellow background. Here is a start without the bold, that also fails to wrap. I've tried a number of options without much success.
Suggestions please. Thanks.
Code: Select all
\def\comment{\colorbox{yellow}}{}
- Sat Jul 20, 2013 3:38 pm
- Forum: Text Formatting
- Topic: simple macro or newcommand for adding comments
- Replies: 2
- Views: 8451
Re: simple macro or newcommand for adding comments
I was unaware of those packages. Always amazes me how many things one can do with LaTex. Thanks.
- Fri Jul 19, 2013 4:43 pm
- Forum: Text Formatting
- Topic: simple macro or newcommand for adding comments
- Replies: 2
- Views: 8451
simple macro or newcommand for adding comments
I'm trying to define a simple new command to add text in bold with a yellow background. Some combination of the below or something similar.
\newsavebox{\X}
\sbox{\X}{\textbf{\colorbox{yellow}{[framed black text]}}}
\usebox{\X}
or some part of:
\def\comment{\colorbox{yellow}}{}
\comment{Text in ...
\newsavebox{\X}
\sbox{\X}{\textbf{\colorbox{yellow}{[framed black text]}}}
\usebox{\X}
or some part of:
\def\comment{\colorbox{yellow}}{}
\comment{Text in ...
- Wed Jul 17, 2013 2:59 pm
- Forum: General
- Topic: Collaboration with Colleagues who don't use LaTeX
- Replies: 9
- Views: 11580
Re: Collaboration with Colleagues who don't use LaTeX
John,
I did not know of this tool. Looks interesting. I will examine closer this weekend or after the current proposal is submitted in a couple weeks. Thanks.
I did not know of this tool. Looks interesting. I will examine closer this weekend or after the current proposal is submitted in a couple weeks. Thanks.
- Tue Jul 16, 2013 10:15 pm
- Forum: General
- Topic: Collaboration with Colleagues who don't use LaTeX
- Replies: 9
- Views: 11580
Re: Collaboration with Colleagues who don't use LaTeX
Thanks for the replies. Sounds like both of your options involve collaborations whereby each writer is contributing to specific sections of the paper or proposal. Incorporating text in this way is not difficult. But once I place everything into a .tex file and produce a PDF a few days out from due ...