Difference between revisions of "Talk:LaTeX"
Jump to navigation
Jump to search
Rasesh.joshi (talk | contribs) |
|||
Line 2: | Line 2: | ||
** Make sure that <code>latex lab1.tex</code> actually completed - usually a zerosize means the .dvi file wasn't even created. [[User:DukeEgr93|DukeEgr93]] 14:34, 28 August 2008 (EDT) | ** Make sure that <code>latex lab1.tex</code> actually completed - usually a zerosize means the .dvi file wasn't even created. [[User:DukeEgr93|DukeEgr93]] 14:34, 28 August 2008 (EDT) | ||
− | * | + | * How do I make it so that a command, such as \hat{a} shows up in the actual text of what I'm writing? Everytime I tried, it gave me an error... [[User:Rasesh.joshi|Rasesh.joshi]] 23:24, 26 August 2009 (EDT) |
+ | ** If you want literal text, you can either use the verbatim environment, or you can use the $\backslash$ command to do backslash: | ||
+ | <math> | ||
+ | \hat{a} \mbox{ vs. } \backslash hat\{ a\} | ||
+ | </math> | ||
+ | [[User:DukeEgr93|DukeEgr93]] 10:48, 27 August 2009 (EDT) |
Revision as of 14:48, 27 August 2009
- When I try to view lab1 in its processed (.dvi) format, it said it cant open the file because it has type application/x-zerosize. Last night I had the same problem, but after 5 or so tries it changed its mind and worked. Today, not the case. I'm using Leopard 10.5. Devontownsend 12:05, 28 August 2008 (EDT)
- Make sure that
latex lab1.tex
actually completed - usually a zerosize means the .dvi file wasn't even created. DukeEgr93 14:34, 28 August 2008 (EDT)
- Make sure that
- How do I make it so that a command, such as \hat{a} shows up in the actual text of what I'm writing? Everytime I tried, it gave me an error... Rasesh.joshi 23:24, 26 August 2009 (EDT)
- If you want literal text, you can either use the verbatim environment, or you can use the $\backslash$ command to do backslash\[ \hat{a} \mbox{ vs. } \backslash hat\{ a\} \]
DukeEgr93 10:48, 27 August 2009 (EDT)