Post Reply 
Is it possible ? AKA Request for Tables
02-25-2014, 12:14 AM (This post was last modified: 05-27-2014 07:52 PM by Dave Hicks.)
Post: #1
Is it possible ? AKA Request for Tables
Is it possible:

- to put tables in posts ? Can you add this possibility ?

- tp have PPL syntax highlight ?

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
02-25-2014, 01:28 AM
Post: #2
RE: Is it possible ?
(02-25-2014 12:14 AM)patrice Wrote:  Is it possible:

- to put tables in posts ? Can you add this possibility ?

- tp have PPL syntax highlight ?

Did you see this thread?

-katie

Visit this user's website Find all posts by this user
Quote this message in a reply
02-27-2014, 10:13 AM
Post: #3
RE: Is it possible ?
(02-25-2014 01:28 AM)Katie Wasserman Wrote:  
(02-25-2014 12:14 AM)patrice Wrote:  Is it possible:

- to put tables in posts ? Can you add this possibility ?

- tp have PPL syntax highlight ?

Did you see this thread?
I was thinking of tables with borders around cells.

There was a second question in first post.

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
03-02-2014, 04:21 PM (This post was last modified: 03-02-2014 04:23 PM by Katie Wasserman.)
Post: #4
RE: Is it possible ?
(02-27-2014 10:13 AM)patrice Wrote:  
(02-25-2014 01:28 AM)Katie Wasserman Wrote:  Did you see this thread?
I was thinking of tables with borders around cells.

Yes, with LaTex you make bordered tables but you need to take care of the horizontal lines manually, it's easy. Take a look at my example below:

\begin{array}{|c|c|}
\hline ASCII & Character \\\hline
65 & A \\\hline
66 & B \\\hline
67 & C \\\hline
\end{array}

Quote:There was a second question in first post.

I don't know what PPL is?
[/quote]

-katie

Visit this user's website Find all posts by this user
Quote this message in a reply
03-02-2014, 04:50 PM (This post was last modified: 03-02-2014 05:03 PM by patrice.)
Post: #5
RE: Is it possible ?
(03-02-2014 04:21 PM)Katie Wasserman Wrote:  
(02-27-2014 10:13 AM)patrice Wrote:  I was thinking of tables with borders around cells.
Yes, with LaTex you make bordered tables but you need to take care of the horizontal lines manually, it's easy. Take a look at my example below:

\begin{array}{|c|c|}
\hline ASCII & Character \\\hline
65 & A \\\hline
66 & B \\\hline
67 & C \\\hline
\end{array}

Quote:There was a second question in first post.

I don't know what PPL is?
[/quote]
Thank you
PPL is Prime Programming Language

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
03-02-2014, 05:45 PM
Post: #6
RE: Is it possible ?
Quote:PPL is Prime Programming Language

I don't know anything about the Prime, so I have no idea how you'd want to highlight/format code but I'm sure that LaTex offers something that would allow you to manually highlight what you want.

As far as a special PPL mode on this forum, that's entirely up to Dave. But I doubt that he'd ever want to write special code to handle any one language.

-katie

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)