Search found 5 matches

by Phooey
Tue Oct 01, 2019 12:30 am
Forum: Graphics, Figures & Tables
Topic: Last request
Replies: 0
Views: 2052

Last request

OK, I'm getting there.

I accept that this code looks a bit ugly but I only started learning LaTeX Friday evening.

The code produces the image attached. The last thing I need to do is to place a 4 column, 26 row table in the white space on the right. I can't work out where to insert the code ...
by Phooey
Mon Sep 30, 2019 8:03 pm
Forum: Graphics, Figures & Tables
Topic: How to anchor a box to place text in it
Replies: 1
Views: 1858

How to anchor a box to place text in it

I've just discovered \fbox{}

That might solve the immediate problem.
by Phooey
Mon Sep 30, 2019 7:18 pm
Forum: Graphics, Figures & Tables
Topic: How to anchor a box to place text in it
Replies: 1
Views: 1858

How to anchor a box to place text in it

Could someone kindly explain to me how the coordinates in this code works?

I am using this:

\begin{tikzpicture}
\draw (-3,0) rectangle (4,2)
node at (0, 1.5){UWE registration number};
\draw (4.25, 0) rectangle (7,2)
node at (5.5, 1.5){Mark \%};
\end{tikzpicture}

This giving me two boxes ...
by Phooey
Sun Sep 29, 2019 6:21 pm
Forum: Graphics, Figures & Tables
Topic: number line help
Replies: 2
Views: 3887

number line help

That is absolutely perfect. Thank you so much.

I haven't saved anything that I have tried but essentially, I have tried drawing vertical and then horizontal lines and adding numbers - a complete mess!

I tried nodes but only managed to get a line with numbers and couldn't work out how to get the ...
by Phooey
Sun Sep 29, 2019 4:34 pm
Forum: Graphics, Figures & Tables
Topic: number line help
Replies: 2
Views: 3887

number line help

Hi Guys,

I am brand new to this forum and LaTeX in general. But I have now been tasked with writing the assessment materials for my employer so decided LaTeX was the way to go.

So I need to create this diagram. Please, I have spent all weekend trying to make sense of the google results I get. Can ...