module Drasil.SSP.Figures where

import Language.Drasil
import Data.Drasil.Concepts.Physics (force)
import Drasil.SSP.Defs (slice)


figForceActing :: LabelledContent
figForceActing :: LabelledContent
figForceActing = Reference -> RawContent -> LabelledContent
llcc (String -> Reference
makeFigRef String
"ForceDiagram") forall a b. (a -> b) -> a -> b
$
  Lbl -> String -> RawContent
fig (forall n. NamedIdea n => n -> Lbl
atStart' ConceptChunk
force Lbl -> Lbl -> Lbl
+:+ String -> Lbl
S String
"acting on a" Lbl -> Lbl -> Lbl
+:+
  forall n. NamedIdea n => n -> Lbl
phrase IdeaDict
slice) (String
resourcePath forall a. [a] -> [a] -> [a]
++ String
"ForceDiagram.png")

resourcePath :: String
resourcePath :: String
resourcePath = String
"../../../../datafiles/ssp/"