Comments on: LaTex Annoyances http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-6126 Sun, 09 Sep 2007 07:34:04 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-6126

Why wouldn’t you? If you have a fancy custom style you can just drop it in the same directory as the file you are working on. If you want to install a package for a system wide use you should probably consult instructions for your latex distribution as the paths may vary.

Reply  |  Quote
]]>
By: Surajit Das http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-6125 Sun, 09 Sep 2007 06:56:54 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-6125

Can i use the “.sty” files while i am in windows Xp platform? If so, then how can i do that? I want to use the Sty files such as fancyheadings.sty, nomencl.sty etc.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5551 Mon, 06 Aug 2007 18:06:17 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5551

Not sure what you mean. Can you explain?

Reply  |  Quote
]]>
By: Surajit Das http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5550 Mon, 06 Aug 2007 17:18:56 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5550

I dont want to put the page number of the bibliography in the content of my report. How can i do that?

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5463 Sun, 29 Jul 2007 06:25:38 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5463

Glad to help. :)

Reply  |  Quote
]]>
By: Surajit Das http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5462 Sun, 29 Jul 2007 06:04:18 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5462

Many many thanks Luke, it worked!

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5458 Sat, 28 Jul 2007 20:55:23 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5458

Surajit – try this:

\renewcommand\bibname{References}

This should do the trick.

Reply  |  Quote
]]>
By: Surajit Das http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-5456 Sat, 28 Jul 2007 16:31:38 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-5456

I want to write the Heading: “References” in place of “Bibliography” for the heading of Bibliography. How can i do that?

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-2715 Wed, 31 Jan 2007 18:13:57 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-2715

Thanks! Those are really great tips.

See, sometimes I miss this kind of insights – I have functional understanding of LaTex but every once in a while I run into a problem that reminds me that I still have tons to learn about it. :)

Reply  |  Quote
]]>
By: Michael Shell http://www.terminally-incoherent.com/blog/2006/04/28/latex-annoyances/#comment-2712 Wed, 31 Jan 2007 17:07:24 +0000 http://www.terminally-incoherent.com/blog/?p=508#comment-2712

I forgot to mention one more trick. This:

\expandafter\uppercase\expandafter{\printtitle}

will also work. All of this is related the problem of how far TeX should expand a macro before performing an operation on it. It isn’t so much a design flaw or limitation of TeX, but rather a difficulty in specifying to it exactly what you want to do. Obviously, \uppercase, unlike \MakeUppercase, does not do an expansion on its argument before it operates on it.

Reply  |  Quote
]]>