ORNL-MDF / mist

Mist is a Python tool for storing, sharing, and using information about materials in models and simulations.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Fixed issue with markdown conversion #6

Closed hespuck19 closed 4 months ago

hespuck19 commented 4 months ago

Fixed issue with markdown conversion. Previously used Pandoc to create pdf's from markdown, started to get an error with the mat.write_pdf(file) in the unit_tests.py. This change implements md2pdf which completes the conversion however still has issues with $math$ symbol rendering on the final pdf.

stvdwtt commented 4 months ago

@hespuck19, does the new converter work for SS316L?

hespuck19 commented 4 months ago

Yep. Still works with the change to the file path part. Did you want two test cases one with AlCu and one with SS316L?

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Stephen DeWitt @.> Sent: Friday, June 14, 2024 3:29:56 PM To: ORNL-MDF/mist @.> Cc: Spuck, Hope @.>; Mention @.> Subject: Re: [ORNL-MDF/mist] Fixed issue with markdown conversion (PR #6)

You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification

@hespuck19https://github.com/hespuck19, does the new converter work for SS316L?

— Reply to this email directly, view it on GitHubhttps://github.com/ORNL-MDF/mist/pull/6#issuecomment-2168636049, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BGSKMTLNES6ELWZPYXUXUR3ZHNADJAVCNFSM6AAAAABJJBAEK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYGYZTMMBUHE. You are receiving this because you were mentioned.Message ID: @.***>

stvdwtt commented 4 months ago

@hespuck19, yes, please include both AlCu and SS316L in the test.