Can I use LaTeX in a fictional code-weaving?
I'm working on a magic system that works with weaving types of power. The most commonly used power source is a magical code. I'm trying to base this code off of latex. LaTeX is a math code that is based on TeX. It's useful because it allows complex equations and all sorts of symbols, arrows, etc.
I'm wondering: if I'm going to use LaTeX (pronounced: Lay-tech) for my base and want to be able to insert these symbols into my writing by using the code in my actual drafts (not as a base for all of my writing, but as a base for when I want to insert "magical" symbols), what writing platform could I use that accepts both regular writing (fonts, bold, italicize, good for 200-page documents) and the LaTeX math code?
I experimented and found that three symbols: Alt+= allow LaTeX symbols in an equation in Word. However, I have the problem of fonts. I was interested in the \mathbb font in particular, especially with the effect it gives to letters. Does anyone have a solution to getting a LaTeX font in Word?
This post was sourced from https://writers.stackexchange.com/q/35113. It is licensed under CC BY-SA 3.0.
2 answers
ReStructuredText is a lightweight markup language with built in support for LaTeX math expressions: https://stackoverflow.com/questions/25793190/latex-in-rst-processed-with-pandoc
0 comment threads
Another option is LyX, which I use to write novels. I feel it has advantages even if one doesn't want to include LaTeX formulae. For example, chapters are numbered automatically, and you can hide content in LyX notes and LaTeX comments, so your novel document can also contain private notes to yourself and old text you're removing but might want to use again later.
This post was sourced from https://writers.stackexchange.com/a/35941. It is licensed under CC BY-SA 3.0.
0 comment threads