LaTex is supposedly very good in producing lab reports

  • LaTeX
  • Thread starter JamesJames
  • Start date
  • Tags
    Lab Latex
In summary: Windows does not have a GUI implementation that hides this from the user. You are expected to work on a command line.
  • #1
JamesJames
205
0
I have heard of something called LaTex which is supposedly very good in producing lab reports etc. I was told that it is available for free somewhere on the internet but after hours of looking I have been unsuccessful in finding it. I would like to know where I could download this free version of the software and how easy is it to use LaTex since I know very little about programming i.e. elementary Fortran and Visual Basic.


thanks,James
 
Physics news on Phys.org
  • #3
James,

Which OS are you using? Windows? If so, download a copy of MikTeX. Bear in mind that these programs have a fairly steep learning curve, so feel free to ask questions. You probably will have a hard time figuring it all out on your own.

- Warren
 
  • #4
www.tug.org has a link to most of the commercial and non-commercial versions along with many packages to use as templates. I would recommend Kile if you are using Linux, best LateX Gui I have seen.
 
  • #5
I; ve downloaded the miktex setup wizard and it has installed miktex on the system(Windows)
 
  • #6
Hi

This is a totally different question regarding an application of LaTeX, but I thought I'd post it here...

Is anyone aware of a program which can convert small latex files to gif/jpg/png/other web-acceptable image formats? Actually somewhat like PF's LaTeX backend?

Thanks and cheers
vivek
 
  • #7
maverick280857 said:
Hi

This is a totally different question regarding an application of LaTeX, but I thought I'd post it here...

Is anyone aware of a program which can convert small latex files to gif/jpg/png/other web-acceptable image formats? Actually somewhat like PF's LaTeX backend?

Thanks and cheers
vivek

Most any dvi viewer should do that. There's also dvi2ps and dvi2pdf on the linux side.
 
  • #8
I have downloaded the miktex program as said above but how do I open latex? Do I need to install that package? There are about 5 different packages that start with latex. Do I install all? All I want is to be able to use it to prepare some reports. Any help would be really great since I am new to this .
 
  • #9
You'll probably need to run latex from a command line. Write up your LaTeX file with a text editor. Then open a DOS prompt, change into the directory where your file resides, and run "pdflatex <myfile.tex>" to turn your latex directly into a pdf file. If you need help writing a LaTeX file, let us know.

- Warren
 
  • #10
maverick280857 said:
Is anyone aware of a program which can convert small latex files to gif/jpg/png/other web-acceptable image formats? Actually somewhat like PF's LaTeX backend?
PF uses a combination of three programs: latex, dvi2ps, and pstoimg. Latex converts input to dvi, dvi2ps converts that to postscript, and finally pstoimg renders the postscript to an image.

- Warren
 
  • #11
When you say text editor? Do you mean Word? or Notepad?? Those are the only two I know of ! MikTex does not give me some default text editor nor does it seem to provide any Latex text editor so where should I get an editor if I don't already have one?

Then open a DOS prompt, change into the directory where your file resides, and run "pdflatex <myfile.tex>" ...I have XP so I guess it would have to be the Command Prompt right? The directory in which my file is would be C:/ right?

When you say run "pdflatex <myfile.tex>" do you mean Start ---> Run and enter the thing?

James
 
Last edited:
  • #12
Notepad is a fine text editor. I would not use Word, because it may be a pain to make Word save in plain text format. Personally, I use an editor called TextPad: www.textpad.com

To open a command prompt, go to Start, hit Run, type "command" and hit enter.

I don't know where you save your files. Making a directory under C: is probably a fine idea.

In the command prompt, type "pdflatex myfile.tex", where myfile.tex is just a sample file name. Yours will probably be different.

- Warren
 
  • #13
Thanks...trying it right now.
 
  • #14
One thing...when I save it in notepad, it saves it as a .txt file.
 
  • #15
I don't think latex really cares about the endings of your filenames, but you might want to rename it to end in .tex just in case.

- Warren
 
  • #16
ok It said I can't find the file myfile.tex...I labelled it markus.tex
 
  • #17
How do I get it to the C: prompt? I type C:\ but it says that it is not recpgnized as an internal or external command
 
  • #18
Put your file, markus.tex, in a directory like c:\tex.

In the command prompt, type "cd c:\tex" then type "pdflatex markus.tex"

- Warren
 
  • #19
Surely Windows must have a GUI implementation that hides this from the user? Why not use one of those if your not comfortable with working on a command-line?
 
  • #20
Dr-NiKoN,

I'm not so sure a GUI interface exists for Windows; nor am I sure that such a GUI would really be easier than just typing 'pdflatex'. If you know of one, please give us more information. If not, please don't assume there is one.

I suppose you could put the commands in a batch file, which you could then double-click.

- Warren
 
  • #22
