Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
more fixes per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
DrXyzzy committed Aug 10, 2018
1 parent 17e1711 commit 3f7d92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interactions/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you want to check the access permissions of all the files contained in a give

![Access check](./assets/ls_assignment.png)

In the case you want to change a read only file into a read and write, type `chmod a+w filename` on the terminal.
In case you want to change a read only file into a read and write, type `chmod a+w filename` on the terminal.

## Group Projects
There are various ways in which you can facilitate students' group projects in CoCalc.
Expand Down
2 changes: 1 addition & 1 deletion tips_and_tricks/tips_and_tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prev:
In this section we will present some CoCalc features and useful tricks that will make the management of your project easier.

## Text fields generally support markdown and LaTeX
CoCalc not only facilitates the creation of LaTeX documents, but the multiple text sections in CoCalc support and render LaTeX and markdown (specifically [GitHub Flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)).
CoCalc not only facilitates the creation of LaTeX documents, but most input areas in CoCalc support and render LaTeX and markdown (specifically [GitHub Flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)).

For example, you can use LaTeX syntax in the chat rooms:

Expand Down

0 comments on commit 3f7d92d

Please sign in to comment.