Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project guidelines #3

Open
lobisquit opened this issue Apr 11, 2017 · 0 comments
Open

Project guidelines #3

lobisquit opened this issue Apr 11, 2017 · 0 comments

Comments

@lobisquit
Copy link
Owner

lobisquit commented Apr 11, 2017

Here I summarize some indications on how to structure project and latex files. Write below for modification proposals and /or clarifications.

Project directory tree

It should be like this:

  • network_modeling
    • img/ (for images)
    • network_modeling.tex (main file, in which put as inputs files below)
    • introduction.tex
    • chapter_1.tex
    • chapter_2.tex
    • ...

Latex style

  • I think it would improve readability a lot to indent latex code inside all tex files, see 97f4e90 for reference.
    I suggest indentation using tabulations, starting from \subsection{...}, see as before my commit.
    (I know that this argument can trigger wars among project members, so suggestions are welcome)

Tips

To be homogeneous and write less

  • \prob is the sostitution for \mathbb{P}
  • \exp is the sostitution for \mathbb{E}
  • \stackrel{}{} is useful to put text over symbols
  • to align multirow equations, use the cases environment (guide here)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant