Generalhow do i add brackets

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

how do i add brackets

Post by ma501th »

how do i insert curved brackets in latex...i have been trying for hours please help.

i have been trying to get this line in latex format

print(drawingArea, "bmovie")

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

how do i add brackets

Post by Stefan Kottwitz »

Hi,

Code: Select all

print(drawingArea, "bmovie")
worked for me. You may try this too:

Code: Select all

\texttt{print(drawingArea, "bmovie")}

\verb|print(drawingArea, "bmovie")|
Stefan
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: how do i add brackets

Post by ma501th »

kool thanks
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: how do i add brackets

Post by ma501th »

also what is the easiest way to add speech mark?

single and
double?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

how do i add brackets

Post by Stefan Kottwitz »

Hi ma501th,

it is described here: Quotation Marks.

Stefan
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Re: how do i add brackets

Post by ma501th »

and lastly having problems for :

how do i input this to latex

thanks for all your help so far...im grateful
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

how do i add brackets

Post by gmedina »

ma501th wrote:and lastly having problems for :

how do i input this to latex

thanks for all your help so far...im grateful
How do you input what?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply