Graphics, Figures & Tablesbox help please

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
7788
Posts: 17
Joined: Sat Aug 28, 2010 1:17 am

box help please

Post by 7788 »

Thank you for your help. I needed to make an empty box for my consent form.

I have used:

\begin{table}[htdp]
\begin{center}
\begin{tabular}{lp{12cm}c}
1. & I confirm that I have read and understand the Participant Information Sheet dated 16th May 2009 for the above named study. I have had the opportunity to consider the information, ask questions and have had these answered satisfactorily. & \framebox[1.2cm]{\rule{0pt}{8pt}} \\
\end{tabular}
\end{center}

Thank you. 7788
Last edited by 7788 on Wed Sep 01, 2010 4:30 pm, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

box help please

Post by localghost »

At the moment I can't figure out what you are after. Perhaps you can explain the following.
7788 wrote:[…] When I used the symbol command, the boxes are simply too small. […]
Which symbol command do you mean and what is the result?
7788 wrote:[…] I made a blank box using \framebox and \fbox but I don't know how to increase the vertical height of the box. […]
You can use an invisible strut to determine the height of such a box.

Code: Select all

\framebox[7cm]{\rule{0pt}{20pt}}
Note that the size of the box is actually bigger because there is the length \fboxsep added.


Thorsten
7788
Posts: 17
Joined: Sat Aug 28, 2010 1:17 am

Re: box help please

Post by 7788 »

Thank you so much for your reply. Sorry I didn't describe it properly. This is what I did last night:

I understand that the data collected during the study will not have my name on it and only those members of the study team named on the information sheet, who need to see it, in order to complete the study, will be allowed to see it. \framebox[3cm][l]{}

I understand that the data relating to me will be kept confidential. No information will be released or printed that would identify me unless required by law. \fbox{}

Would it be easier for me to make this consent form by using tabular and then I put this \framebox[2cm]{\rule{0pt}{20pt}} in a separate column?

Thank you so much again. 7788
7788
Posts: 17
Joined: Sat Aug 28, 2010 1:17 am

Re: box help please

Post by 7788 »

hi, I hope this is the right place to post this. Thank you very much.

I managed to make the consent form, with the boxes using \framebox in a table.

\begin{table}[htdp]
\begin{center}
\begin{tabular}{lp{12cm}c}
1. & I confirm that I have read and understand the Participant Information Sheet dated 16th May 2009 for the above named study. I have had the opportunity to consider the information, ask questions and have had these answered satisfactorily. & \framebox[1.2cm]{\rule{0pt}{8pt}} \\
\end{tabular}
\end{center}

Thanks again. 7788
\end{table}

\vspace{2mm}
Post Reply