@thomaster YELP HELP
HELP HELP HELP HELP YELP YELP YELP YELP
@thomaster W00T
AND PLEASE DONT REDIRECT ME TO LATEX PRACTISING KTHXYBYE
HOW do you do a gray background? Like I've seen snuggie and kymber do code... like the HTML <code>tag</code> or something...
I removed all the attributes, and all it does is italic plain text...
HTML doesn't work here
I know but how would you do something like the <code> tag?
In latex i'm talking about
``` <code> hello </code>
Exactly. Very cool. Thats what I wanted. I couldn't find it but just removing the tags, it would just make it italic. Code now ?
I want to know how to do that in latex what you just did
I mean removing the "color" stuff, thats what I mean by tags and attributes... in the latex
just type ``` and go to the next line
Wow! Oaky!
or you can write between ` `that will look like this`
wow awesome its like stackexchange in that respect i should have trie dthat :)
yes the writing between `` is often used to show latex code the ``` is very useful to show programming code in (as it will color tags and attributes. like this: ``` public class FindEvenOrOddNumber { public static void main(String[] args) { //create an array of 10 numbers int[] numbers = new int[]{1,2,3,4,5,6,7,8,9,10}; for(int i=0; i < numbers.length; i++){ if(numbers[i]%2 == 0) System.out.println(numbers[i] + " is even number."); else System.out.println(numbers[i] + " is odd number."); } } }
Ya It's called syntax highlighting AWESOME
Join our real-time social learning platform and learn together with your friends!