Search found 6 matches

by DuncanWilliam
Fri Oct 09, 2020 5:27 pm
Forum: Graphics, Figures & Tables
Topic: Table spanning multiple pages in landscape, caption not showing up
Replies: 1
Views: 2500

Table spanning multiple pages in landscape, caption not showing up

Hi all,

I have a table that spans over multiple pages in the landscape environment. The caption shows up but isn't linked to the list of table nor does it assign a table number. Below is the code.

\begin{landscape}

\centering
\caption{Subject matter experts and their expertise.}
\begin{longtable ...
by DuncanWilliam
Thu Sep 17, 2020 11:45 am
Forum: BibTeX, biblatex and biber
Topic: How to have list of own publications in the frontmatter
Replies: 6
Views: 11109

How to have list of own publications in the frontmatter

Manage to get some sort of solution, but now it corrupts the whole tex file if I use a newcites{} reference in the caption of a graphic. Even when I remove this citation and backtrack, the file remains corrupted and I have to load a previously saved version just to be able to print an output
by DuncanWilliam
Wed Sep 16, 2020 10:22 pm
Forum: BibTeX, biblatex and biber
Topic: How to have list of own publications in the frontmatter
Replies: 6
Views: 11109

How to have list of own publications in the frontmatter

Any takers?

Ideally I want to use another bib package just for the publications in the front matter as I don't want to have to change all my citations in my document using our own bib package
by DuncanWilliam
Fri Aug 14, 2020 10:32 am
Forum: BibTeX, biblatex and biber
Topic: How to have list of own publications in the frontmatter
Replies: 6
Views: 11109

How to have list of own publications in the frontmatter

Thanks, here is an example of what I have at the moment:

The main tex File
\usepackage{babel}
\usepackage{multibib}

%
\usepackage{usbib} %.............................. Bibliography
\bibliographystyle{usmeg-a}
\renewcommand\bibfont{\small}
\addto{\captionsenglish}{\renewcommand{\bibname ...
by DuncanWilliam
Thu Aug 13, 2020 11:32 am
Forum: BibTeX, biblatex and biber
Topic: How to have list of own publications in the frontmatter
Replies: 6
Views: 11109

How to have list of own publications in the frontmatter

If switching to biblatex is out of the question for any reason, you could use multibib .

Hi Bartman, thanks for the feedback.

I can get multibib to work, but Im not sure how to rename the title of the multibib publications page.

So my reference list is titled "List of References" at the end of ...
by DuncanWilliam
Wed Aug 12, 2020 12:47 pm
Forum: BibTeX, biblatex and biber
Topic: How to have list of own publications in the frontmatter
Replies: 6
Views: 11109

How to have list of own publications in the frontmatter

Hi all,

Im wanting to have my publications listed in the frontmatter and referenced papers in the references after the conclusion as per normal. Ive used \bibliography{references.bib} for the reference list which is fine, but not sure how I can use \bibliography{publications.bib}

Should I put all ...