Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
bf459653
Commit
bf459653
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added note on mdutils.
parent
f44057b4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!100
Removed text for XSub that is now written in Confluence Subband correlator...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/erko_howto_tools.txt
+27
-10
27 additions, 10 deletions
doc/erko_howto_tools.txt
with
27 additions
and
10 deletions
doc/erko_howto_tools.txt
+
27
−
10
View file @
bf459653
...
@@ -373,13 +373,14 @@ for me it is an ok workaround,
...
@@ -373,13 +373,14 @@ for me it is an ok workaround,
Use e.g.:
Use e.g.:
- Linux 'retext' as markdown editor and previewer.
- Linux 'retext' as markdown editor and previewer.
- https://typora.io
- https://typora.io, mooi maar waarscijnlijk te geavanceerd en daardoor niet
compatible met andere viewers
- Python3 --> import mdutil # markdown writer en reader
Markdown is not well
Markdown is not well defined, so it is not always sure that the text will
defined, so it is not always sure that the text will appear as expected in
appear as expected in each viewer. For example retext and gitlab viewer differ.
each viewer. For example retext and gitlab viewer differ. Therefore it is
Therefore it is important to keep the markdown simple and to accept that
important to keep the markdown simple and to accept that readable text is good
readable text is good enough, rather than to strive for a specific layout.
enough, rather than to strive for a specific layout.
Text will wrap.
Text will wrap.
...
@@ -722,20 +723,36 @@ Start --> Administration --> Synaptic package manager
...
@@ -722,20 +723,36 @@ Start --> Administration --> Synaptic package manager
> sudo pip install numpy # to run Python2 library installer as root
> sudo pip install numpy # to run Python2 library installer as root
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo apt-get install pip # to install Python2 library installer
# ARGS doc gen
> sudo pip3 install --upgrade setuptools
> sudo pip3 install --upgrade setuptools
> sudo pip3 install --upgrade pyyaml
> sudo pip3 install pylatex
> sudo pip3 install pylatex
> sudo apt-get update -y
> sudo apt-get install -y latexmk
> sudo apt-get install texlive-latex-base
> sudo apt-get install texlive-latex-base
> sudo apt-get install texlive-fonts-recommended
> sudo apt-get install texlive-fonts-recommended
> sudo apt-get install texlive-fonts-extra
> sudo apt-get install texlive-fonts-extra
> sudo apt-get install texlive-latex-extra
> sudo apt-get install texlive-latex-extra
> sudo apt-get install pip # to install Python2 library installer
> sudo apt-get install lmodern # want log gaf aan dat lmodern.sty miste, nu wel pdf gegenereerd
# Markdown
> sudo pip3 install markdown # zit al in Python3, maar kan alleen md --> html
> sudo pip3 install mdutils # https://pypi.org/project/mdutils/ # kan md genereren
# Ethernet
> ifconfig
> ifconfig
apt-get upgrade
# Henk Vosmeier
apt-get dist-upgrade
sudo apt-get upgrade
apt remove
sudo apt-get dist-upgrade
sudo apt remove
# primary group
# primary group
# supplementary groups
# supplementary groups
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment