test

Welcome

Welcome to the new RU COOL Manual site! We’ve created this as a resource for all Cool people: past, present and future. If you find yourself having the same conversation with multiple people, take a moment and write your knowledge down here. That way it won’t get lost.

To get started, simply log in. Then you can

  • Add content to an existing page – simply click on the “Edit” link on the bottom, or
  • Start a new page – click “Site Admin” on the right, the start a new “Post”.

To insert source code using WP-Syntax, simply enclose your code in pre tags using the HTML view of the Post Editor. If you use the Visual view, WordPress will convert your html tags like “>” into their corresponding HTML entity codes which will break the automatic highlighting.

For example:
<pre lang=”matlab” line=”10″ >
% My Matlab Plot
x=1:100;
y=x^2;
plot(x,y,’linewidth’,2);
</pre>

Would show up as

10
11
12
13
% My Matlab Plot
  x=1:100;
  y=x^2;
  plot(x,y,'linewidth',2);

If you have any questions about this site or the content on it, please don’t hesitate to ask John, Sage or Igor.

Enjoy!

Newest Posts

Comments are closed.