Search found 2 matches
- Mon Mar 21, 2022 1:25 pm
- Forum: Text Formatting
- Topic: Import result from Python into regular sentence
- Replies: 2
- Views: 1793
Import result from Python into regular sentence
Great! Exactly what Ive been looking for, Thanks!
- Sun Mar 20, 2022 10:55 pm
- Forum: Text Formatting
- Topic: Import result from Python into regular sentence
- Replies: 2
- Views: 1793
Import result from Python into regular sentence
Hi
Im writing a book with Latex and looking for a way to import values calculated outside into a standard sentence.
Pythonscript:
Eriks birthday: 770101
Erik_age =today - 770101
Output from formatted Latexfile:
Erik is 45 years old
I want the age to be formatted as normal text. For the reader it ...
Im writing a book with Latex and looking for a way to import values calculated outside into a standard sentence.
Pythonscript:
Eriks birthday: 770101
Erik_age =today - 770101
Output from formatted Latexfile:
Erik is 45 years old
I want the age to be formatted as normal text. For the reader it ...