I got a graph list containing 110 highly irregular graphs with 12 vertices in the following link.
http://users.cecs.anu.edu.au/~bdm/data/graphs.html
<< IGraphM` g = IGImport[ "http://users.cecs.anu.edu.au/~bdm/data/highlyirregular12.g6", "Graph6"]; Grid[Partition[g, UpTo[5]], Frame -> All]
I would like to put these graphs in my paper (LaTeX). So I chose to print or export them to pdf, but both went wrong. The graphs went out of bound in the pdf. 
I'd like to ask how I can get these graphs to fit neatly in my paper, like below. 


