Skip to main content

Questions tagged [l3draw]

The tag has no usage guidance.

2 votes
1 answer
125 views

How to draw multicolor curve with smooth gradient in l3draw?

description I've see two questions about draw multicolor curve with smooth gradient in this site: How to draw an arrow with two colors? tikz: draw multicolor curve with smooth gradient Since i am ...
zpding's user avatar
  • 134
6 votes
2 answers
166 views

Unable to use dvisvgm when l3draw drawing contains scoped box

I found a strange issue when experimenting with dvisvgm trying to create SVG files from DVI files. I found that if I append a box (or a coffin) to a drawing created with the l3draw package and this ...
Jasper Habicht's user avatar
9 votes
1 answer
454 views

Are there plans to support the TikZ frontend for l3draw?

In is current stage, l3draw is rather cumbersome to use. The same applies to pgf. Since both are background layers, I guess there are not really meant to be used extensively by regular users. Are ...
marv's user avatar
  • 2,169
0 votes
1 answer
89 views

key_define option

Consider the following MWE: \documentclass[letterpaper]{article} \usepackage{l3draw} \ExplSyntaxOn %---------------------------------------------------------------------------------------- % ...
azetina's user avatar
  • 29.1k
8 votes
2 answers
501 views

Using the \int_step_function

Consider the following MWE: \documentclass[letterpaper]{article} \usepackage{l3draw} \ExplSyntaxOn \NewDocumentCommand{\miconcentric}{ O{0.08ex} } { \mathicon_concentric_circles:n { #1 } } ...
azetina's user avatar
  • 29.1k
2 votes
1 answer
225 views

Key values using l3keys (pencil symbol)

Consider the following MWE: \documentclass[letterpaper,11pt]{article} \usepackage{l3draw} \ExplSyntaxOn \dim_new:N \l__pencil_dim \fp_new:N \l__pencil_linethickness_fp \cs_new_protected:Nn \...
azetina's user avatar
  • 29.1k
1 vote
0 answers
198 views

Using l3draw to recreate \cplus

Consider the following MWE: \documentclass{article} \usepackage{amsmath} \usepackage{l3draw,xparse} \ExplSyntaxOn %--------------------------------------------------------- \box_new:N \...
azetina's user avatar
  • 29.1k