How to typeset radio buttons and rounded rectangles?How to prevent Table of Contents from being added to the bookmarks of a pdf fileLosing check box entries when saving LaTeX-generated PDF formHow to fix the pdf “Bad 'Length' attribute in stream” issue using MacTex tools?poor font quality when exporting to pdfHow can I make toggle buttons with images using pdflatex?Clickable chapters on the right side of each pageIncluding Javascript to flatten PDF form made in latexEditable/fillable PDF Form - Send email with attached full PDF not just FDF
What happens if we run out of terrain tiles?
Command which removes data left side of ";" (semicolon) on each row
Why did the Government cancel Saturday's Brexit-deal vote?
land of light bulbs
Are there any spells that aren't on any class's spell list?
What color should I use for the walls and ceiling of a photography studio?
How do Precipitation Reactions behave in the Absence of Gravity?
Sci-fi book trilogy about space travel & 'jacking'
For a command to increase something, should instructions refer to the "+" key or the "=" key?
Multiple devices with one IPv6 to the Internet?
Starting a fire in a cold planet that has full of flammable gas
2 Different Passports - One with 1 surname, the other with 2 surnames
Reviewer wants me to do massive amount of work, the result would be a different article. Should I tell that to the editor?
Why are so many cities in the list of 50 most violent cities in the world located in South and Central America?
How would a young girl/boy (about 14) who never gets old survive in the 16th century?
My bike's adjustable stem keeps falling down
Where is the deflector array on the Phoenix?
where does black come from in CMYK color mode?
Why is macOS limited to 1064 processes?
Where do overtones in a 555 generated square wave come from?
What is a GPU year?
What's a good strategy for offering low on a house?
Is it bizarre that a professor asks every student for a 3 inch by 5 inch photograph?
Modeling the Choose function
How to typeset radio buttons and rounded rectangles?
How to prevent Table of Contents from being added to the bookmarks of a pdf fileLosing check box entries when saving LaTeX-generated PDF formHow to fix the pdf “Bad 'Length' attribute in stream” issue using MacTex tools?poor font quality when exporting to pdfHow can I make toggle buttons with images using pdflatex?Clickable chapters on the right side of each pageIncluding Javascript to flatten PDF form made in latexEditable/fillable PDF Form - Send email with attached full PDF not just FDF
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?

pdftex
add a comment
|
I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?

pdftex
add a comment
|
I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?

pdftex
I need to create PDF containing form as in screenshot. How could i create radio buttons and the rounded rectangles covering some text?

pdftex
pdftex
asked Jun 2 at 10:12
M.HoangM.Hoang
161 bronze badge
161 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
With tcolorbox package:
documentclassarticle
usepackagetcolorbox
usepackagehyperref
begindocument
beginForm
tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
endForm
enddocument

My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493778%2fhow-to-typeset-radio-buttons-and-rounded-rectangles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
With tcolorbox package:
documentclassarticle
usepackagetcolorbox
usepackagehyperref
begindocument
beginForm
tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
endForm
enddocument

My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
add a comment
|
With tcolorbox package:
documentclassarticle
usepackagetcolorbox
usepackagehyperref
begindocument
beginForm
tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
endForm
enddocument

My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
add a comment
|
With tcolorbox package:
documentclassarticle
usepackagetcolorbox
usepackagehyperref
begindocument
beginForm
tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
endForm
enddocument

With tcolorbox package:
documentclassarticle
usepackagetcolorbox
usepackagehyperref
begindocument
beginForm
tcbox[colframe=white,arc=5mm]ChoiceMenu[radio]Option 1
endForm
enddocument

edited Jun 2 at 10:30
answered Jun 2 at 10:24
coffeetablecoffeetable
2388 bronze badges
2388 bronze badges
My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
add a comment
|
My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
My sincere compliments for your support and answer. Probably with a small shadow near radio button would be aesthetically better and very similar to the image.
– Sebastiano
Jun 2 at 10:52
1
1
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
@Sebastiano the button is done by viewer, not by latex. use other viewer
– coffeetable
Jun 2 at 11:00
add a comment
|
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493778%2fhow-to-typeset-radio-buttons-and-rounded-rectangles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown