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. |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Best regards
Hadi
Beta Was this translation helpful? Give feedback.
All reactions