I am trying to write an equation in LaTeX and i have an error

SofiaV

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\begin{equation*} $ f(x) = x^2$

\end{equation*}

\end{document}

#And this is the error:

! Display math should end with $$.

l.11 $

?

sjwarner

Remove the $ signs from the line with your equation in it.

It should read

\begin{equation*} f(x) = x^2

I think.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

I am trying to write a trigger in parse.com but some error

From Dev

I am trying to write data into file

From Dev

I am trying to write a jpa query for subqueries

From Dev

I am using android studio 2.1.2 and am trying to get the latest facebook sdk, gradle seem to have an error

From Dev

I am trying to install new template for Joomla 3.2 and i have an error for any template

From Dev

I am trying to use "sort" method but I am getting an error

From Dev

I am trying to write a query to track use of terminals. I want to show all terminals that have not had activity for 1 year

From Dev

I am trying to write the count of A,E,I,O,U

From Dev

I am trying to work with stem but getting error

From Dev

Error when i am trying to remove an element

From Dev

Why I get error while trying to use LaTeX in plots' label

From Dev

I have a swing application using Netbeans. I am trying to insert user object to the database table. But I am getting following error

From Dev

i am trying to write a text file using scala in play

From Dev

I am trying to write a query but can seem to think of a way to do it

From Dev

I am trying to write a function that returns the number of vowels in a string

From Dev

i am having an error "out of memory error" i have tried all solutions but i am stuck with that error

From Dev

I am trying retrofit but i keep getting error of 404

From Dev

Equation error in Latex table

From Dev

I am trying to use redux in my project and I am have a problem with call a function that using dispatch

From Dev

I am trying to integrate fabric Crashlytics . First I integrated plugin and I am getting error I am not able to resolve

From Dev

Trying to write a pure virtual method but I apparently have the syntax wrong?

From Dev

XPATH or CSS I I have a list of checkboxes in span tags. I am trying to select a particular checkbox

From Dev

How do I write this equation in Python?

From Dev

Getting error when I am trying to create bridge table in PostgreSQL

From Dev

I am trying to load my servlet in the browser and it gives me this error

From Java

Why am I receiving an error when trying to add a Button to a GridPane?

From Dev

Why am I getting error "Trying to open unclosed connection."?

From Dev

Why am I getting an error in Prolog when trying out conc?

From Dev

I am trying to build my game in unity but it is giving me an error

Related Related

  1. 1

    I am trying to write a trigger in parse.com but some error

  2. 2

    I am trying to write data into file

  3. 3

    I am trying to write a jpa query for subqueries

  4. 4

    I am using android studio 2.1.2 and am trying to get the latest facebook sdk, gradle seem to have an error

  5. 5

    I am trying to install new template for Joomla 3.2 and i have an error for any template

  6. 6

    I am trying to use "sort" method but I am getting an error

  7. 7

    I am trying to write a query to track use of terminals. I want to show all terminals that have not had activity for 1 year

  8. 8

    I am trying to write the count of A,E,I,O,U

  9. 9

    I am trying to work with stem but getting error

  10. 10

    Error when i am trying to remove an element

  11. 11

    Why I get error while trying to use LaTeX in plots' label

  12. 12

    I have a swing application using Netbeans. I am trying to insert user object to the database table. But I am getting following error

  13. 13

    i am trying to write a text file using scala in play

  14. 14

    I am trying to write a query but can seem to think of a way to do it

  15. 15

    I am trying to write a function that returns the number of vowels in a string

  16. 16

    i am having an error "out of memory error" i have tried all solutions but i am stuck with that error

  17. 17

    I am trying retrofit but i keep getting error of 404

  18. 18

    Equation error in Latex table

  19. 19

    I am trying to use redux in my project and I am have a problem with call a function that using dispatch

  20. 20

    I am trying to integrate fabric Crashlytics . First I integrated plugin and I am getting error I am not able to resolve

  21. 21

    Trying to write a pure virtual method but I apparently have the syntax wrong?

  22. 22

    XPATH or CSS I I have a list of checkboxes in span tags. I am trying to select a particular checkbox

  23. 23

    How do I write this equation in Python?

  24. 24

    Getting error when I am trying to create bridge table in PostgreSQL

  25. 25

    I am trying to load my servlet in the browser and it gives me this error

  26. 26

    Why am I receiving an error when trying to add a Button to a GridPane?

  27. 27

    Why am I getting error "Trying to open unclosed connection."?

  28. 28

    Why am I getting an error in Prolog when trying out conc?

  29. 29

    I am trying to build my game in unity but it is giving me an error

HotTag

Archive