File: eboxdims.m4

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (14 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PS
# `eboxdims.m4'
sinclude(Circuit_macros.dim)  # The input file is Circuit_macros.tex
box fill_(0.9) wid boxdim(Q,w) + 5pt__ ht boxdim(Q,v) + 5pt__ \
  "\boxdims{Q}{\large$\displaystyle\int_0^T e^{tA}\,dt$}"
thinlines_
  s_init(eboxdims)
  d2 = 5pt__/2
  textoffset = 2 pt__
  dimension_(from last box.sw to last box.se chop d2, -0.1,
    s_box(\tt Q\_w),W,2pt__)
  dimension_(from last box.se to last box.ne chop d2, -0.1,
    s_box($\!\!\!$\tt Q\_h${+}$Q\_d) ljust,H,2pt__)
.PE