Graphics, Figures & Tableschoicemenu check mark

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
comandos
Posts: 15
Joined: Sat Dec 15, 2018 3:46 pm

choicemenu check mark

Post by comandos »

Greetings, I would like to draw a check mark in choicemenu and not a star any ideas. Basic template bellow:

Code: Select all

\documentclass{article}
\usepackage[pdftex]{eforms}
\usepackage{tabularx}

\begin{document}

\begin{Form}    
\begin{table}[!h]       
    \begin{tabularx}{\textwidth}{ll}
\ChoiceMenu[radio]{sex}{yes=0,\hspace{0.1cm} no=1}
    \end{tabularx}
\end{table}
\end{Form}

\end{document}
Sub question:

I would like to create a table with 3 columns (test scenario, pass/fail, remarks) my problem is that I can’t create an empty choicemenu filed (a name must be given or all boxes will be treated as one- https://imgur.com/a/48MSEVf here I have named them numbers) in column 2 and have test scenario’s in column 1.

I tried scrapping the table and using choicemenu the right way and fill the test scenario’s in it’s name but then they are completely not aligned.

Code: Select all

\ChoiceMenu[radio]{short program}{\hspace{1cm}yes,\hspace{0.1cm} No}\\
\ChoiceMenu[radio]{longggggg name offff program}{\hspace{1cm}yes,\hspace{0.1cm} No}

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply