alhmeed / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

preview fails when \input command used #319

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a file called file1 via File->new menu
2. cut following lines to a another file called base.tex
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
3. add \input{base} to head of file1.
4. compile file1, preview shows nothing.

What is the expected output? What do you see instead?
expected output is preview of document, it shows empty page for output 

What version of the product are you using? On what browser?
latex-lab on google chrome 15.0.874.106 m 

Please provide any additional information below.

compiler works as intended but preview fails for file using \input command. 

Original issue reported on code.google.com by illimuna...@gmail.com on 5 Nov 2011 at 9:57