<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projet_C++, branch latex</title>
<subtitle>[no description]</subtitle>
<id>https://projects.horel.org/bertrand/projet_C++/atom/?h=latex</id>
<link rel='self' href='https://projects.horel.org/bertrand/projet_C++/atom/?h=latex'/>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/'/>
<updated>2016-02-26T00:56:22Z</updated>
<entry>
<title>Idée pour le rapport</title>
<updated>2016-02-26T00:56:22Z</updated>
<author>
<name>Guillaume Horel</name>
<email>guillaume.horel@serenitascapital.com</email>
</author>
<published>2016-02-22T21:04:27Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=487d2e11fac749bec8018be3eafb5f3e307182b6'/>
<id>urn:sha1:487d2e11fac749bec8018be3eafb5f3e307182b6</id>
<content type='text'>
- J'ai rajouté une target rapport.pdf qui génère le rapport en latex
- rapport.pdf dépend lui-même de table.tex qui est généré
  en exécutant le programme make_table
- make_table est un programme C++ qui fait les calculs et génère une table latex

Il y a juste une petite subtilité. En C++ les backslashs veulent dire qqc.
Par example "\n" est le caractère de fin de ligne. Pour avoir "\n" explicitement,
il faut doubler le backslash. J'ai utilisé une autre option qui d'utiliser des
"raw string literals" en écrivant R"(\n)", ce qui vaut dire écrire exactement
ce qu'il y a à l'intérieur de R"(...)".

Il faut que aussi tu installes latex (sudo pacman -S texlive-core).
</content>
</entry>
<entry>
<title>réorganisation</title>
<updated>2016-02-21T16:39:57Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-21T16:39:57Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=d637151c4acae4a06ffef927bf7ececd77d67a44'/>
<id>urn:sha1:d637151c4acae4a06ffef927bf7ececd77d67a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>création de la struct f_mu</title>
<updated>2016-02-21T16:35:30Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-21T16:35:30Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=906c2dee383a7eb72632bfbdf61916a576a5460d'/>
<id>urn:sha1:906c2dee383a7eb72632bfbdf61916a576a5460d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maj Makefile</title>
<updated>2016-02-21T16:33:54Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-21T16:33:54Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=5ed1989db081c60c7be820a5ce58a170fd5f1f9c'/>
<id>urn:sha1:5ed1989db081c60c7be820a5ce58a170fd5f1f9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modif du Makefile et de var_alea et autres</title>
<updated>2016-02-21T14:26:26Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-21T14:26:26Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=045fc28b3432e07f3d9702150a56f21e7650f12a'/>
<id>urn:sha1:045fc28b3432e07f3d9702150a56f21e7650f12a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maj Makefile</title>
<updated>2016-02-20T16:41:38Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-20T16:41:38Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=bb210dbdc524ad51927a9932638078ddb1383bb6'/>
<id>urn:sha1:bb210dbdc524ad51927a9932638078ddb1383bb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recherche demax</title>
<updated>2016-02-20T16:29:52Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-20T16:29:52Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=a694fcb762653683d03b073db49af6ea8197855f'/>
<id>urn:sha1:a694fcb762653683d03b073db49af6ea8197855f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maj du Makefile</title>
<updated>2016-02-19T15:05:06Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-19T15:05:06Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=27bc125063b58fb5d271ec124340dd3fcac44145'/>
<id>urn:sha1:27bc125063b58fb5d271ec124340dd3fcac44145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nettoyage du dépôt</title>
<updated>2016-02-19T15:03:51Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-19T15:03:51Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=d2b133901a65244934eb642ec8e20c797efaf650'/>
<id>urn:sha1:d2b133901a65244934eb642ec8e20c797efaf650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>un peu de nettoyage</title>
<updated>2016-02-19T14:36:20Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-19T14:36:20Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=355e4567e68a76356714e2e58a42dcd78533cf6c'/>
<id>urn:sha1:355e4567e68a76356714e2e58a42dcd78533cf6c</id>
<content type='text'>
</content>
</entry>
</feed>
