Skip to content

Commit

Permalink
example scaling for images. ref #15
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Dec 15, 2016
1 parent c2a684a commit de8a3e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified output/thesis.pdf
Binary file not shown.
10 changes: 9 additions & 1 deletion source/12_chapter_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ These are the results. In vitae odio at libero elementum fermentum vel iaculis e

Figure \ref{ref_a_figure} shows how to add a figure. Donec ut lacinia nibh. Nam tincidunt augue et tristique cursus. Vestibulum sagittis odio nisl, a malesuada turpis blandit quis. Cras ultrices metus tempor laoreet sodales. Nam molestie ipsum ac imperdiet laoreet. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

![RV Calypso is a former British Royal Navy minesweeper converted into a research vessel for the oceanographic researcher Jacques-Yves Cousteau. It was equipped with a mobile laboratory for underwater field research. \label{ref_a_figure}](source/figures/example_figure.pdf)
<!--
Figures can be added with the following syntax:
![my_caption \label{my_label}](source/figures/my_image.pdf){ width=50% }
For details on setting attributes like width and height, see:
http://pandoc.org/MANUAL.html#extension-link_attributes
-->

![RV Calypso is a former British Royal Navy minesweeper converted into a research vessel for the oceanographic researcher Jacques-Yves Cousteau. It was equipped with a mobile laboratory for underwater field research. \label{ref_a_figure}](source/figures/example_figure.pdf){ width=100% }

## Conclusion

Expand Down

0 comments on commit de8a3e0

Please sign in to comment.