Share

The Beamer Project

Code

Programming Languages: Visual Basic

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-10-13 cvs -d:pserver:anonymous@beamer.cvs.sourceforge.net:/cvsroot/beamer login

cvs -z3 -d:pserver:anonymous@beamer.cvs.sourceforge.net:/cvsroot/beamer co -P modulename

Show:

What's happening?

  • Followup: RE: Plot in Beamer

    I'm sorry. I just used Google.

    2008-09-24 16:50:27 UTC by joe37

  • Followup: No LaTeX support in Beamer

    The song text presentation software of "The Beamer Project" ( http://beamer.sourceforge.net/ ) does not support LaTeX in any way - please look for the support forum of the software you are really using - maybe http://latex-beamer.sourceforge.net/ ?. By the way, you are not the first one who asks LaTeX related questions here. Can you tell me how you got to this forum - is there...

    2008-09-23 22:21:43 UTC by jens-chr

  • Help me! (about fonts)

    Hi, Please help me! How could I specify font for individual elements in my beamer presentation: such as "Times New Roman" (size xyz) for "frame titles", "Amazone" (size abc) for "table of contents", "Courier" (size ijk) for "normal text" in every slide. Thank U very much.

    2008-09-23 08:59:52 UTC by joe37

  • Font in Beamer

    Hi, Please help me! I used "Boadilla" theme in my beamer presentation. I used these commands: \title{a title} \subtitle{a subtitle} \author{an author} \date{\today} for the \titlepage command. At the bottom of each slide, there was a bar which was divided into 4 columns. _the first column for "an author" _the second one for "a title" _the...

    2008-09-23 08:52:05 UTC by joe37

  • Plot in Beamer

    Hello, The following code: \begin{tikzpicture}[scale=1] \draw[very thin,color=gray,step=1cm] (-0.3,-0.3) grid (3.9,2.9); \draw[color=blue,->] (-0.3,0) -- (4.2,0) node[above] {\textcolor{black}{$\theta$}}; \draw[color=blue,->] (0,-0.3) -- (0,3.2) node[right] {\textcolor{black}{$d$}}; \draw[draw=orange] plot[id=sinx] function{sin(x)/2} node[right] {$f(\theta) =...

    2008-09-23 08:18:19 UTC by joe37

  • Followup: RE: Schriftgrösse Navigation

    Hallo! Danke für die Antwort. Ich habe gestern bereits eine Lösung gefunden. Da das Programm Videos abspielen können muss, habe ich diese Plugin-Klasse nicht einfach entfernt. Das Problem war, dass die Media Player-Komponenten Version 6 unter XP und Vista nicht registriert werden können - Windows verweigert die Installation. Nun habe ich das Programm auf die aktuellen Komponenten...

    2008-09-16 21:01:30 UTC by worship-drummer

  • Followup: RE: Schriftgrösse Navigation

    WMP6 ist die Windows Media Player 6 Schnittstelle, die ich mal experimentell hinzugefügt habe - und die eigentlich unnötig ist. Die einfachste Lösung ist das Entfernen des Fensters WMP6 und der Klasse WMPPluginClass aus dem VB-Projekt. Außerdem muß man in PluginMgrClass nach NoWMP suchen und entsprechende Bereiche auskommentieren. Vermutlich reicht das dann aus. Liebe Grüße...

    2008-09-16 18:12:46 UTC by jens-chr

  • Followup: RE: Schriftgrösse Navigation

    Besten Dank für die schnelle und genaue Antwort! Ich werde mich noch mit dieser API beschäftigen, habe bereits ein Beispiel gefunden, um Outline zu realisieren. Nun, ein kleines Problem habe ich da noch: Ich habe jetzt einige Änderungen am Programm vorgenommen, dieses wird auch bestens ausgeführt. Beim Öffnen des Beamer-Projekts bekomme ich jedoch immer eine Fehlermeldung, die lautet...

    2008-09-14 22:21:51 UTC by worship-drummer

  • Followup: RE: Schriftgrösse Navigation

    Hallo worship-drummer, Im Source-Code kann die Schriftgröße geändert werden im Fenster "Navigation", Button "NavCmd(0)" (unterste Buttonreihe, ganz links), bei Eigenschaft "Font" auf "..." klicken. Die Darstellung des Texts geschieht über Windows-API-Funktionen (siehe BackBufferClass, Funktion PrintTextLine (TextOut API-Funktion) und Funktionen...

    2008-09-11 20:49:59 UTC by jens-chr

  • Schriftgrösse Navigation

    Hallo an alle! Das Beamer-Projekt hat es bei mir in den engeren Auswahlkreis geschafft... Danke an alle Entwickler! Einige kleinere Probleme habe ich jedoch noch... Wie kann ich die Schriftgrösse im Navigationsfenster (dort wo ich den entsprechenden Teil eines Liedes anklicken kann) verändern? Diese Standardgrösse ist mir viel zu klein. Ich habe mich kurz im VB-Projekt versucht zu...

    2008-09-11 19:11:55 UTC by worship-drummer