Ecuaciones en Color en Beamer

of 21 /21
Color in equations in Beamer in Scientific WorkPlace Impressive slide presentations Dario Castro Castro The L A T E X Expert! May 27, 2013 Dario Castro Castro (The LAT E X Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 1/8

Embed Size (px)

Transcript of Ecuaciones en Color en Beamer

  • Color in equations in Beamer in ScientificWorkPlace

    Impressive slide presentations

    Dario Castro Castro

    The LATEX Expert!

    May 27, 2013

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 1 / 8

  • Slides - Beamer I

    f (x) =

    1

    1

    x2dx = 1 (1)

    f (x) =

    1

    1

    x2dx = 1 (2)

    Math: + = Math: + =

    A = B + C. (3)

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 2 / 8

  • Slides - Beamer II

    utt u + u5 + u |u|p2 = 0 inR3 [0,[ (4)

    ~Fi = kn

    j=1

    qiqjr2ij

    rij (5)

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 3 / 8

  • Beamer Files

    The document class base file for this shell is beamer.cls.To see the available class options, choose Typeset, choose Optionsand Packages, select the Class Options tab, and then click theModify button.This shell specifies showing all notes but otherwise uses the defaultclass options.The typesetting specification for this shell document uses theseoptions and packages with the defaults indicated:

    Options and Packages DefaultsDocument class options Show notesPackages:

    hyperref Standardmathpazo Nonemultimedia None

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 4 / 8

  • Using This Shell

    The front matter of this shell has a number of sample entries thatyou should replace with your own.Replace the body of this document with your own text. To startwith a blank document, delete all of the text in this document.Changes to the typeset format of this shell and its associated LATEXformatting file (beamer.cls) are not supported by MacKichanSoftware, Inc. If you want to make such changes, please consultthe LATEX manuals or a local LATEX expert.If you modify this document and export it as Slides - Beamer.shl in

    the Shells\Other\SW directory, it will become your new Slides -Beamer shell.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 5 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX output

    Global and local control of layout, color, and fontsList items that can appear one at a timeOverlays and dynamic transitions between slidesStandard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX outputGlobal and local control of layout, color, and fonts

    List items that can appear one at a timeOverlays and dynamic transitions between slidesStandard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX outputGlobal and local control of layout, color, and fontsList items that can appear one at a time

    Overlays and dynamic transitions between slidesStandard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX outputGlobal and local control of layout, color, and fontsList items that can appear one at a timeOverlays and dynamic transitions between slides

    Standard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX outputGlobal and local control of layout, color, and fontsList items that can appear one at a timeOverlays and dynamic transitions between slidesStandard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • What is Beamer?

    Beamer is a LATEX document class that produces beautiful PDFLATEXpresentations and transparency slides.Beamer presentations feature

    PDFLATEX outputGlobal and local control of layout, color, and fontsList items that can appear one at a timeOverlays and dynamic transitions between slidesStandard LATEX constructs

    Typeset text, mathematics b

    b24ac2a

    , and graphics

    To produce a sample presentation in SWP or SW, typeset this shelldocument with PDFLATEX .

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 6 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.

    Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:

    The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.

    To create frames in a Beamer document,

    1 Apply a frame fragment:

    The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:

    The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:

    The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.

    The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.

    The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Creating frames

    All the information in a Beamer presentation is contained in frames.Each frame corresponds to a single presentation slide.To create frames in a Beamer document,

    1 Apply a frame fragment:The Frame with title and subtitle fragment starts and ends a new frameand includes a title and subtitle.The Frame with title fragment starts and ends a new frame and includes atitle.The Frame fragment starts and ends a new frame.

    2 Place the text for the frame between the BeginFrame and EndFramefields.

    3 Enter the frame title and subtitle.If you used the Frame fragment, apply the Frame title and Framesubtitle text tags as necessary.

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 7 / 8

  • Learn more about Beamer

    This shell and the associated fragments provide basic support forBeamer in SWP and SW.To learn more about Beamer, seeSWSamples/PackageSample-beamer.tex in your programinstallation.For complete information, read the BeamerUserGuide.pdf manualfound via a link at the end ofSWSamples/PackageSample-beamer.tex.For support, contact [email protected]

    Dario Castro Castro (The LATEX Expert!) Color in equations in Beamer in Scientific WorkPlace May 27, 2013 8 / 8

    Creating Beamer presentations in Scientific WorkPlace and Scientific WordSlides - BeamerBeamer FilesUsing This ShellWhat is Beamer?Creating framesLearn more about Beamer