How do you draw an angle labeled \theta?
I can draw the right angle.
\begin{document}
\begin{tikzpicture}[dot/.style={fill,circle,inner sep=1.5pt}]
\coordinate (Q) at (0,0);
\coordinate (A) at ($(Q)+(0:4)$);
\coordinate (P) at ($(Q)+(90:3)$);
\draw (A) -- (Q) -- (P) -- cycle;
\path (A ...
Search found 17 matches
- Wed Oct 14, 2015 1:05 pm
- Forum: Graphics, Figures & Tables
- Topic: Draw an angle labeled \theta
- Replies: 1
- Views: 4966
- Wed Sep 30, 2015 9:58 pm
- Forum: Graphics, Figures & Tables
- Topic: Stop filling in text from below.
- Replies: 2
- Views: 2378
Stop filling in text from below.
I have a few graphics and tables in my LaTeX document. When my graphics do not fit on the page it fills in text from below it then puts the graphic on the next page. How do I stop LaTeX from filling in text from below when a graphic or table does not fit on the rest of the page(at least temporarily ...
- Sat Sep 26, 2015 4:20 pm
- Forum: Text Formatting
- Topic: Center align left
- Replies: 1
- Views: 1974
Center align left
This works:
\noindent $\text{If }M \leq 2 \text{ Then}$\\
\indent\indent$\text{ y = Y - 1}$\\
\indent\indent $\text{ m = M + 12}$\\
$\text{Else}$\\
\indent\indent $\text{ y = Y}$\\
\indent\indent $\text{ m = M}$\\
$\text{End If}$\\
but I want it centered and aligned to the left:
\begin ...
\noindent $\text{If }M \leq 2 \text{ Then}$\\
\indent\indent$\text{ y = Y - 1}$\\
\indent\indent $\text{ m = M + 12}$\\
$\text{Else}$\\
\indent\indent $\text{ y = Y}$\\
\indent\indent $\text{ m = M}$\\
$\text{End If}$\\
but I want it centered and aligned to the left:
\begin ...
- Thu Sep 10, 2015 6:35 pm
- Forum: Graphics, Figures & Tables
- Topic: Insert a jpg image onto LaTeX.
- Replies: 4
- Views: 69160
Insert a jpg image onto LaTeX.
Added:
but new error
Code: Select all
\usepackage{graphics}
and it says it is missing a "}" when before I added "\usepackage{graphics}" it was working fine.! File ended while scanning use of \Gin@iii.
- Thu Sep 10, 2015 6:05 pm
- Forum: Graphics, Figures & Tables
- Topic: Insert a jpg image onto LaTeX.
- Replies: 4
- Views: 69160
Insert a jpg image onto LaTeX.
I am trying to insert a jpg image onto LaTeX.
The error code says: "Undefined Control Sequence"
The error code says: "Undefined Control Sequence"
Code: Select all
\begin{center}
\includegraphics[scale=0.8]{C:\Users\User\Documents\Conic_Section.jpg}
\caption{Conic Section}
\end{center}
- Wed Sep 02, 2015 6:59 pm
- Forum: Math & Science
- Topic: left bracket only
- Replies: 2
- Views: 16787
- Mon Aug 24, 2015 8:34 pm
- Forum: General
- Topic: Inline latex symbols
- Replies: 1
- Views: 4609
Inline latex symbols
I would like to be able to use latex symbols in the same line along with the flow of the line not returned to the next line.
How do I do that without making the whole paragraph a "gather*"?
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts ...
How do I do that without making the whole paragraph a "gather*"?
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts ...
- Thu Apr 02, 2015 6:02 pm
- Forum: New Members
- Topic: Underline Math and Underline Text
- Replies: 1
- Views: 54074
Underline Math and Underline Text
How do you Underline Math and how do you Underline Text?
- Wed Apr 01, 2015 6:50 pm
- Forum: New Members
- Topic: Line up at the left-center all the variables and names
- Replies: 1
- Views: 2741
Line up at the left-center all the variables and names
Here is my LaTeX project.
I want to be able to line up at the left-center all the variables and names.
I want them centered just lined up to the left.
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document ...
I want to be able to line up at the left-center all the variables and names.
I want them centered just lined up to the left.
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document ...
- Wed Apr 01, 2015 5:50 pm
- Forum: New Members
- Topic: Space between two words of text
- Replies: 4
- Views: 25925
Re: Space between two words of text
\begin{gather*}
This Word\\
\end{gather*}
prints out in the pdf as
ThisWord
How do you get a space between "This" and "Word"?
This Word\\
\end{gather*}
prints out in the pdf as
ThisWord
How do you get a space between "This" and "Word"?