Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Cool LaTeX makefile
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Brewer  
View profile  
 More options Oct 17 2008, 6:45 pm
From: Robert Brewer <rbre...@lava.net>
Date: Fri, 17 Oct 2008 12:45:46 -1000
Local: Fri, Oct 17 2008 6:45 pm
Subject: Cool LaTeX makefile
I found this LaTeX makefile on Google Code that is quite cool. It knows
about dependencies, include files, BibTeX, etc. You just type "make" and it
runs LaTeX and BibTeX however many times are needed and leaves you with a
PDF. You can download it here:

<http://code.google.com/p/latex-makefile/>

Just drop it into the directory with your thesis/dissertation/proposal, and
(assuming you are using the canonical document structure) create a file
called "Makefile.ini" and put something like this in the file:

onlysources.tex := proposal.tex

where proposal.tex is the name of the master file that includes everything
else.

The makefile has a ton of other features. You can read about them with
"make help".

The author also created a thesis style for BYU that is also hosted on
Google Code. It sounds less hacky than our UH one, but I am resisting the
temptation to look at it since we have something that works.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Stillwell  
View profile  
 More options Oct 17 2008, 6:55 pm
From: "Mark Stillwell" <mark...@fortawesome.org>
Date: Fri, 17 Oct 2008 12:55:34 -1000
Local: Fri, Oct 17 2008 6:55 pm
Subject: Re: Cool LaTeX makefile
I usually use this one:

http://www.acoustics.hut.fi/u/mairas/UltimateLatexMakefile/

So I'll have to compare.

I don't think it would necessarily be a bad idea to have some human
readable text somewhere that summarizes the standards in the style
guide. I'm thinking just a series of bullet points 1-2 pages long:

-- dedicated title page with "University of Hawai'i" (okina required!)
-- signature page with exactly one blank line per committee member
-- 1" margins except 1.5" on inside

Once that's done it might not be that difficult to minimally
re-implement the class file.
Apparently they're actually supposed to be written in a sort of mixed
document-and-code format that can then be "compiled" into both
documentation and final style files.

--
Mark Lee Stillwell
mark...@fortawesome.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Brewer  
View profile  
 More options Oct 18 2008, 3:27 pm
From: Robert Brewer <rbre...@lava.net>
Date: Sat, 18 Oct 2008 09:27:24 -1000
Local: Sat, Oct 18 2008 3:27 pm
Subject: Re: Cool LaTeX makefile
--On October 17, 2008 12:55:34 PM -1000 Mark Stillwell

<mark...@fortawesome.org> wrote:
> I usually use this one:

> http://www.acoustics.hut.fi/u/mairas/UltimateLatexMakefile/

> So I'll have to compare.

Cool. Let us know which one you like better. I'm thinking about dropping
one into the project (with permission of the authors) to make life even
easier for future students

> I don't think it would necessarily be a bad idea to have some human
> readable text somewhere that summarizes the standards in the style
> guide. I'm thinking just a series of bullet points 1-2 pages long:

> -- dedicated title page with "University of Hawai'i" (okina required!)
> -- signature page with exactly one blank line per committee member
> -- 1" margins except 1.5" on inside

That sounds great, you could even write it RFC-style with MUST, SHOULD, and
MAY so you can tell what is advice and what is requirement.

> Once that's done it might not be that difficult to minimally
> re-implement the class file.
> Apparently they're actually supposed to be written in a sort of mixed
> document-and-code format that can then be "compiled" into both
> documentation and final style files.

If you feel you have time to do either of those things, that's great.
Personally, I'm feeling like I should be putting the hours into the
proposal itself. Maybe after I defend the proposal... :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »