Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex')
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex b/plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex
index 3322dd291..eca96d379 100644
--- a/plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex
+++ b/plugins/org.eclipse.etrice.doc/doc/034-getting-started_c.tex
@@ -35,7 +35,7 @@ The workspace should look like this:
% !images/034-HelloWorldC01.png!
The next step is to add the model folder:
-Right click on the new project. Select \textit{New->Folder_ and name it _model}.
+Right click on the new project. Select \textit{New->Folder} and name it \textit{model}.
\includegraphics{images/034-HelloWorldC02.png}
% !images/034-HelloWorldC02.png!
@@ -128,7 +128,7 @@ Apply your changes. The new configuration should now exist in your workspace.
\section{Generate the code}
-Now you can generate the code as you know it from Java. Right click on the launch configuration and run it as _gen_HelloWorldC_.
+Now you can generate the code as you know it from Java. Right click on the launch configuration and run it as \textit{gen\_HelloWorldC}.
\includegraphics{images/034-HelloWorldC12.png}
% !images/034-HelloWorldC12.png!

Back to the top