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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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: 10360
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