mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
Squelette de Rapport et README
This commit is contained in:
43
rapport/annexes/moduleX.adoc
Normal file
43
rapport/annexes/moduleX.adoc
Normal file
@@ -0,0 +1,43 @@
|
||||
=== Module X
|
||||
|
||||
==== Descriptions
|
||||
|
||||
[source,cpp]
|
||||
----
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class M
|
||||
{
|
||||
public:
|
||||
void hello()
|
||||
{
|
||||
cout << "hello" << endl;
|
||||
}
|
||||
};
|
||||
|
||||
int main()
|
||||
{
|
||||
M m;
|
||||
m.hello();
|
||||
return 0;
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
[source,c]
|
||||
----
|
||||
include::code/test.c[]
|
||||
----
|
||||
|
||||
Et l'équation:
|
||||
|
||||
[latexmath]
|
||||
++++
|
||||
A \in \mathcal{M}_{u,k}(\mathbb{R}) et B \in \mathcal{M}_{k,f}(\mathbb{R})
|
||||
++++
|
||||
|
||||
==== Avancement
|
||||
|
||||
==== Bibliographie spécifique
|
||||
Reference in New Issue
Block a user