<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Hello
</div>
<div class="default-style">
</div>
<div class="default-style">
I'm using a redefined legend and within this there is a line:
</div>
<div class="default-style">
...{\size[\thsizem]\si\the\cartotitle: \ss\the\cartoteam\quad\size[\thsizem]{\copyright\thinspace\si\the\cartodate\par}}...
</div>
<div class="default-style">
</div>
<div class="default-style">
The variable \thsizem is defined within the layout:
</div>
<div class="default-style">
... code-tex ...
</div>
<div class="default-style">
\def\thsizem{36}
</div>
<div class="default-style">
... endcode ...
</div>
<div class="default-style">
</div>
<div class="default-style">
The output is like this:
</div>
<div class="default-style">
<img class="aspect-ratio" style="max-width: 100%;" src="cid:a088a64271c9463fa550b0a2c5c1ce63@open-xchange.com" alt="">
</div>
<div class="default-style">
</div>
<div class="default-style">
As you can see the circle around the letter "c" is not correct and is not changed in size as the letter itself.
</div>
<div class="default-style">
</div>
<div class="default-style">
Does anyone have a solution to correct this?
</div>
<div class="default-style">
</div>
<div class="default-style">
Thanks in advance,
<br>Torsten
</div>
</body>
</html>