forked from kks32/phd-thesis-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to install the templates, additions to appendix
- Loading branch information
Krishna Kumar
committed
Dec 7, 2013
1 parent
02c9c81
commit 87148f4
Showing
9 changed files
with
194 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
*.d | ||
*.btmp | ||
*.fls | ||
*.dvi | ||
*.glo | ||
*.idx | ||
*.ist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
% ******************************* Thesis Appendix A ******************************** | ||
|
||
\chapter{Appendix A} | ||
\chapter{Appendix A\texorpdfstring{\\ }{: }Installing the CUED Class file} | ||
|
||
and here I put a bit of postamble ... | ||
\LaTeX.cls files can be accessed system-wide when they are placed in the | ||
<texmf>/tex/latex directory, where <texmf> is the root directory of the user’s \TeX installation. On systems that have a local texmf tree (<texmflocal>), which | ||
may be named ``texmf-local'' or ``localtexmf'', it may be advisable to install packages in <texmflocal>, rather than <texmf> as the contents of the former, unlike that of the latter, are preserved after the \LaTeX system is reinstalled and/or upgraded. | ||
|
||
It is recommended that the user create a subdirectory <texmf>/tex/latex/CUED for all CUED related \LaTeX class and package files. On some \LaTeX systems, the directory look-up tables will need to be refreshed after making additions or deletions to the system files. For \TeX Live systems this is accomplished via executing ``texhash'' as root. MIK\TeX users can run ``initexmf -u'' to accomplish the same thing. | ||
|
||
Users not willing or able to install the files system-wide can install them in their personal directories, but will then have to provide the path (full or relative) in addition to the filename when referring to them in \LaTeX. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,110 @@ | ||
% ******************************* Thesis Appendix B ******************************** | ||
|
||
\chapter{Appendix B} | ||
\chapter{Appendix B: How to install \LaTeX} | ||
|
||
and here I put some more postamble ... | ||
\section*{Windows OS} | ||
|
||
\subsection*{TeXLive package - full version} | ||
\begin{enumerate} | ||
\item Download the TeXLive ISO (2.2GB) from\\ | ||
\href{https://www.tug.org/texlive/}{https://www.tug.org/texlive/} | ||
\item Download WinCDEmu (if you don't have a virtual drive) from \\ | ||
\href{http://wincdemu.sysprogs.org/download/}{http://wincdemu.sysprogs.org/download/} | ||
\item To install Windows CD Emulator follow the instructions at\\ | ||
\href{http://wincdemu.sysprogs.org/tutorials/install/}{http://wincdemu.sysprogs.org/tutorials/install/} | ||
\item Right click the iso and mount it using the WinCDEmu as shown in \\ | ||
\href{http://wincdemu.sysprogs.org/tutorials/mount/}{http://wincdemu.sysprogs.org/tutorials/mount/} | ||
\item Open your virtual drive and run setup.pl | ||
\end{enumerate} | ||
|
||
or | ||
|
||
\subsection*{Basic MikTeX - TeX distribution} | ||
\begin{enumerate} | ||
\item Download Basic-MiK\TeX (32bit or 64bit) from \href{http://miktex.org/download}{http://miktex.org/download} | ||
\item Run the installer | ||
\item To add a new package go to Start >> All Programs >> MikTex >> Maintenance (Admin) and choose Package Manager | ||
\item Select or search for packages to install | ||
\end{enumerate} | ||
|
||
\subsection*{TexStudio - Tex Editor} | ||
\begin{enumerate} | ||
\item Download TexStudio from \href{http://texstudio.sourceforge.net/\#downloads}{http://texstudio.sourceforge.net/\#downloads} | ||
\item Run the installer | ||
\end{enumerate} | ||
|
||
\section*{Mac OS X} | ||
\subsection*{MacTeX - TeX distribution} | ||
\begin{enumerate} | ||
\item Download the file from \href{http://mirror.ctan.org/systems/mac/mactex/MacTeX.pkg}{http://mirror.ctan.org/systems/mac/mactex/MacTeX.pkg} | ||
\item Extract and double click to run the installer. It does the entire configuration, sit back and relax. | ||
\end{enumerate} | ||
|
||
\subsection*{TexStudio - Tex Editor} | ||
\begin{enumerate} | ||
\item Download TexStudio from \href{http://texstudio.sourceforge.net/\#downloads}{http://texstudio.sourceforge.net/\#downloads} | ||
\item Extract and Start | ||
\end{enumerate} | ||
|
||
|
||
\section*{Unix/Linux} | ||
\subsection*{TeXLive - TeX distribution} | ||
\subsubsection*{Getting the distribution:} | ||
\begin{enumerate} | ||
\item TexLive can be downloaded from \href{http://www.tug.org/texlive/acquire-netinstall.html}{http://www.tug.org/texlive/acquire-netinstall.html}. You might require wget to download through proxies. | ||
\item TexLive DVD is also available in the Grad Suite | ||
\item TexLive is provided by most operating system you can use (rpm,apt-get or yum) to get TexLive distributions | ||
\end{enumerate} | ||
|
||
\subsubsection*{Installation} | ||
\begin{enumerate} | ||
\item Mount the ISO file in the mnt directory | ||
\begin{verbatim} | ||
mount -t iso9660 -o ro,loop,noauto /your/texlive####.iso /mnt | ||
\end{verbatim} | ||
|
||
\item Install wget on your OS (use rpm, apt-get or yum install) | ||
\item Run the installer script install-tl. | ||
\begin{verbatim} | ||
cd /your/download/directory | ||
./install-tl | ||
\end{verbatim} | ||
\item Enter command `i' for installation | ||
|
||
\item Post-Installation configuration:\\ \href{http://www.tug.org/texlive/doc/texlive-en/texlive-en.html\#x1-320003.4.1}{http://www.tug.org/texlive/doc/texlive-en/texlive-en.html\#x1-320003.4.1} | ||
\item Set the path for the directory of TexLive binaries in your .bashrc file\\ | ||
\textbf{For 32Bit OS}\\ | ||
For Bourne-compatible shells such as bash, and using Intel x86 GNU/Linux and a default directory setup as an example, the file to edit might be \begin{verbatim} | ||
edit $~/.bashrc file and add following lines | ||
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH; | ||
export PATH | ||
MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATH; | ||
export MANPATH | ||
INFOPATH=/usr/local/texlive/2011/texmf/doc/info:$INFOPATH; | ||
export INFOPATH | ||
\end{verbatim} | ||
\textbf{For 64Bit} | ||
\begin{verbatim} | ||
edit $~/.bashrc file and add following lines | ||
PATH=/usr/local/texlive/2011/bin/x86_64-linux:$PATH; | ||
export PATH | ||
MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATH; | ||
export MANPATH | ||
INFOPATH=/usr/local/texlive/2011/texmf/doc/info:$INFOPATH; | ||
export INFOPATH | ||
\end{verbatim} | ||
|
||
\end{enumerate} | ||
|
||
%\subsection{Installing directly using Linux packages} | ||
\subsubsection*{Fedora/RedHat/CENTOS:} | ||
\begin{verbatim} sudo yum install texlive \end{verbatim} | ||
|
||
|
||
\subsubsection*{SUSE:} | ||
\begin{verbatim} sudo zypper install texlive \end{verbatim} | ||
|
||
|
||
\subsubsection*{Debian/Ubuntu:} | ||
\begin{verbatim} sudo apt-get install texlive \end{verbatim} |
Oops, something went wrong.