Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99923555
mkdocs.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 27, 07:31
Size
352 B
Mime Type
text/x-shellscript
Expires
Wed, Jan 29, 07:31 (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
23819160
Attached To
rLAMMPS lammps
mkdocs.sh
View Options
#!/bin/sh
# update equations
for
s in doc/Eqs/*.tex
do
\
n
=
`
basename
$s
.tex
`
if
[
! -e doc/Eqs/
${
n
}
.jpg
]
||
[
$s
-nt doc/Eqs/
${
n
}
.jpg
]
then
pdflatex
$s
pdftoppm
${
n
}
.pdf | pnmcrop | pnmtojpeg > doc/Eqs/
${
n
}
.jpg
rm -f
${
n
}
.aux
${
n
}
.log
${
n
}
.pdf
fi
done
make -C txt2html
./txt2html/txt2html doc/*.txt
htmldoc --batch lammps.book
Event Timeline
Log In to Comment