Skip to content

Commit

Permalink
Improve figure & table notes in paper template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Jun 28, 2024
1 parent a314481 commit 8701684
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions content/design/d2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Minimalist LaTeX Template for Academic Papers"
date: 2024-04-02
lastmod: 2024-06-26
lastmod: 2024-06-28
url: /d2
author: "Pascal Michaillat"
description: "This template produces an academic paper with LaTeX. The paper follows typographical best practices and has a minimalist design."
Expand Down Expand Up @@ -170,7 +170,7 @@ The code for a figure with two panels is the following:
\subcaptionbox{Panel caption\label{1}}{\includegraphics[scale=0.2]{1.pdf}}\hfill
\subcaptionbox{Panel caption\label{2}}{\includegraphics[scale=0.2]{2.pdf}}
\caption{Figure caption}
\note[Source: ]{Source for the figure.}
\note[Source]{Source for the figure.}
\label{3}\end{figure}
```

Expand All @@ -185,7 +185,7 @@ Finally, the code for a figure with six panels is the following:
\subcaptionbox{Panel caption\label{5}}{\includegraphics[scale=0.2]{5.pdf}}\hfill
\subcaptionbox{Panel caption\label{6}}{\includegraphics[scale=0.2]{6.pdf}}
\caption{Figure caption}
\note[Note: ]{Note for figure.}
\note[Note]{Note for figure.}
\label{7}\end{figure}
```

Expand Down
Loading

0 comments on commit 8701684

Please sign in to comment.