Graphics, Figures & TablesLast request

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Phooey
Posts: 5
Joined: Sun Sep 29, 2019 4:18 pm

Last request

Post by Phooey »

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 without it completely screwing up the layout of what is there. Would some one kindly place a marker where I need to write the code for this table.

Code: Select all

...

\hspace{115mm}
\vspace{-60mm}
\begin{tikzpicture}
	\draw [ultra thick, dash pattern ={on 7pt off 2pt on 1pt off 3pt}] (0, 0) -- (7,0);
	\draw [ultra thick,dash pattern={on 7pt off 2pt on 1pt off 3pt}] (0, 0) -- (0, 6);
	node at (0.5, 1.5){Please write your name};
\end{tikzpicture}

\includegraphics[scale=0.70]{uwe.png} \hspace{5mm}
\includegraphics[scale=0.4]{CoBC.png}

\vspace{10mm}
			
School: \hspace{25mm} Health \& Social Care\\
Title of Programme:\hspace{3mm} Health Professions\\
Year or Stage: \hspace{13mm} Foundation (year 0)\\
Module Number: \hspace{8mm} UZY RFK-15-0\\
Module Title:\hspace{16mm} Managing Numerical Data - Exam 1\\
Date: \hspace{29mm} January 18th 2020\\	

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

\vspace{3mm}

\textbf{\large{Time 1 hour 30 minutes}}\\

\textbf{\underline{\large{Calculator may be used except where}}}\\ 

\textbf{\underline{\large{the question indicates otherwise}}}

\vspace{10mm}

\fbox{\begin{minipage}{23.5em}
  \vspace{5mm}
  \leftskip 2em
  \rightskip 2em
  You should write your UWE registration number clearly in the box above, and you name on the top corner section.\\
  
  All answers should be written on the question paper.\\
  
  Include all your working out clearly presented.\\
  
  If you need additional paper, ask for it.\\

  \begin{center}
  	\textbf{You should attempt ALL questions}
  \end{center}
  \vspace{3mm}
  Any lose sheets should have your student number written on it and securely attached to this booklet.\\
  
  The mark allocation for each question, or part of a question, is clearly indicated on the question paper.\\
  
\end{minipage}}

...
Attachments
UWE front.PNG
UWE front.PNG (41.97 KiB) Viewed 2051 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply