Search found 32 matches

by itsmereally
Sun Jan 09, 2011 12:39 am
Forum: General
Topic: Putting a visible frame around subsections
Replies: 2
Views: 1898

Re: Putting a visible frame around subsections

Thanks for the reply.

That works exactly as I wanted it, but I could have sworn I'd already tried that. :?

Anywho, it works.

Thank you very much. :)
by itsmereally
Thu Jan 06, 2011 5:09 pm
Forum: General
Topic: Putting a visible frame around subsections
Replies: 2
Views: 1898

Putting a visible frame around subsections

Hello :)

Is it possible to put visible frames or boxes around subsections? I've experimented with \framebox, \frame and \makebox, but can only get visible boxes around words or sentences.

What I'm after is seperating subsections with frames or boxes that span the document from left margin to ...
by itsmereally
Sun Sep 12, 2010 10:15 pm
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

tabbing and tabular questions


\documentclass{article}

\begin{document}

\begin{tabular}{llllll}
\cline{1-6} % hor. line from column 1 to 6 (same as an \hline)
column1a & column2a & column3a & column4a & column5a & column6a \\
\cline{1-1}\cline{3-5} % hor. lines: at column one and from column 3 to 5
column1b & column2b ...
by itsmereally
Sun Sep 12, 2010 6:32 pm
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

Re: tabbing and tabular questions

Thanks for the reply. :)

I've tweaked your coding a little bit, using frabjous' help from before, and now I've got exactly what I wanted.

Thank you very much. My document is looking great now. :)

Out of curiosity, how exactly does the \cline bit work? I tried experimenting with it, but still can ...
by itsmereally
Sun Sep 12, 2010 12:38 am
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

tabbing and tabular questions

Well, I've had a go and not got very far.

I'm trying to create a table similar to before. I'd try describing it, but I've done an example on Excel to make things clearer.

Image

Is this even possible in LaTeX?
by itsmereally
Sat Sep 11, 2010 7:26 pm
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

tabbing and tabular questions


I have to confess that tables in LaTeX are one thing that I wish were more straightforward. If you have any specific questions, feel free to ask.

There are a number of ways, and again, it's not as obvious as it probably should be. You can enter a length after \\ just like you were doing already ...
by itsmereally
Sat Sep 11, 2010 4:14 pm
Forum: Math & Science
Topic: siunitx: Document-wide parameters
Replies: 13
Views: 6530

Re: siunitx: Document-wide parameters

I've gone through the information for siunitx loads of times, and I don't remember seeing that. :?

I tried a combination (version 1), but whichever option goes second isn't recognised.

If "mathit" is second, it isn't recognised (ie: error message). "mathit" on it's own works. The same applies ...
by itsmereally
Sat Sep 11, 2010 12:22 pm
Forum: Math & Science
Topic: siunitx: Document-wide parameters
Replies: 13
Views: 6530

Re: siunitx: Document-wide parameters

I was just wondering if anyone had an idea on how to do this. :)
by itsmereally
Sat Sep 11, 2010 11:16 am
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

Re: tabbing and tabular questions

Wow! Thanks for the replies. :o

Both of those are brilliant. They're exactly what I was after.

I did look at the Wikibook for this, but I really didn't understand what was going on with those commands that set the table parameters. I'm still not too sure, but I can use the table you've done for ...
by itsmereally
Sat Sep 11, 2010 12:13 am
Forum: Graphics, Figures & Tables
Topic: tabbing and tabular questions
Replies: 10
Views: 6663

tabbing and tabular questions

Hello

I'm having a bit of trouble with a couple of things, and was hoping to get some help.

1. Here I'm trying to align three pairs of lines.


\documentclass[a4paper,11pt]{article}

\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{siunitx}
\usepackage{MnSymbol}

\sisetup{unitmathrm ...