Search found 5 matches
- Fri Jul 12, 2013 9:21 pm
- Forum: Graphics, Figures & Tables
- Topic: Problem with framed semi-verbatim Text in Overlay
- Replies: 2
- Views: 3588
Re: Problem with framed semi-verbatim Text in Overlay
I try to take out the fragile option, I can see the framebox but the text inside the framebox is treated as verbatim. Any other thoughts about fixing it? Thanks.
- Fri Jul 12, 2013 5:20 am
- Forum: Graphics, Figures & Tables
- Topic: Problem with framed semi-verbatim Text in Overlay
- Replies: 2
- Views: 3588
Problem with framed semi-verbatim Text in Overlay
Hi all,
I try to put some code inside a framebox and also use overlay specification in beamer but fail to get them to work together. Any suggestion is appreciated.
\documentclass[compress]{beamer}
\setbeamertemplate{navigation symbols}{}
\begin{document}
\begin{frame}[fragile]
Some code ...
I try to put some code inside a framebox and also use overlay specification in beamer but fail to get them to work together. Any suggestion is appreciated.
\documentclass[compress]{beamer}
\setbeamertemplate{navigation symbols}{}
\begin{document}
\begin{frame}[fragile]
Some code ...
- Wed Jul 03, 2013 7:14 am
- Forum: Graphics, Figures & Tables
- Topic: Drawn Picture not centered
- Replies: 5
- Views: 18013
Re: Drawn Picture not centered
That solves the problem, thank you.
PGF has a lot of options and it looks like the PGF/tikz manual have very good examples to demonstrate the capability of the package but doesn't list all the options and all values for a option. And the PGF package has massive source codes. Any recommended way to ...
PGF has a lot of options and it looks like the PGF/tikz manual have very good examples to demonstrate the capability of the package but doesn't list all the options and all values for a option. And the PGF package has massive source codes. Any recommended way to ...
- Mon Jul 01, 2013 11:43 pm
- Forum: Graphics, Figures & Tables
- Topic: Drawn Picture not centered
- Replies: 5
- Views: 18013
Drawn Picture not centered
The scale option seems not to work well with the minimum height and minimum width options.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,calc,positioning,shadows,shapes}
\begin{document}
\begin{figure}[!htb]
\centering
\begin{tikzpicture}[scale=0.3]
\draw[help lines] (-6.0 ...
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,calc,positioning,shadows,shapes}
\begin{document}
\begin{figure}[!htb]
\centering
\begin{tikzpicture}[scale=0.3]
\draw[help lines] (-6.0 ...
- Sun Jun 30, 2013 6:29 am
- Forum: Graphics, Figures & Tables
- Topic: Drawn Picture not centered
- Replies: 5
- Views: 18013
Drawn Picture not centered
Hi all,
the tikzpicture environment seems to fail to center sometimes. The following is such an example.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,calc,positioning,shadows,shapes}
\begin{document}
\begin{figure}[!htb]
\centering
\begin{tikzpicture}
\draw[help lines] (-6 ...
the tikzpicture environment seems to fail to center sometimes. The following is such an example.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,calc,positioning,shadows,shapes}
\begin{document}
\begin{figure}[!htb]
\centering
\begin{tikzpicture}
\draw[help lines] (-6 ...