It still says that it cannot find the file...I give up...it' s just not worth it...I am spending hours each day and getting nothing out of it...not worth it...if it is available on CD maybe I should explore that option.
 
  • #23
It's going to be the same software on CD. Learning to use your computer (basic file manipulation operations and so on) will benefit you greatly down the line, particularly if you are a student.

- Warren
 
  • #24
Is there some way to open it from latex itself? I have selected all the latex packages in the miktex package manager and installed them...Could I get it to convert to pdf by opening one of them?
 
  • #25
This is an online tutorial and I am trying to follow it

At the shell prompt type latex myfile You will see a number of lines of text scroll by in the screen and then you get the prompt back. To view the output in screen, you must have the X Window running . So, start X if you have not done so, and in a terminal window, type xdvi myfile


What is the Xwindow, shell prompt and how do I access them?
 
  • #26
As far as I know, the only way to invoke latex is via the command line. You might want to consider one of the packages Dr Transport suggested, but I do not know how to use them.

- Warren
 
  • #27
JamesJames said:
What is the Xwindow, shell prompt and how do I access them?
The X Window System is used on UNIX computers. You don't need to worry about it. It provides a graphical display somewhat like that provided by Windows.

The "shell prompt" is the same as the command prompt I have been talking about, just in UNIX terminology.

- Warren
 
  • #28
I am trying to uninstall MikTex and re-install it but when I click Add/Remove programs, I do not see Miktex for some reason...how should I uninstall...should I remove each package one by one?
 
  • #30
If you have MS Word, and you are simply trying to put math into your typed lab reports etc., then use the built in equation editor.

In Word, go to Insert-Object-Equation 3.0

That will open a small box in your document where the equation will go, and it gives you toolbar to select your symbols etc.

You will be up and running in less than a minute. Then you can spend more time writing your report and concentrating on content than fiddling with software.

Let me know if you like it, and if this is what you need.
 
  • #31
This actually sounds good.

But, I have Word 2000 and when I select insert - object, there is no equation option available.
 
  • #32
you need to install it, the equation editor is not automatically installed when you do the original installation.
 
  • #33
Here are instructions in Office 2003 for installing Microsoft Equation 3.0.
If you have Office 2000, I can't imagine that it would be too much different.
I got these instructions from Help in Word.

"If you originally installed Microsoft Office from a network file server or from a shared folder, you must install Equation Editor from that location. If you installed Office from a CD-ROM, you must install Equation Editor from the disc.

Quit all programs.
Do one of the following:
If you run Microsoft Windows 2000, double-click the Add/Remove Programs icon in Control Panel.
If you run Microsoft Windows XP, click Add or Remove Programs in Control Panel.
In the Currently installed programs box, click the listing for Microsoft Office or Microsoft Word, depending on whether you installed Word as part of Office or as an individual program, and then click Change.
On the Maintenance Mode Options screen, click Add or Remove Features, and then click Next.
If a Custom Setup screen appears, select the Choose advanced customization of applications check box, and then click Next.
In the list of features to install, click the expand indicator (+) next to Office Tools.
Click the arrow next to Equation Editor, and then click Run from My Computer.
Click Update.
Restart Word."

That should get you going.
Let us know how you like it.
 
  • #34
I just started using it in my labs, and it's great. Much more user friendly than Latex. There is no learning curve for Equation Editor. Perfect for labs.
 

Related to LaTex is supposedly very good in producing lab reports

1. What is LaTex and why is it good for producing lab reports?

LaTex is a typesetting language that is commonly used in scientific and technical fields. It is known for its ability to produce high-quality documents with complex mathematical equations and symbols. This makes it ideal for creating lab reports, which often contain a lot of data and calculations.

2. Is LaTex difficult to learn and use?

Like any new language, there is a learning curve to using LaTex. However, there are many resources available online, such as tutorials and templates, that can make the process easier. Once you become familiar with the syntax, LaTex can actually be more efficient and flexible than other document editing programs.

3. Can LaTex be used for all types of lab reports?

Yes, LaTex can be used for any type of lab report, from basic experiments to more complex research studies. It is particularly useful for reports that contain a lot of data and require precise formatting, such as tables and graphs.

4. Can I collaborate with others on a LaTex lab report?

Yes, LaTex allows for collaboration through its version control system. This allows multiple users to work on the same document simultaneously and track changes made by each person. This can be especially helpful for group lab reports or when working on a project with colleagues.

5. Is LaTex compatible with all operating systems?

Yes, LaTex is a cross-platform language, meaning it can be used on any operating system, including Windows, Mac, and Linux. There are also various LaTex editors available for different operating systems, making it accessible to all users.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
13K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
14
Views
4K
  • STEM Academic Advising
Replies
6
Views
2K
Replies
39
Views
10K
Back
Top