replace unicode chars in rst to make pdf work

This commit is contained in:
Miodrag Milanovic 2024-05-13 17:37:24 +02:00
parent fa19abad98
commit 229300bb4a
1 changed files with 9 additions and 8 deletions

View File

@ -689,14 +689,15 @@ There are 2 products to be summed, so ``\DEPTH`` shall be 2.
.. code-block::
~A[2]-----┐
A[2]----┐|
~A[1]---┐||
A[1]--┐|||
~A[0]-┐||||
A[0]┐||||| product formula
010000 ~\A[0]
001001 \A[1]~\A[2]
~A[2]-----+
A[2]----+|
~A[1]---+||
A[1]--+|||
~A[0]-+||||
A[0]+|||||
|||||| product formula
010000 ~\A[0]
001001 \A[1]~\A[2]
So the value of ``\TABLE`` will become ``010000001001``.