clean make file

master
Hasan al Rasyid 3 years ago
parent 706902983a
commit 4717b9660a
  1. 1
      Makefile
  2. 12
      manuscript.md

@ -1,2 +1,3 @@
article: article:
rm -rf _build/auto
GHC_PACKAGE_PATH=${HOME}/Documents/kerja/devKit/pubsEngine/.stack-work/install/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${HOME}/.stack/snapshots/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${GHC_PACKAGE_PATH} pubsEngine manuscript article GHC_PACKAGE_PATH=${HOME}/Documents/kerja/devKit/pubsEngine/.stack-work/install/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${HOME}/.stack/snapshots/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${GHC_PACKAGE_PATH} pubsEngine manuscript article

@ -240,9 +240,9 @@ Table creation will be described in another section (Enhancement by pubsEngine).
will produce Figure \ref{fig:FigVibStab}. will produce Figure \ref{fig:FigVibStab}.
Make sure that you calculated by yourself the appropriate width and height for the image to fit in a column. Make sure that you calculated by yourself the appropriate width and height for the image to fit in a column.
Full width image and automatic sized image for single-column will be described at another section (Enhancement by pubsEngine). Full width image and automatic sized image for single-column will be described at another section (Enhancement by pubsEngine). Please be aware that `size` is considered as a multiplier of the `\linewidth`.
![the caption](Figure/icml_numpapers.eps){#fig:FigVibStab width=3.43in height=2.71in} ![the caption](Figure/icml_numpapers.eps){#fig:FigVibStab size=0.8}
## Lists ## Lists
We can have either ordered or unordered list We can have either ordered or unordered list
@ -383,20 +383,20 @@ include/addition1.md
Above paragraph was included from `include/addition1.md`. Above paragraph was included from `include/addition1.md`.
## Diagram ## Diagrams
We can include a diagram script, following an Embedded domain-specific Language from Haskell package [`diagrams`](https://hackage.haskell.org/package/diagrams). We can include a diagram script, following an Embedded domain-specific Language from Haskell package [`diagrams`](https://hackage.haskell.org/package/diagrams).
The implementation of following CodeBlock can be seen at Figure \ref{fig:dia1}. The implementation of following CodeBlock can be seen at Figure \ref{fig:dia1}.
Please be aware that the `width` will be considered as a multiplier from `\textwidth`. Please be aware that the `size` will be considered as a multiplier from `\linewidth`.
``` ```
~~~{#fig:dia1 .diagram width=0.8 caption="dia"} ~~~{#fig:dia1 .diagram size=0.8 caption="dia"}
let x = circle 10 let x = circle 10
in x in x
~~~ ~~~
``` ```
~~~{#fig:dia1 .diagram width=0.8 caption="from Diagrams"} ~~~{#fig:dia1 .diagram size=0.8 caption="from Diagrams"}
let t = circle 100 let t = circle 100
in t in t
~~~ ~~~

Loading…
Cancel
Save