Como alinhar corretamente a legenda de uma figura?

Como alinhar corretamente a legenda de uma figura?

Eu tenho o seguinte código:

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb} % for "\checkmark" macro
\usepackage{graphicx} % remove "demo" option in real document
\usepackage{float} 
\usepackage{caption}
\usepackage{subcaption}
\renewcommand\thesubfigure{(\alph{subfigure})}
\captionsetup[subfigure]{labelformat=simple}
\makeatletter
\renewcommand{\p@subfigure}{\thefigure~} % unbreakable space after fig. #
\makeatother

\begin{document}

\begin{figure}[ht!]
\centering
%Insere Figura
\caption{Figure Description}
\includegraphics[scale=0.6]{img/tex.png}
\legend{Source: (Blokland2013)}
\label{fig:testemultiplataforma}
\end{figure}

\begin{figure}[!ht]
\centering
\caption{Figure Description}
    \begin{subfigure}{0.5\textwidth}  
            \centering
            \includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 1}
            \label{fig:DifExp2Per4Tarefa1IF}
    \end{subfigure}%
    %\qquad
     %add desired spacing between images, e. g. ~, \quad, \qquad etc.
      %(or a blank line to force the subfigure onto a new line)
    \begin{subfigure}{0.5\textwidth}
            \centering
            \includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 2}
            \label{fig:DifExp2Per4Tarefa2IF}
    \end{subfigure}
    \legend{Source: Own authorship}
    \label{fig:DifExp2Per4IF}
\end{figure}

\end{document}

No meu documento original existe o comando \legend{}, mas já procurei no clsarquivo e nas importações de todos os meus pacotes e não sei de onde vem esse comando. De qual pacote vem esse comando?

Como devo fazer para alinhar o legendtexto à esquerda em vez de centralizado conforme as figuras a seguir?

Exemplos:

insira a descrição da imagem aqui

insira a descrição da imagem aqui

Responder1

pelo que entendi, você gosta de usar a legenda como aviso da fonte da imagem. para esse fim foi desenvolvido o pacote copyrightbox. com ele você pode obter:

insira a descrição da imagem aqui

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb} % for "\checkmark" macro
\usepackage[demo]{graphicx} % remove "demo" option in real document
\usepackage{float}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{copyrightbox}% <--- added

\renewcommand\thesubfigure{(\alph{subfigure})}
\captionsetup[subfigure]{labelformat=simple}
\makeatletter
\renewcommand{\p@subfigure}{\thefigure~} % unbreakable space after fig. #
%
\renewcommand{\CRB@setcopyrightfont}{% < ---for changing copyright font color/shape/family
\footnotesize
\color{black}% 
            }
\makeatother

\begin{document}
    \begin{figure}[ht!]
\centering
\caption{Figure Description}
\label{fig:testemultiplataforma}
\copyrightbox[b]{\includegraphics[scale=0.6]{img/tex.png}}{Source: Blokland2013}
\end{figure}

\begin{figure}[!ht]
\centering
\caption{Figure Description}
    \label{fig:DifExp2Per4IF}
\copyrightbox[b]{\begin{subfigure}{0.45\textwidth}
            \centering
\includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 1}
            \label{fig:DifExp2Per4Tarefa1IF}
    \end{subfigure}\quad
    \begin{subfigure}{0.45\textwidth}
            \centering
\includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 2}
            \label{fig:DifExp2Per4Tarefa2IF}
    \end{subfigure}}{Source: Own authorship}
    \end{figure}
\end{document}

editar: definindo o novo comando legend:

\newcommand\legend[1]{%
    \captionsetup{font=small,singlelinecheck=off}
    \caption*{#1}}

você pode obter:

insira a descrição da imagem aqui

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb} % for "\checkmark" macro
\usepackage[demo]{graphicx} % remove "demo" option in real document
\usepackage{float}
\usepackage{caption}
\newcommand\legend[1]{%
    \captionsetup{font=small,singlelinecheck=off}
    \caption*{#1}}
\usepackage{subcaption}
\renewcommand\thesubfigure{(\alph{subfigure})}
\captionsetup[subfigure]{labelformat=simple}
\makeatletter
\renewcommand{\p@subfigure}{\thefigure~} % unbreakable space after fig. #
\makeatother

\begin{document}
    \begin{figure}[ht!]
\centering
\caption{Figure Description}
\label{fig:testemultiplataforma}
\includegraphics[scale=0.6]{img/tex.png}%}{Source: Blokland2013}
\legend{Source: Blokland2013}
\end{figure}

\begin{figure}[!ht]
\centering
\caption{Figure Description}
    \label{fig:DifExp2Per4IF}
\begin{subfigure}{0.45\textwidth}
            \centering
\includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 1}
            \label{fig:DifExp2Per4Tarefa1IF}
\end{subfigure}\quad
\begin{subfigure}{0.45\textwidth}
            \centering
\includegraphics[width=\textwidth]{img/tex.png}
            \caption{Figure 2}
            \label{fig:DifExp2Per4Tarefa2IF}
\end{subfigure}
\legend{Source: Own authorship}
    \end{figure}
\end{document}

Responder2

É muito simples com o copyrightboxpacote:

\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{ebgaramond}
\usepackage{graphicx}
\usepackage{copyrightbox}
\usepackage{caption}

\begin{document}

    \begin{figure}[!htb]
        \centering
\caption{Heinrich Füssli – The Nightmare (1781)}
        \copyrightbox[b]{\includegraphics{Nightmare_Fussli}}{Detroit Institute of Arts}
    \end{figure}%

\end{document} 

insira a descrição da imagem aqui

Os canais permitidos usam um argumento opcional: [l], [r](padrão) ou[b]

informação relacionada