Willem Posted September 22, 2013 Posted September 22, 2013 (edited) I am considering the Alfred Powerpack for a rather specific use (although if it works, I guess others will follow): I started writing in markdown (in Ulysses III to be precise). It can save to FILE.md, and then 1. I open the terminal, 2. make terminal know in which directory the file resides (in my case standard: cd Documents/Pandoc ) 3. type pandoc -o FILE.tex --template=TEMPLATE.xelatex FILE.md 4. and then in TeXshop I search and replace (because I often use very specific environments, which I cannot do without) \textbackslash{} to \ \{ to { \} to } 5. and finally I can run XeLaTeX on it. It would be nice to create a workflow for steps 1-4. Can James, sorry, Alfred do this? All the best, Willem Edited September 22, 2013 by Willem
jdfwarrior Posted September 23, 2013 Posted September 23, 2013 I am considering the Alfred Powerpack for a rather specific use (although if it works, I guess others will follow): I started writing in markdown (in Ulysses III to be precise). It can save to FILE.md, and then 1. I open the terminal, 2. make terminal know in which directory the file resides (in my case standard: cd Documents/Pandoc ) 3. type pandoc -o FILE.tex --template=TEMPLATE.xelatex FILE.md 4. and then in TeXshop I search and replace (because I often use very specific environments, which I cannot do without) \textbackslash{} to \ \{ to { \} to } 5. and finally I can run XeLaTeX on it. It would be nice to create a workflow for steps 1-4. Can James, sorry, Alfred do this? All the best, Willem Willem, Alfred should definitely be able to accomplish 1-3. The 4th step, since I am not really familiar with TeXshop, I can't give a 100% confirmation on that. Is the action in step 4 something performed from the command line? I'm guessing no since TeXshop does appear to be a gui based application. If it's something you have to click through or action in the application itself, Alfred could potentially help. If it could be performed with keyboard hotkeys or if the application has AppleScript support, it may be a little easier. As mentioned though, since I'm not really familiar with it at all, it's hard to say.
Willem Posted September 23, 2013 Author Posted September 23, 2013 Thanks, actually, step 4 could be done in any plain text editor, if TeXshop does not have the required support. But all this is very encouraging!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now