| ... | @@ -66,6 +66,8 @@ Tables in LaTeX are quite intimidating at first, but once you learn them you can |
... | @@ -66,6 +66,8 @@ Tables in LaTeX are quite intimidating at first, but once you learn them you can |
|
|
cell4 & cell5 & cell6 \\
|
|
cell4 & cell5 & cell6 \\
|
|
|
cell7 & cell8 & cell9
|
|
cell7 & cell8 & cell9
|
|
|
\end{tabular}
|
|
\end{tabular}
|
|
|
|
\caption{Much cells, such wow} <-- Caption to insert below to table
|
|
|
|
\label{table:basictable} <-- Label or tag to use when referring to the table in text
|
|
|
\end{center}
|
|
\end{center}
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | @@ -84,6 +86,8 @@ Adding an image is done via the ```\jamkfigure``` command. Below you can find an |
... | @@ -84,6 +86,8 @@ Adding an image is done via the ```\jamkfigure``` command. Below you can find an |
|
|
{images/image1.png} - refers to the path of the image you want to add
|
|
{images/image1.png} - refers to the path of the image you want to add
|
|
|
{This is a caption} - is the caption that is inserted below the image with a running number
|
|
{This is a caption} - is the caption that is inserted below the image with a running number
|
|
|
{fig:image1} - The tag that can be used within the text to refer to the image - just like with citations!
|
|
{fig:image1} - The tag that can be used within the text to refer to the image - just like with citations!
|
|
|
|
|
|
|
|
To refer to your image, use command \ref{fig:image1}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
If, however, this method does not suit your needs when it comes to adding images, you can refer to https://www.overleaf.com/learn/latex/Inserting_Images for more help!
|
|
If, however, this method does not suit your needs when it comes to adding images, you can refer to https://www.overleaf.com/learn/latex/Inserting_Images for more help!
|
| ... | |
... | |
| ... | | ... | |