Search found 11 matches

by epicurea
Thu Feb 06, 2014 6:11 pm
Forum: BibTeX, biblatex and biber
Topic: Formatting biblabel in a compact reference style
Replies: 3
Views: 7238

Formatting biblabel in a compact reference style

I forgot to add that anyone seeking to use the unsrt style in savetrees needs to do the following (thanks to Scott Pakin, the author of the savetrees package, for pointing this solution out to me):

Copy savetrees.bst to savetrees-unsrt.bst.
The file is located here for the TexLive 2013 ...
by epicurea
Thu Feb 06, 2014 5:55 pm
Forum: BibTeX, biblatex and biber
Topic: Formatting biblabel in a compact reference style
Replies: 3
Views: 7238

Formatting biblabel in a compact reference style

Hi - thanks very much for replying to my post - this works!

Sorry for not replying back earlier - I was very close to a submission deadline at the time and got the same solution from a friend who really knows his LaTeX!

Anyway, quick note for anyone else trying this: the package hyperref will ...
by epicurea
Sun Oct 20, 2013 10:09 pm
Forum: BibTeX, biblatex and biber
Topic: Formatting biblabel in a compact reference style
Replies: 3
Views: 7238

Formatting biblabel in a compact reference style

Hi All - I am trying to achieve a very compact set of references and am using the savetrees package to do this:

{\scriptsize
\bibliographystyle{savetrees}
\bibliography{TheBibFile}
}

I also wanted these to be formatted as inparaenum so I used the example from here:
http://user.astro.columbia ...
by epicurea
Wed Aug 06, 2008 4:39 pm
Forum: Kile
Topic: Kile with BibUnits
Replies: 0
Views: 3469

Kile with BibUnits

I have a .tex file that uses BibUnits but now the Quick Build option in Kile that I was previously using is unable to find the .aux files created by BibUnits. I have added the following code (modified from the BibUnits documentation) so that the .aux files are the same name as the .tex file ...
by epicurea
Wed May 21, 2008 11:20 am
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

Re: titlesec | Custom Headings

Ah - yes, that works - thanks a ton!
by epicurea
Tue May 20, 2008 5:37 pm
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

titlesec | Custom Headings

This is turning into a very interesting exercise!
Everything works fine except that while defining the new headings (WP, Taskr) I did not plan for the fact that I only wanted these as alternatives to the \subsection and \subsubsection commands and not as replacements . Naturally, this results in no ...
by epicurea
Thu May 15, 2008 12:50 pm
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

Re: titlesec | Custom Headings

That works!
Thanks - you have been most helpful.
by epicurea
Wed May 14, 2008 2:02 pm
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

titlesec | Custom Headings

Hi - One more problem. So I formatted my second declaration like so:
\newcounter{Taskr}
\renewcommand\theTaskr{\theWP.\arabic{Taskr}}
\titleclass{\Taskr}{straight}[\WP]
\titleformat{\Taskr}[runin]{\normalfont\em}
{\emph{Task\,\theTaskr}}{.5em}{}[:\,]
\titlespacing{\Taskr}{0pt}{*0}{*0}
Now, when ...
by epicurea
Wed May 14, 2008 11:11 am
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

Re: titlesec | Custom Headings

I see, so it has to do with the counter formatting I was choosing.
That was very helpful - many thanks!
by epicurea
Tue May 13, 2008 10:49 am
Forum: General
Topic: titlesec | Custom Headings
Replies: 11
Views: 10084

Re: titlesec | Custom Headings

That works - fantastic and many thanks!
Could you explain why that works though? How come it is fine for the 1st set of declarations but not the second?