Difference between revisions of "Command/ delimitedtext"

From Wiki
Jump to navigation Jump to search
Line 28: Line 28:
 
</cd:variants>
 
</cd:variants>
 
<cd:description>
 
<cd:description>
<!-- the long description of the command goes here -->
+
These instances are defined by {{cmd|definedelimitedtext}} and set up with {{cmd|setupdelimitedtext}}. But {{cmd|definedelimitedtext}} also creates a command <code>\setup<i>DELIMITEDTEXT</i></code> for each of them, so you can set up the {{cmd|quote}} command with {{cmd|setupquote}}.
 
</cd:description>
 
</cd:description>
 
<cd:examples>
 
<cd:examples>

Revision as of 08:45, 21 August 2020


\delimitedtext

Summary

The instances of \delimitedtext add markup around a (usually short) block of text.

Instances

\quotationputs double quotation marks around the text inside the braces. The type of the quotation marks depends on the language setting
\quoteQuote text using the 'single quote' style of the current language.
\blockquote
\speech
\aside

Settings instance

\DELIMITEDTEXT[...]{...}
[...]language
{...}content

Description

These instances are defined by \definedelimitedtext and set up with \setupdelimitedtext. But \definedelimitedtext also creates a command \setupDELIMITEDTEXT for each of them, so you can set up the \quote command with \setupquote.

Examples

Example 1

\language[en]
\quotation{Hello world!}

\language[de]
\quotation{Hello world!}

Example 2

Getting quotation marks right can be quite \quote{hard}.

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: