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>
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}}.
+
These instances are defined by {{cmd|definedelimitedtext}} and set up with {{cmd|setupdelimitedtext}}. But there are also two predefined shortcut commands, so you can set up the {{cmd|quote}} command with {{cmd|setupquote}} and {{cmd|quotation}} with {{cmd|setupquotation}}.
 
</cd:description>
 
</cd:description>
 
<cd:examples>
 
<cd:examples>
Line 67: Line 67:
 
<cd:commandref name="setupquote"></cd:commandref>
 
<cd:commandref name="setupquote"></cd:commandref>
 
<cd:commandref name="setupquotation"></cd:commandref>
 
<cd:commandref name="setupquotation"></cd:commandref>
<cd:commandref name="setupblockquote"></cd:commandref>
 
<cd:commandref name="setupaside"></cd:commandref>
 
<cd:commandref name="setupspeech"></cd:commandref>
 
 
<cd:wikipage page="Quotes"></cd:wikipage>
 
<cd:wikipage page="Quotes"></cd:wikipage>
 
<cd:wikipage page="Basics#Basics_of_ConTeXt_text_formatting|Basics of text formatting"></cd:wikipage>
 
<cd:wikipage page="Basics#Basics_of_ConTeXt_text_formatting|Basics of text formatting"></cd:wikipage>
 
</cd:seealso>
 
</cd:seealso>
 
</cd:commandgroup>
 
</cd:commandgroup>

Latest revision as of 08:56, 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 there are also two predefined shortcut commands, so you can set up the \quote command with \setupquote and \quotation with \setupquotation.

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: