<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss"
	>
<channel>
	<title>Comments on: a new LaTeX class file for U-M dissertations</title>
	<atom:link href="http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/</link>
	<description>thoughts on wordpress, latex, cooking et alia</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:17:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Li</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-4238</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Fri, 08 Feb 2008 14:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-4238</guid>
		<description>Hi Rob,

For some reason, I couldn&#039;t get the cross references of sections work properly. And I couldn&#039;t get a section number assigned to the subsubsections. Here is what I did:

At the end of file exp1.tex from your sample files, add these sections:

%% Li&#039;s modification starts here.

The rest of this chapter proceeds as follows. Section \ref{sec:design} describes the experiment design, while section~\ref{subsec:req} details the requirements and section~\ref{subsubsec:setup} describes the experiment setup. Section ~\ref{sec:method} describes my methods, while section~\ref{subsec:procedures} gives details of the procedures and section~\ref{subsubsec:firstSteps} goes over the first steps.

\section{Experiment design}
\label{sec:design}
I describe my first experiment in this section. 
\subsection{Experiment requirements}
\label{subsec:req}
Good design is expected.
\subsubsection{Experiment setup}
\label{subsubsec:setup}
The sound lab is needed.
\section{Method}
\label{sec:method}
I describe my methods in this section
\subsection{Procedures}
\label{subsec:procedures}
The following procedures were followed.
\subsubsection{First steps}
\label{subsubsec:firstSteps}
We carried out the experiment with the undergrads.

At the end of the file intro.tex, add the these lines:

%% Li&#039;s modification starts here
The rest of the dissertation proceeds as follows. Chapter~\ref{ch:firstExp} gives description of my first experiment. Section~\label{sec:design} of Chapter~\ref{ch:firstExp} covers the my first experiment.

After adding these lines in the two files, I run 
PDFLatex example.tex 
a couple of times. I couldn&#039;t get the cross references to the subsections and the subsubsections do not have numbering either.

I was wondering if you have a quick solution.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>For some reason, I couldn&#8217;t get the cross references of sections work properly. And I couldn&#8217;t get a section number assigned to the subsubsections. Here is what I did:</p>
<p>At the end of file exp1.tex from your sample files, add these sections:</p>
<p>%% Li&#8217;s modification starts here.</p>
<p>The rest of this chapter proceeds as follows. Section \ref{sec:design} describes the experiment design, while section~\ref{subsec:req} details the requirements and section~\ref{subsubsec:setup} describes the experiment setup. Section ~\ref{sec:method} describes my methods, while section~\ref{subsec:procedures} gives details of the procedures and section~\ref{subsubsec:firstSteps} goes over the first steps.</p>
<p>\section{Experiment design}<br />
\label{sec:design}<br />
I describe my first experiment in this section.<br />
\subsection{Experiment requirements}<br />
\label{subsec:req}<br />
Good design is expected.<br />
\subsubsection{Experiment setup}<br />
\label{subsubsec:setup}<br />
The sound lab is needed.<br />
\section{Method}<br />
\label{sec:method}<br />
I describe my methods in this section<br />
\subsection{Procedures}<br />
\label{subsec:procedures}<br />
The following procedures were followed.<br />
\subsubsection{First steps}<br />
\label{subsubsec:firstSteps}<br />
We carried out the experiment with the undergrads.</p>
<p>At the end of the file intro.tex, add the these lines:</p>
<p>%% Li&#8217;s modification starts here<br />
The rest of the dissertation proceeds as follows. Chapter~\ref{ch:firstExp} gives description of my first experiment. Section~\label{sec:design} of Chapter~\ref{ch:firstExp} covers the my first experiment.</p>
<p>After adding these lines in the two files, I run<br />
PDFLatex example.tex<br />
a couple of times. I couldn&#8217;t get the cross references to the subsections and the subsubsections do not have numbering either.</p>
<p>I was wondering if you have a quick solution.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-2427</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Thu, 25 Oct 2007 01:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-2427</guid>
		<description>Ok, I commented out this line
%%\usepackage[font=small,labelfont=bf,labelsep=quad]{caption} %more caption

now I can just use the latex command to compile the document.</description>
		<content:encoded><![CDATA[<p>Ok, I commented out this line<br />
%%\usepackage[font=small,labelfont=bf,labelsep=quad]{caption} %more caption</p>
<p>now I can just use the latex command to compile the document.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-2426</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Thu, 25 Oct 2007 00:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-2426</guid>
		<description>pdflatex works nicely with the MikTex on my laptop. That&#039;s good for me. I don&#039;t have to worry about not being able to compile on other computers/servers. Thanks Rob. You style sheet sure saves me tons of time.</description>
		<content:encoded><![CDATA[<p>pdflatex works nicely with the MikTex on my laptop. That&#8217;s good for me. I don&#8217;t have to worry about not being able to compile on other computers/servers. Thanks Rob. You style sheet sure saves me tons of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfelty</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-2424</link>
		<dc:creator>robfelty</dc:creator>
		<pubDate>Wed, 24 Oct 2007 14:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-2424</guid>
		<description>Li,

The zip file works fine for me. Sorry you are having problems with it. I haven&#039;t heard about anyone else having trouble with it.

I am surprised that MikTeX doesn&#039;t have the caption package. Is it an up-to-date version? You can find just about any package you want on ctan.org. The caption package is not necessary though. You could always get rid of that. It is just a handy way of setting some options for table and figure captions.

The .cls file should work with any standard LaTeX installation on any OS on which LaTeX runs. I do recommend using pdflatex as opposed to using regular latex though -- see &lt;a href=&#039;http://blog.robfelty.com/2007/10/24/advanced-typography-with-pdflatex/&#039; rel=&quot;nofollow&quot;&gt;my other post on pdflatex&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Li,</p>
<p>The zip file works fine for me. Sorry you are having problems with it. I haven&#8217;t heard about anyone else having trouble with it.</p>
<p>I am surprised that MikTeX doesn&#8217;t have the caption package. Is it an up-to-date version? You can find just about any package you want on ctan.org. The caption package is not necessary though. You could always get rid of that. It is just a handy way of setting some options for table and figure captions.</p>
<p>The .cls file should work with any standard LaTeX installation on any OS on which LaTeX runs. I do recommend using pdflatex as opposed to using regular latex though &#8212; see <a href='http://blog.robfelty.com/2007/10/24/advanced-typography-with-pdflatex/' rel="nofollow">my other post on pdflatex</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-2423</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Wed, 24 Oct 2007 14:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-2423</guid>
		<description>Hi Rob,

I remembered you suggested me visit your blog for the appropriate style sheet for UM dissertation. Here I am! I just downloaded the .zip file but I couldn&#039;t unzip the file &#039;umthesis.zip&#039; using the unzip command or using Window auto unzip untility. Please let me know if there is any trick for unzipping it.

To get around that, I downloaded the sample files listed in the directory. When I was just compiling them on my laptop where MikTex is installed, it seems that MikTex is able to download many of the required missing packages but it couldn&#039;t retrieve the one for caption.sty, maybe I should try to download this package from somewhere else? 

Or any suggestion on how I can best use your style sheet, meaning what the ideal OS and environment I should use?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I remembered you suggested me visit your blog for the appropriate style sheet for UM dissertation. Here I am! I just downloaded the .zip file but I couldn&#8217;t unzip the file &#8216;umthesis.zip&#8217; using the unzip command or using Window auto unzip untility. Please let me know if there is any trick for unzipping it.</p>
<p>To get around that, I downloaded the sample files listed in the directory. When I was just compiling them on my laptop where MikTex is installed, it seems that MikTex is able to download many of the required missing packages but it couldn&#8217;t retrieve the one for caption.sty, maybe I should try to download this package from somewhere else? </p>
<p>Or any suggestion on how I can best use your style sheet, meaning what the ideal OS and environment I should use?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RBedford</title>
		<link>http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/comment-page-1/#comment-2305</link>
		<dc:creator>RBedford</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robfelty.com/2007/02/06/a-new-latex-class-file-for-u-m-dissertations/#comment-2305</guid>
		<description>I am curious whether you have a good resource for how to put together .cls files.  You obviously *know* how to do it, but do you have a suggestion as to how others can acheive such ability?  So far, I have gotten the most use out of reverse-engineering existing .cls files, but this makes me feel dirty.</description>
		<content:encoded><![CDATA[<p>I am curious whether you have a good resource for how to put together .cls files.  You obviously *know* how to do it, but do you have a suggestion as to how others can acheive such ability?  So far, I have gotten the most use out of reverse-engineering existing .cls files, but this makes me feel dirty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
