Porespy manual
#1064
Replies: 2 comments 3 replies
|
There is no pdf option, sorry. I wouldn't be surprised if there was a webscraping tool that did it though. The examples tab on the website has examples for using each function but also some tutorials. This is all we have. I wouldn't be surprized if an LLM could spit out some custom examples for you. Dealing with xCT images is what porespy is for. You will need to use additional tools though like imageio, skimage, numpy etc. |
2 replies
|
You can get # Add this for a cleaner LaTeX output
latex_engine = 'pdflatex' # or 'xelatex' if using Unicode-heavy content
latex_elements = {
'papersize': 'letter',
'pointsize': '11pt',
'preamble': r'''
\usepackage{graphicx}
\usepackage{amsmath}
''',
}
# Optional: set the LaTeX document structure
latex_documents = [
('index', 'PoreSpy.tex', 'PoreSpy Documentation',
'PoreSpy Developers', 'manual'),
]Then, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
Best regards
Hadi
All reactions