Search found 6 matches

by Neo63
Fri Jan 13, 2012 5:11 am
Forum: Document Classes
Topic: Class for typesetting Manuals or Guides
Replies: 3
Views: 4001

Class for typesetting Manuals or Guides

Just took a look, didn't find any documentation which I suppose is because it's one of the default document classes preloaded. From what I read, it's fairly similar to the article class except for headings and title formatting which is not really what I was looking for.

Alternatively, I tried just ...
by Neo63
Thu Jan 12, 2012 11:36 pm
Forum: Document Classes
Topic: Class for typesetting Manuals or Guides
Replies: 3
Views: 4001

Class for typesetting Manuals or Guides

Hi,

I'm looking for a document class to typeset owner's manuals and user guides. I need one for an ECE project I'm working on, so this is for hardware not software. I've looked at the refman class but it seemed rather complicated and I'm still relatively new to LaTeX. Thank you so much.
by Neo63
Wed Dec 07, 2011 7:37 am
Forum: Page Layout
Topic: Combining Files with Different Document Class
Replies: 2
Views: 5013

Combining Files with Different Document Class

Hi all, I'd like to combine several .tex files that have different documentclasses, which, from my understanding is not possible with /input. The reason is because I couldn't figure out another way to number pages. The files include essays which just use the article class as well as this amspset ...
by Neo63
Sun Jul 31, 2011 11:13 pm
Forum: Graphics, Figures & Tables
Topic: Table Border Formatting with Colour
Replies: 2
Views: 9441

Re: Table Border Formatting with Colour

I apologize, only after I submitted my topic did I read through the guidelines for posting. I will certainly take a look at these packages. Thanks.
by Neo63
Sun Jul 31, 2011 3:08 am
Forum: Graphics, Figures & Tables
Topic: Table Border Formatting with Colour
Replies: 2
Views: 9441

Table Border Formatting with Colour

Hi I recently started learning LaTex. I'm making a data table and I'm having some trouble making the outer border 40% gray. I got most of the commands here off of the internet so I'm not exactly sure what I'm doing here.

\renewcommand{\arraystretch}{1.3}
\begin{tabular}{!{\color[gray]{.4}\vrule ...