Tips and Resources for TeXnic Center.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
glueball8
Messages
345
Reaction score
1
I downloaded TeXnic center but I have no clue how to use it. Any tip? Websites?

Its MikTeX.
 
Physics news on Phys.org
I use it all the time. I had to download MiKTeX separately and then point TeXnicCenter to it. I don't remember having to do anything special besides that to get it working. You just type your code and hit build and view to see the results (the icon that's a stack of papers with a magnifying glass).
 
How to you type in the code? do you need the [tex]thingy?[/tex]
 
Click file - new to start a new document. Then you can type.

Is that what you mean?
 
matonski said:
Click file - new to start a new document. Then you can type.

Is that what you mean?

I can type it. But when I built it, there's always errors. Like I just typed 234 and it comes up with errors.
 
type this instead:

\documentclass{article}
\begin{document}

type stuff here

\end{document}
 
Oh thanks! Now I can see it. But when I do \frac{324}{\pi} it doesn`t come out right.

Is all the commands the same as here question mark.
 
You need to surround math commands with dollar signs.

$\frac{324}{\pi}$

Check out this latex tutorial.