Module for latex writing. More...
Public Member Functions | |
| subroutine | latex_header (fid) |
| Write into file unit latex header. | |
| subroutine | latex_footer (fid) |
| Write into file unit latex footer. | |
| subroutine | latex_images (fid, images_path, caption) |
| Insert in file unit multiple plots into 1 figure environnement. More... | |
Module for latex writing.
| subroutine module_latex::latex_images | ( | integer | fid, |
| character(len=*), dimension(:) | images_path, | ||
| character(len=*) | caption | ||
| ) |
Insert in file unit multiple plots into 1 figure environnement.
| [in] | fid | open file unit |
| [in] | images_path | absolute image path |
| [in] | title | figure caption |

1.8.5