All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.functional.input.data.custom_roles.txt Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
Custom Roles
------------

* A role based on an existing role.

  .. role:: custom(literal)

  :custom:`one` :custom:`two` :custom:`three`

* A new role.

  .. role:: customnew

  :customnew:`one two three`

* A role with class attribute.

  .. role:: customclass
     :class: special

  :customclass:`interpreted text`

* A language-switching role:

  .. role:: language-de

  Let's count in German :language-de:`eins zwei drei`.

* A role with multiple class attributes, styled with raw directives:

  .. role:: customx
     :class: green sc language-en-GB

  .. raw:: latex

     \newcommand{\DUrolegreen}[1]{\textcolor{green}{#1}}
     \newcommand{\DUrolesc}[1]{\textsc{#1}}

  The following works in most browsers but does not validate
  (``

  :customx:`British colourful text in small-caps`.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy