mesa
Gold Member
- 694
- 36
There, that feels better :P
Enigman said:##\huge{\mathcal{IT~~GETS~~BETTER~~WITH~~PRACTICE}}##
Mark44 said:For lots of expressions I don't bother with LaTeX at all. For example, I use the BB tags for exponents and subscripts and Greek letters, as well as some square roots and other stuff.
These tags are available after you click Go Advanced, which opens an extended menu across the top and a table of symbols on the right.
If I want to write summations, limits, definite integrals, or nicely formatted matrices, then I use LaTeX. This thread has a nice summary of how to write LaTeX scripts.
jedishrfu said:there'a an app for iPad that will take your scribbled equation and generate an image or latex code for it:
https://itunes.apple.com/us/app/myscript-mathpad-handwriting/id674996719?mt=8
mesa said:I know this is the standard today but it isn't made for being user friendly
Mark44 said:For lots of expressions I don't bother with LaTeX at all. For example, I use the BB tags for exponents and subscripts and Greek letters, as well as some square roots and other stuff.
AlephZero said:The trick is to learn to type - and then type on a proper keyboard, not a touch screen or whatever.
Typing with two fingers (or two thumbs) while looking at the keyboard wastes SOOO much time...
mesa said:My trick is learn how to 'drive' this damn software. I feel like I am trying to write a paper in COBOL with a French instruction manual... :P
jedishrfu said:Thats not fair to COBOL...
jedishrfu said:...but it reminded me of a course my friend took on Business Dynamics and Simulation using the language Dynamo. The college didnt purchase Dynamo for their network so instead the business students had to read the book and convert the dynamo code into Basic without a manual for either.
mesa said:My trick is learn how to 'drive' this damn software.
AlephZero said:Step 1: read http://tobi.oetiker.ch/lshort/lshort.pdf
Step 2: if you want to typeset some math that wasn't in step 1, read http://www.tex.ac.uk/ctan/info/math/voss/mathmode/Mathmode.pdf
But if you only want to use LaTeX on this forum, remember it doesn't use "genuine" LaTeX, but some mostly-but-not-always-compatible software called MathJax.
mesa said:Using mathematical symbols on the forums I find fairly straightforward, it's the program itself that I find frustrating.
Edit by Borek: link to file on a local HDD deleted.
Lavabug said:What front-end are you using? Out of the ones I've tried texniccenter is the easiest on windows, while Kile the easiest on linux, lots of point and click shortcuts if you don't know the syntax.
Lavabug said:I typically hit the compile keyboard shortcut (alt+1 in kile, alt+f5 in texnic) every 2 or 3 lines I advance to check for syntax errors, really helps since the debugger sometimes points you in the wrong direction. I don't make nearly as many mistakes now, I've been using it for a year.
Lavabug said:Also it helps to tex with a browser window open to google how more obscure things things are done, faster than any of the manuals I've seen. There's always a good dozen or so help forum posts about every latex trick/workaround you can imagine.
Lavabug said:I recommend you get TexLive2012 instead of MikTex as your core package, then get the texnic editor on top of it. It has more libraries and IME is compatible with everything I've thrown at it (ie: all the templates I've ever found), minimizing/eliminating the need for installing anything else. Miktex was driving me nuts because it would not compile almost any templates I was using, since it didn't have the necessary (and not too obscure) packages.
Lavabug said:I think Kile has a spell checker, texnic might as well but I haven't fiddled with them.