Search found 43 matches

by man2011
Thu Feb 23, 2012 8:59 pm
Forum: Text Formatting
Topic: Display verbatim LaTeX Command in Output
Replies: 1
Views: 2566

Display verbatim LaTeX Command in Output

Dear All,

I am preparing a slide to be used for teaching how LaTeX is used. And I need to type a LaTeX command and explain it like the following.

Code: Select all

\begin{quotation}
\end{quotation}
I want the LaTeX command to be shown in the PDF view so I can explain the LaTeX command to the audience?


Thanks a lot
by man2011
Tue Dec 13, 2011 3:43 am
Forum: General
Topic: Insert Sound File (WAV)
Replies: 1
Views: 4423

Insert Sound File (WAV)

Dear All,

I really need your help regarding the question above.. this is the simple code i am using
\documentclass[12pt,landscape]{article}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\usepackage{hyperref}
\begin{document}
Created by James N{\"o}ckel, January 6, 2008 ...
by man2011
Sun Dec 11, 2011 8:04 pm
Forum: General
Topic: Insert Sound File (WAV)
Replies: 1
Views: 4423

Insert Sound File (WAV)

Hi All,

I am in need to know how I can insert my sound file. It is in WAV format. It is not a video, it is just an audio file. I need it be appear as "Play" so this icon will be positioned under a picture so I can press it and then the sound comes. I really appreciate your help.

thanks a lot
by man2011
Sat Dec 03, 2011 2:05 am
Forum: Graphics, Figures & Tables
Topic: Insert Picture from a Sub-folder
Replies: 2
Views: 3839

Insert Picture from a Sub-folder

Hi All,

can I create a folder in generic folder in the tex folders?

When I usually insert a picture in my tex file, I always save the picture in the generic folder which in tex folder using the following code
\begin{figure}[h!]
\caption{Picture}
\centering
\includegraphics[width=0.5\textwidth ...
by man2011
Thu Jun 02, 2011 2:10 am
Forum: Document Classes
Topic: Problem with "avm" Package in Poster
Replies: 0
Views: 1834

Problem with "avm" Package in Poster

Dear All,
I have a problem with AVM package in beamer class.... the purpose is to create a poster and I want to do the attribute value matrix... the problem the matrix does not look as the one I want....

any help appreciated..

\documentclass[final]{beamer}
\usepackage[scale=1.24]{beamerposter ...
by man2011
Sat May 21, 2011 4:25 am
Forum: BibTeX, biblatex and biber
Topic: Harvard bibliography style
Replies: 6
Views: 15188

Harvard bibliography style

Hi,

I use the following code
\usepackage[round]{natbib}
\bibliographystyle{chicago}

the bibliography that is created is like the following

Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
I am curious to know what the answer for your question, please if you get it, just post it ...
by man2011
Sat May 21, 2011 4:14 am
Forum: BibTeX, biblatex and biber
Topic: Harvard bibliography style
Replies: 6
Views: 15188

Harvard bibliography style

Hi,

I use the following code which seems to satisfy my need since my need is quite similar to yours as far as I understnad

Code: Select all

\usepackage[round]{natbib}
\bibliographystyle{chicago}
the bibliography that is created is like the following

Famlyname, M. (2001). XXXXX. San Diego, CA: Academic Press,.
by man2011
Thu May 19, 2011 12:36 am
Forum: Document Classes
Topic: Beamer: Included Figure Randomly Rotates Page to Portrait
Replies: 6
Views: 8523

Re: Beamer: Included Figure Randomly Rotates Page to Portrai

I converted the two pictures for you... the quality of the picture I think is the same and they seem to be okay to me... so deal with them as jpg pictures


see the attached

good luck
by man2011
Thu May 19, 2011 12:29 am
Forum: Document Classes
Topic: Beamer: Included Figure Randomly Rotates Page to Portrait
Replies: 6
Views: 8523

Re: Beamer: Included Figure Randomly Rotates Page to Portrai

why do not you convert the picture to be .jpg? it is better if you do so, then you can control of the appearance of the picture...

you can take a screen shot to get the picture if you do not find a program to convert the extension

on imac you can click on fn+cmd+4 and then you can select the the ...
by man2011
Wed May 18, 2011 9:30 pm
Forum: Document Classes
Topic: beamer | Smaller Font Size for the Bibliography
Replies: 1
Views: 26948

beamer | Smaller Font Size for the Bibliography

Dear All,
The question has been sorted out by using this
\begin{frame}{reference}
\small
\bibliography{info}
\end{frame} [/color]

I want to resize the font of the bibliography (to make it smaller )in in the beamer..?

How could I do that that:

\documentclass{beamer}
\usetheme{Boadilla ...