Am Mo., 2. Jan. 2023 um 13:30 Uhr schrieb Werner LEMBERG :
>
>
> > Here the next one: What's html for @@code@{TupletBracket@}
> > ?
>
> Are you talking about
> `it/texidocs/controlling-tuplet-bracket-visibility.texidoc`? There,
> `@@code@{TupletBracket@}` is wrong; it should be
> `@code{TupletBrac
Am Mo., 2. Jan. 2023 um 13:23 Uhr schrieb Werner LEMBERG :
>
>
>
> > I could do (in the description)
> >
> > (1) fa
> > (2) ‘fa’
> > (3) 'fa'
> >
> > What do you recommend?
>
> Assuming that people are going to translate this I would do (1).
>
>
> Werner
Thanks, done.
Harm
> Here the next one: What's html for @@code@{TupletBracket@}
> ?
Are you talking about
`it/texidocs/controlling-tuplet-bracket-visibility.texidoc`? There,
`@@code@{TupletBracket@}` is wrong; it should be
`@code{TupletBracket}` instead.
The HTML equivalent to `@code{TupletBracket}` is
`TupletBr
> I could do (in the description)
>
> (1) fa
> (2) ‘fa’
> (3) 'fa'
>
> What do you recommend?
Assuming that people are going to translate this I would do (1).
Werner
Am So., 1. Jan. 2023 um 22:24 Uhr schrieb Aaron Hill :
>
> On 2023-01-01 11:21 am, Thomas Morley wrote:
> > May I ask further:
> > What are the html equivalents of @qq{…} and @q{…}?
>
> If you are looking for HTML entities, there are several online resources
> (such as [1]) that list them.
>
> [1]:
Am So., 1. Jan. 2023 um 23:58 Uhr schrieb Werner LEMBERG :
>
>
> > What are the html equivalents of @qq{…} and @q{…}?
>
> There is no stand-alone equivalent to `@q`. If you write
>
> ```
> foo
> ```
>
> it gets converted by `pandoc` to
>
> ```
> ``foo''
> ```
>
> which `makelsr.pl` in turn convert
> What are the html equivalents of @qq{…} and @q{…}?
There is no stand-alone equivalent to `@q`. If you write
```
foo
```
it gets converted by `pandoc` to
```
``foo''
```
which `makelsr.pl` in turn converts to `@qq{foo}`.
You get
```
`foo'
```
only for the inner quote environment if you u
On 2023-01-01 11:21 am, Thomas Morley wrote:
May I ask further:
What are the html equivalents of @qq{…} and @q{…}?
If you are looking for HTML entities, there are several online resources
(such as [1]) that list them.
[1]: https://unicode-table.com/en/html-entities/
Typographer's quotes wou
Happy new year as well!!
Am So., 1. Jan. 2023 um 19:12 Uhr schrieb Werner LEMBERG :
>
>
> Hallo Harm,
>
>
> a Happy New Year to you and all other LilyPonders!
>
>
> > In our doc-strings we sometimes have @tie{} to get an unbreakable
> > space. As lsr-editor I need similar for html. Is the
> >
Hallo Harm,
a Happy New Year to you and all other LilyPonders!
> In our doc-strings we sometimes have @tie{} to get an unbreakable
> space. As lsr-editor I need similar for html. Is the
> correct equivalent?
Yes. Note that U+00A0 would also work.
> Will correctly be transformed to @t
In our doc-strings we sometimes have @tie{} to get an unbreakable space.
As lsr-editor I need similar for html.
Is the correct equivalent?
Will correctly be transformed to @tie{} if lsr-snippets are imported?
Thanks,
Harm
11 matches
Mail list logo