gevcurvest
. ./project make
to check that the pdf is still produced correctly.
./project make |& tee log.2
if you want your log file to be called log.2
less
, grep
, and other related tools. If you're unfamiliar with less
and grep
, then try info less
and info grep
. Even if you're familiar with grep
, you can probably learn some more, so try info grep
anyway.
gevcurvest
.
./project make
to check that the pdf is still produced correctly.
./project make |& tee log.2
if you want your log file to be called log.2
less
, grep
, and other related tools. If you're unfamiliar with less
and grep
, then try info less
and info grep
. Even if you're familiar with grep
, you can probably learn some more, so try info grep
anyway.
README*
files, and by looking at Maneage Support, Bug and Task trackers.
man gittutorial
git branch mybranch
git checkout mybranch
git log --stat
or git log --all --graph --oneline
to check the git evolution.
git commit -a
git config --get core.editor
to check your current editor, and git config --set core.editor 'emacs -nw'
if you want your editor to be emacs -nw
git log --stat
or git log --all --graph --oneline
to check the git evolution. You should see that your commit is in the mathematical graph of the evolution of the set of files.ace the bug yourself, but also ask on irc/matrix, email, by reading the README*
files, and by looking at Maneage Support, Bug and Task trackers.
man gittutorial
git branch mybranch
git checkout mybranch
git log --stat
or git log --all --graph --oneline
to check the git evolution.
git commit -a
git config --get core.editor
to check your current editor, and git config --set core.editor 'emacs -nw'
if you want your editor to be emacs -nw
git log --stat
or git log --all --graph --oneline
to check the git evolution. You should see that your commit is in the mathematical graph of the evolution of the set of files.
makesrc
definition of reproduce/analysis/make/top-make.mk
(This is what is currently written as Add `XXXXXX`, as a new line, to the values in `makesrc` of the top-level `Makefile`. in README-hacking.md
.)
init-N-body
, run-simulations
and analyse-plot
from the definition of makesrc
reproduce/analysis/conf/verify-outputs.conf
- remove "yes"
./project make |& tee log.3
. * There will probably be some errors, since some of the workflow rules are now unknown to top-make.mk
.
gevcurvtest
commit d18ce51
?
paper.tex
removing most of the main content that is not yours. Leave in some content as temporary examples, and put some markers such as \textbf{NOTMYSTUFF}
on content that you leave in place so that you don't accidentally leave it in place in your own paper. ./project make
and do fixes until you again can produce a very minimal template pdf.