Skip to content
Snippets Groups Projects
Commit 722f57a5 authored by Langella Olivier's avatar Langella Olivier
Browse files

hobby

parent fbdb18f7
No related branches found
No related tags found
No related merge requests found
Pipeline #306844 passed
......@@ -66,7 +66,10 @@ The elongation of the protein is a simple repetition of the condensation reactio
single()
molecule(name: "BC", "COOH")
})
#let molecule-eau = draw-skeleton(name: "eau",mol-anchor: "west",{
molecule(name: "eau", "H_2O")
})
#let molecule-bas = draw-skeleton(name: "bas",mol-anchor: "north",{
molecule(name: "BA", "H_2N")
......@@ -80,7 +83,7 @@ The elongation of the protein is a simple repetition of the condensation reactio
})
single()
molecule(name: "BC", "CO")
single()
single(stroke: blue)
molecule("NH")
single()
molecule("CH")
......@@ -110,14 +113,15 @@ stroke: red,
)
line(name: "reaction",(to: "haut.south", rel: (0,1em)), (rel: (0,-2)), mark: (end: ">"))
hobby(
("reaction.start"),
("reaction.start", 1, -10deg, (to: "reaction.centroid", rel: (1,0))),
(to: "reaction.start", rel: (0,-0.5)),
("reaction.start", 1, -20deg, (to: "reaction.centroid", rel: (1,0))),
(to: "reaction.centroid", rel: (1,0)),
mark: (end: ">"),
)
set-origin((to: "haut.south", rel: (0,-2)))
molecule-bas
set-origin((to: "reaction.centroid", rel: (1,0)))
molecule-eau
})
The left end monomer $R_1$ is condensed to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment