I am writing a textbook for teaching lessons. At the beginning of each "lesson" i would like to insert a two to three page PDF file lesson plan. I tried \begin{center}
\scalebox{.75}{\includegraphics{C:/Users/Rez/Desktop/golden/lesson.pdf}}
\end{center}
However this only shows the first page of ...
Search found 42 matches
- Tue Nov 03, 2009 2:07 am
- Forum: Graphics, Figures & Tables
- Topic: Taskstream Lesson Plan PDF
- Replies: 3
- Views: 4832
- Fri May 22, 2009 9:27 pm
- Forum: Math & Science
- Topic: Text Book
- Replies: 1
- Views: 1859
Text Book
I am looking at witting a Math text book using tex. I was wondering if there is any packages already created that would help me do this. I was going to create environments for Problems and an optional "answer key" and something that would allow me to create "teacher comments" in the margins. If ...
- Mon May 04, 2009 2:15 am
- Forum: Document Classes
- Topic: Book Class Header
- Replies: 6
- Views: 6534
Re: Book Class Header
That worked thank you so very much
- Mon May 04, 2009 1:57 am
- Forum: Document Classes
- Topic: Book Class Header
- Replies: 6
- Views: 6534
Book Class Header
this is what i have but it seems to just but the Problem in both sides of the margin. I would like the problem number on the right pags and project number on the left pages
Problem is the renamed Chapter
Project is the renaned Part
\documentclass[openright]{book}
\usepackage{amsfonts}
\usepackage ...
Problem is the renamed Chapter
Project is the renaned Part
\documentclass[openright]{book}
\usepackage{amsfonts}
\usepackage ...
- Mon May 04, 2009 12:46 am
- Forum: Document Classes
- Topic: Book Class Header
- Replies: 6
- Views: 6534
Book Class Header
i tried look at that but i am confused as to what i should put as
Code: Select all
\fancyhead[LO,RE]{\part \partname}
- Mon May 04, 2009 12:29 am
- Forum: Document Classes
- Topic: Book Class Header
- Replies: 6
- Views: 6534
Book Class Header
How do i make the header on the left page read the Part number and the name of the Part?
- Mon Apr 20, 2009 8:00 pm
- Forum: Document Classes
- Topic: Beamer Class with verbatim
- Replies: 1
- Views: 14429
Beamer Class with verbatim
When i try to compile the below slide i get numerous error messages such as: run away argument? \end{document} these errors messages happen whenever i try to use the verbatim environment within a slide. Any idea why?
\frame{
\frametitle{Example}
\begin{verbatim}
\begin{tabular}{|c|c|c|c|c|c ...
\frame{
\frametitle{Example}
\begin{verbatim}
\begin{tabular}{|c|c|c|c|c|c ...
- Fri Apr 17, 2009 5:00 pm
- Forum: General
- Topic: Chapter titles
- Replies: 5
- Views: 2883
Chapter titles
i am using
and the section is just "built in" i assume
Code: Select all
\documentclass[openright]{book}
- Fri Apr 17, 2009 4:38 pm
- Forum: General
- Topic: Chapter titles
- Replies: 5
- Views: 2883
Chapter titles
and i assume to rename sections it would be
Code: Select all
\renewcommand*\sectionname{Problem}
- Fri Apr 17, 2009 4:20 pm
- Forum: General
- Topic: Chapter titles
- Replies: 5
- Views: 2883
Chapter titles
How do i make the code \chapter{Slope fields. Separation of Variables. Existence and uniqueness} read
Project 1 Slope fields. Separation of Variables. Existence and uniqueness
rather than:
Chapter 1 Slope fields. Separation of Variables. Existence and uniqueness
Thank you in advance for your help
Project 1 Slope fields. Separation of Variables. Existence and uniqueness
rather than:
Chapter 1 Slope fields. Separation of Variables. Existence and uniqueness
Thank you in advance for your help