Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider f2935a05 rédigé par sunye's avatar sunye
Parcourir les fichiers

Add examples to README file

parent c90abef1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
ls-R ls-R
.DS_Store .DS_Store
\ No newline at end of file
*.out
*.aux
*.lb
*.fdb_latexmk
*.fls
*.log
*.synctex.gz
\ No newline at end of file
...@@ -15,14 +15,22 @@ texhash science.sty ...@@ -15,14 +15,22 @@ texhash science.sty
== Abbreviations == Abbreviations
The following LaTeX code:
[source,latex] [source,latex]
---- ----
The work of Sigmund~\etal{}, \eg{} ``Man and Father'' teach us the The Legend of a Conqueror, \ie{}, the Oedipus legend. The work of Sigmund~\etal{}, \eg{} ``Man and Father'' teach us the The Legend of a Conqueror, \ie{}, the Oedipus legend.
---- ----
Will produce:
image::./img/abbreviation.png[]
== Listings package environments == Listings package environments
.OCL === OCL
The following LaTeX code:
[source,latex] [source,latex]
---- ----
\begin{ocl} \begin{ocl}
...@@ -34,7 +42,14 @@ pre: ...@@ -34,7 +42,14 @@ pre:
\end{ocl} \end{ocl}
---- ----
.ATL Will produce:
image::./img/ocl.png[]
=== ATL
The following LaTeX code:
[source,latex] [source,latex]
---- ----
\begin{atl} \begin{atl}
...@@ -50,4 +65,8 @@ rule relationnalContextToObjectContext { ...@@ -50,4 +65,8 @@ rule relationnalContextToObjectContext {
} }
} }
\end{atl} \end{atl}
---- ----
\ No newline at end of file
Will produce:
image::./img/atl.png[]
\ No newline at end of file
img/abbreviation.png

11,2 ko

img/atl.png

28,8 ko

img/ocl.png

14,4 ko

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter