You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
Latex style
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
The text was updated successfully, but these errors were encountered: