<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projet_C++/Makefile, branch latex</title>
<subtitle>[no description]</subtitle>
<id>https://projects.horel.org/bertrand/projet_C++/atom/Makefile?h=latex</id>
<link rel='self' href='https://projects.horel.org/bertrand/projet_C++/atom/Makefile?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>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>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>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>
<entry>
<title>meilleur encapsulage pour asian quasi_option</title>
<updated>2016-02-16T22:01:28Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-16T22:01:28Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=6b07d76c512c5450ce34fd6f2f8483c395a24ea2'/>
<id>urn:sha1:6b07d76c512c5450ce34fd6f2f8483c395a24ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>création de nouvelles classes, composition de monte_carlo...</title>
<updated>2016-02-15T19:16:29Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-15T19:16:29Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=cee0800329a0be3b27ae3907498ddf0883393382'/>
<id>urn:sha1:cee0800329a0be3b27ae3907498ddf0883393382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>début exemple sur options asiatiques</title>
<updated>2016-02-14T17:59:49Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-14T17:59:49Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=69d81d75339bc16725346b452ca6e0dc5da89554'/>
<id>urn:sha1:69d81d75339bc16725346b452ca6e0dc5da89554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maj Makefile et calcul de moyenne de normales avec méthode qmc</title>
<updated>2016-02-13T22:35:00Z</updated>
<author>
<name>Bertrand</name>
<email>bertrand.horel@gmail.com</email>
</author>
<published>2016-02-13T22:35:00Z</published>
<link rel='alternate' type='text/html' href='https://projects.horel.org/bertrand/projet_C++/commit/?id=833fe23df203623c0cf9c540cd9a085792c04869'/>
<id>urn:sha1:833fe23df203623c0cf9c540cd9a085792c04869</id>
<content type='text'>
</content>
</entry>
</feed>
