Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Typographical styling of UI text in document

+0
−0

What are the usual typographical conventions to set off text from the UI in a user manual?

For example, how should I style the text of the label on a button in:

Press the Submit button.

Or styling the text of labels and input values:

Select Gluten Free from the dropdown menu. The enter I also don't eat soy. in the Notes box.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/24851. It is licensed under CC BY-SA 3.0.

0 comment threads

1 answer

+0
−0

The style I see most often in technical writing is that UI labels, like the names of menus, are bold:

From the File menu, choose Save.

Click the Submit button.

Variable text is usually italic, but this comes up more for command-line interfaces than GUIs:

git checkout -b branch-name

In writing about a GUI you're more likely to describe what's needed, which doesn't require styling:

In the Path field, type the name of the top-level directory for the new project.

The Microsoft Style Guide calls for bold for GUI labels and italics for variables, as I've used them here.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »