Search found 8 matches

by mth211
Wed May 06, 2009 3:00 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4932

Re: Installing tikz-timing package

Ah, fantastic

Thanks
by mth211
Wed May 06, 2009 2:12 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4932

Re: Installing tikz-timing package

Hmm, defiantly getting somewhere - Thanks

As far as I can tell it has now loaded the package as it no longer can't find the file, however, I now get an Undefined control sequence error which disappears when I comment out my usepackage command.

I get \GenericError... #4 \errhelp \@err@...l.1242 ...
by mth211
Tue May 05, 2009 5:11 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4932

Re: Installing tikz-timing package

Hi,

texhash goes off and does something (after I changed some permissions) but TexShop still won't recognise the new package - all I get is the "File `tikz-timing.sty' not found

Thanks anyway
by mth211
Tue May 05, 2009 3:05 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4932

Installing tikz-timing package

Hi,

I'm trying to install tikz-timing package in order to make timing diagrams for a project report.

I've successfully manufactured a .sty file but try as I might I can't get it into the correct folder or install it to the directory in any way.

I'm running TexShop on OSX and have tried putting it ...
by mth211
Sun May 03, 2009 12:51 pm
Forum: General
Topic: TOC and Appendices
Replies: 2
Views: 2116

Re: TOC and Appendices

I've managed this to a degree by creating a new flot called app and within the appendices environment used the addtolist command (in the \includepdf) to number the appendices and then a \listof{app} command to make the list.

So, not quite what I wanted but close enough!
by mth211
Tue Apr 28, 2009 1:56 pm
Forum: General
Topic: TOC and Appendices
Replies: 2
Views: 2116

TOC and Appendices

Hi,

I'm just trying to format the names appendices of my report and make them appear in lists etc as I need.

Basically, what I'm after is a single title of Appendices; which I've achieved using the appendix package and the code:
\appendix
\appendixpage
\addappheadtotoc

After this I'd like the ...
by mth211
Sat Apr 11, 2009 4:30 pm
Forum: Page Layout
Topic: Plain Footer
Replies: 2
Views: 2371

Re: Plain Footer

Ah yes, that's done it.

Thanks
by mth211
Sat Apr 11, 2009 2:51 pm
Forum: Page Layout
Topic: Plain Footer
Replies: 2
Views: 2371

Plain Footer

Hallo,

I'm using fancyhdr for the majority of a report I'm doing but want footer of the top matter to be different. I've successfully used \thispagestyle{plain} up to now, but my TOC has just spilled over into 2 pages and is only likely to get longer. Is there a way I can re-action the ...