Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Machines that have broken down will work perfectly when the repairman arrives.


computers / comp.text.tex / Strange captions in apa-style

SubjectAuthor
o Strange captions in apa-styleDr Engelbert Buxbaum

1
Strange captions in apa-style

<MPG.3fa86ec820407a989693@news.eternal-september.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=7243&group=comp.text.tex#7243

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: engelbert_buxbaum@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: Strange captions in apa-style
Date: Sun, 29 Oct 2023 13:30:41 +0100
Organization: private
Lines: 76
Message-ID: <MPG.3fa86ec820407a989693@news.eternal-september.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="8923e74fdb00bb0b50c5d9c1b089ba27";
logging-data="4075824"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19MglhMWeBcw14ioXNR7e54/rXyZI3NFe0="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:R9TRAFDmktoGvkpDbei2YHPcgc8=
 by: Dr Engelbert Buxbaum - Sun, 29 Oct 2023 12:30 UTC

Hi,

the following example code results in

Figure Captions
Figure 1. A caption explaining the figure
figure.1 Figure 2. Another caption explaining another figure
figure.2

Note the additional "figure. #" at the end of each caption. How can I
get rid of them?

Thanks in advance

Engelbert

************************* example code ''''''''''''''

%% =====================================================================
% !Mode:: "TeX:UK:UTF-8"
% !TEX program = XeLaTeX
% !BIB program = biblatex
% --------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\documentclass[man,floatmarkers,noapacite,british]{apa}

\usepackage{endnotes,endfloat} % required for apa-style
\usepackage[backend=biber,style=apa]{biblatex}
\usepackage{csquotes}%context-sensitive quotes, required for biblatex
\usepackage{graphicx}%inclusion of images
\usepackage{hyperref}%hyperrefs in PDF
\usepackage{lipsum}

\addbibresource{Project-literature.bib}

\title{My fancy, wordy title}
\shorttitle{My title} % defaults to title
\author{John Doe}
\affiliation{Alma mater, Shangrila (Paradise)}

\abstract{\lipsum[1]}

\acknowledgements{\lipsum[2]}

\begin{document}
\begin{refsection}
\maketitle
Keywords: a keyword, another keyword

\lipsum[3]

\begin{figure}
\caption{A caption explaining the figure }
\label{fig:aa}
\centering
\includegraphics[width=\textwidth]{Graphics/test1}
\end{figure}

\lipsum[4] (vide fig. \ref{fig:aa})

\begin{figure}
\caption{Another caption explaining another figure }
\label{fig:bb}
\centering
\includegraphics[width=\textwidth]{Graphics/test2}
\end{figure}

\lipsum[5] (vide fig. \ref{fig:bb}).

\printbibliography[heading=subbibliography]
\end{refsection}

\end{document}

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor