How to install Mitex To use latex in Windows, U need the followings software.
1.
Ghost ScriptDownload here :
http://pages.cs.wisc.edu/~ghost/doc/gnu/gnu707.htm2.
Ghost GumDownload here :
http://pages.cs.wisc.edu/~ghost/gsview/get48.htmThe above two softwares can be downloaded at
http://pages.cs.wisc.edu/~ghost/They are necessary to see *.ps file.
U have to declare location of these two softwares in Environment variable.
In Window, Environment variable can be declared this way.
1. Select my computer on the desktop,
2. Righ click and chose properties
3. Go to "Advanced" tab, you will see "Environment variables" button ,
and click it.
4. U can declare as system variables.
Choose Path from system variables, add the location of the software,
5. Press ok
3. MitexDownload here :
http://sourceforge.net/projects/miktex/After downloaded, install *.exe , it will automatically install through net.
4. Editior for Latex
after installing above threes, u install WinEdit.
[I use
WinEdit editor.]
How to install *.ttf (True Type Font) to use in Latexthe reference page is here
http://www.radamir.com/tex/ttf-tex.htmExample tex file
- Code: Select all
\documentclass[a4,12pt,oneside]{book}
%Normal Winresearcher font ,
%Important
\newcommand\winresearcher{\usefont{T1}{tnr}{m}{n}}
\DeclareTextFontCommand{\textrsh}{\winresearcher}
\begin{document}
Let me show you how u can use.
- Code: Select all
\Large{\textrsh{aeaumif;vm;}}
- Code: Select all
How are you? \Large{\textrsh{aumif;ygw,fuGm/ rif;a\&m}} I'm fine.
How about you?
One thing let me warn you is sometimes, it needs the fonts 3 files in the same place where your \textbf{*.tex} is.
- Code: Select all
\textbf{T1-WGL4.enc, t1tnr.fd, ttfonts.map.}
Good Luck! \\
\Large{\textrsh{uHaumif;ygapaemf/}}
\end{document}
Download this example latex
here. [
http://www.sendspace.com/file/6f809k]