2,358 reputation
514
bio website
location
age
visits member for 1 year, 1 month
seen 5 hours ago
stats profile views 82

May
21
comment Modifying `*` and `o` style tikz arrows so that they are centered at the end of line
@ManuelKuehner from the code of the arrowhead. The radius of the circle line included is 4.5\pgfutil@tempdima + 0.5\pgflinewidth (see Jake's answer for the code), hence you have to move the center by this quantity taking into account that thick means line width=0.8pt.
May
20
revised Modifying `*` and `o` style tikz arrows so that they are centered at the end of line
removed an unnecessary line of code
May
20
comment Modifying `*` and `o` style tikz arrows so that they are centered at the end of line
Ok. I'm sorry. The left extend is correct, but the right extend should simply be 4.5\pgfutil@tempdima if you want the center of the circle at the end of the line (IMHO).
May
20
comment Modifying `*` and `o` style tikz arrows so that they are centered at the end of line
I think it's not as simple as you imagine.
May
20
comment Modifying `*` and `o` style tikz arrows so that they are centered at the end of line
The exact value is 1.8pt+1.4\pgflinewidth which is 2.92pt for a thick line.
May
20
comment circuitikz 0.3.0 label relative position
Add a text label after the semicolon: \path (2,1) node [outer sep=1.3mm, label=120:\SI{1}{mA}] {};
May
13
accepted More than one option for a custom arrow head in TikZ
May
9
asked More than one option for a custom arrow head in TikZ
May
6
answered Fill the area enclosed by multiple functions in a single plot
May
5
comment Adobe Garamond Pro (otf) with mathdesign
Ok. The latest version is 2.25.
May
5
comment Adobe Garamond Pro (otf) with mathdesign
Please, see line 104 in mathdesign.sty: \DeclareOption{adobe-garamond}{\gdef\MD@default@family{mdpgd}}
May
5
comment Adobe Garamond Pro (otf) with mathdesign
Yes it does. See the readme of the package and the code as suggested by Ulriche Fischer. It is undocumented in the package manual.
May
5
comment Adobe Garamond Pro (otf) with mathdesign
@Brent.Longborough yes I have. In fact, if I remove the call to mathdesign, it works well.
May
5
comment Adobe Garamond Pro (otf) with mathdesign
But when you select the option garamond, mathdesign uses the font URW-Garamond (i.e. Garamond 8 in your log) and I want to use the Adobe Garamond Pro font instead (option adobe-garamond).
May
5
revised Adobe Garamond Pro (otf) with mathdesign
Code updated with UlrikeFischer suggested option
May
5
revised Adobe Garamond Pro (otf) with mathdesign
added 23 characters in body
May
5
comment Adobe Garamond Pro (otf) with mathdesign
@Brent.Longborough, I'm using XeLaTeX on Windows7 with MiKTeX 2.9. I run mktexlsr but nothing changed. Did you uncomment the commented line in the code using the adobe-garamond option instead? I edited the code with Ulrike suggestion.
May
4
comment Adobe Garamond Pro (otf) with mathdesign
@UlrikeFischer, both the options mdpgd and adobe-garamond are recognized, but then I get the following warning: LaTeX Font Warning: Font shape EU1/mdpgd/m/n' undefined (Font) using EU1/lmr/m/n' instead on input line 185. And I get no pdf.
May
4
asked Adobe Garamond Pro (otf) with mathdesign
Apr
19
comment ellipse intersecting a circle
I was wondering if you need just an ellipse passing through those two points or a particular one. In the first case, your solution works very well; in the latter, we need more details because there is more than a single solution.