Computer Science, asked by Kridha, 1 year ago

How listing is used with text?


Kridha: yes sir.
Kridha: Microsoft word 2003
Kridha: kk brother

Answers

Answered by Anonymous
1


1. Position the cursor where you want to insert the bullet list.

2. On the Home tab in the Ribbon, click the bullet list button, as shown at the top of the page.

3. If successful, you should have a bullet. Type any text and press Enter to start the next bullet. To end the bullet list, press Enter twice.



Below is an example of a bullet list.

. One bullet

. Two bullet


Kridha: thanq sir
Answered by Rittikahazra
0
When writing about programming languages, there are examples to format as listings. That works fine and produces beautiful results. Sometimes I want to mention the keywords used in the listing further in the text, like that declare that I put in bold italic.

I tried \lstinline but it seems to simply print its argument verbatim without applying the same text formatting as in the listing. Is there any other mechanism to typeset the keywords or short snippets within regular text, while obeying the same language formatting as specified in\lstset

Similar questions