Skip to content

Latest commit

 

History

History
86 lines (65 loc) · 2.5 KB

Readme.md

File metadata and controls

86 lines (65 loc) · 2.5 KB

mfig Examples:

2 images with index inside

mfig -i image.pdf image.pdf -o out.pdf -v 0 -it i

Alt text  

2 images with index inside with a shift

mfig -i image.pdf image.pdf -o out.pdf -v 0 -it i -s -0.3 0.3

Alt text  

4 images in 2x2 grid with index inside

mfig -i image.pdf image.pdf image.pdf image.pdf -o out.pdf -v 0 -it i

Alt text  

4 images in 2x2 grid with index at top left corner

mfig -i image.pdf image.pdf image.pdf image.pdf -o out.pdf -v 0 -it t

Alt text  

4 images in 2x2 grid with index at top left corner with spacing inbetween rows

mfig -i image.pdf image.pdf image.pdf image.pdf -o out.pdf -v 1 -it t

Alt text  

4 images in 2x2 grid with index at bottom

mfig -i image.pdf image.pdf image.pdf image.pdf -o out.pdf -v 0 -it b

Alt text  

4 images in 2x2 grid with no index

mfig -i image.pdf image.pdf image.pdf image.pdf -o out.pdf -v 0 -it n

Alt text

 

6 images in 2x3 grid with index at top left corner

mfig -i image.pdf image.pdf image.pdf image.pdf image.pdf image.pdf -o out.pdf -pr 3 -w 0.27 -v 0 -it t -v 1

Alt text  

6 images in 2x3 grid with index at bottom

mfig -i image.pdf image.pdf image.pdf image.pdf image.pdf image.pdf -o out.pdf -pr 3 -w 0.32 -v 0 -it b

Alt text