Maple PF markup which would be suitable for quoting say a sequence of Maple

  • Thread starter Thread starter Chris Hillman
  • Start date Start date
AI Thread Summary
The discussion centers on the use of PF markup for quoting Maple commands in a clear and readable format. Participants suggest using the [CODE]...[/CODE] tags to effectively format the commands. An example provided includes a simple Maple command that prints "Hello, World." The solution is acknowledged as perfect for the needs expressed in the thread.
Chris Hillman
Science Advisor
Messages
2,355
Reaction score
10
Hi all,

Is there any PF markup which would be suitable for quoting say a sequence of Maple commands in a readable fashion?
 
Physics news on Phys.org
Chris Hillman said:
Hi all,

Is there any PF markup which would be suitable for quoting say a sequence of Maple commands in a readable fashion?
use [ CODE ] [ /CODE ]

Code:
do
  print(`Hello, World`)
od:
 
Just what I wanted!

robphy said:
use [ CODE ] [ /CODE ]

Code:
do
  print(`Hello, World`)
od:

Perfect! Thanks, Rob!
 

Similar threads

Replies
1
Views
2K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
2
Views
5K
Replies
3
Views
5K
Replies
4
Views
4K
Replies
8
Views
4K
Replies
4
Views
3K
Replies
16
Views
9K
Back
Top