Recent content by camillerinadia

  1. C

    LaTeX Why Is My LaTeX Figure Misplaced and How Do I Remove an Unwanted Blank Page?

    Hello, thank you for your help. I've put the command \setcounter{page}{1} right after these commands: \documentclass[twoside, 17pt]{gsm-l} \usepackage[dvips]{graphicx} \begin{document}\Large \flushleft\chapter{Basic Algebra}but the page is starting from 3, not from 1. What am I doing wrong?
  2. C

    LaTeX Why Is My LaTeX Figure Misplaced and How Do I Remove an Unwanted Blank Page?

    Help with LaTeX thank you for your reply. I am using latex and I'm using a feature called {gsm-l} which changes the format of the first page of every chapter. The problem is that the pdf document I'm writing starts from the 3rd page not from 1st page. Please can you help me with this??
  3. C

    LaTeX Typesetting Long Division in LaTeX: Tips and Tricks for Accurate Equations

    thank you for your reply. I am using latex and I'm using a feature called {gsm-l} which changes the format of the first page of every chapter. The problem is that the pdf document I'm writing starts from the 3rd page not from 1st page. Please can you help me with this??
  4. C

    LaTeX Why Is My LaTeX Figure Misplaced and How Do I Remove an Unwanted Blank Page?

    still with a problem Thanks cristo, I used the link you sent me. There is written: Add the makeidx document-style option to the list of options in the \documentstyle command. (See page 21 of the LaTEX manual.) Where should I add the command: makeidx? I do not know where. Can you help me...
  5. C

    LaTeX Why Is My LaTeX Figure Misplaced and How Do I Remove an Unwanted Blank Page?

    Hello, I have written some notes, and in the end I want to dedicate a page to the Index of my notes. I have made \index{} before a word that I want it in the index page, I've also written \makeindex at the start but I do not see any index when I compile it as a .dvi file. Can anyone help me...
  6. C

    Mathematica Help with Mathematica: Plotting Graphs & Changing Scales

    Can I do transformations with Mathematica?? :cry::cry: Can anyone here help me? I want to draw two vectors on mathematica, namely (1,0) and (0,1), the i and j vectors and want to make some transformations on them, like for example reflections with x-axis, with y=x, etc. How can I do this?? I...
  7. C

    LaTeX Why Is My LaTeX Figure Misplaced and How Do I Remove an Unwanted Blank Page?

    :cry::cry::cry::cry: I've been trying for a long time to use graphics on my pdf file, using latex, but I cannot succeed. I've used mathematica to save my graphics as .eps files, and when I insert the commands in LaTeX as follows: \begin{figure} \includegraphics[width=8cm]{sinx.eps}\\...
  8. C

    LaTeX Creating a LaTeX Project: What You Need to Know

    Can anyone explain to me why I'm getting an error which states that: I could not locate the file with any of these extensions: .png,.pdf,.jpg,.mps,.tif. I am saving my file as eps, but LaTeX cannot find it. Please help me
  9. C

    LaTeX Creating a LaTeX Project: What You Need to Know

    How can I do that? I mean use eps2pdft to convert eps to pdf?
  10. C

    Mathematica Help with Mathematica: Plotting Graphs & Changing Scales

    Oh yes it worked! I've written Plot[{{Log[Abs[x]]} etc but the only problem is that the x and y-axis do not intersect. the graph is starting from x=1 onwards. Why is that and how can I alter it. Moreover how can I draw the asymptote on x=1 if for example I have to plot Log[x-1]
  11. C

    Mathematica Help with Mathematica: Plotting Graphs & Changing Scales

    Also, if I want to plot a graph of Ln x, I'm inserting Plot[Log[|x|],{x,-3,3}] and I'm having errors, what shall I use then? Thank you so much
  12. C

    Mathematica Help with Mathematica: Plotting Graphs & Changing Scales

    oh thank you so much Moo of Doom. Do you know how to use LaTeX with mathematica? I'm having an error when I try to insert a mathematica file, with an extension .eps in LaTeX. This is because program is not finding a .eps file, or it is not recognizing it. Any ideas?
  13. C

    LaTeX Creating a LaTeX Project: What You Need to Know

    Can anyone explain to me why I'm getting an error which states that: I could not locate the file with any of these extensions: .png,.pdf,.jpg,.mps,.tif. I am saving my file as eps, but LaTeX cannot find it. Please help me.
  14. C

    LaTeX Typesetting Long Division in LaTeX: Tips and Tricks for Accurate Equations

    I'm trying to input a graphics file from Mathematica, but I'm having an error which says: unknown graphics extension: .eps Can anyone help me?
Back
Top