Skip to main content

Questions tagged [input]

{input} is about the \input command which makes LaTeX process the content of a given file basically the same way as if it would be written instead of \input.

0 votes
1 answer
99 views

I have multiple courses, each containing similar LaTeX code. There are tests built on exam, slides built on beamer. I often include a file with the common files if there are multiple files for example:...
Dov's user avatar
  • 1,625
3 votes
1 answer
119 views

I'm trying to visualize newlines in an input file by making ^^M active and displaying it as \n. However, the \input command appears to append an extra empty line at the end of the file, which I don't ...
Junseok Lee's user avatar
0 votes
1 answer
67 views

Setup I have the following folder structure: home/ A/ A.tex C.tex B/ B.tex C.tex and the file contents are as follows home/A/A.tex \input{../B/B.tex} home/B/B....
Steven's user avatar
  • 445
0 votes
1 answer
66 views

I newbee to writing a class for syllabus book creation. I am trying to generate a \jobname.toc file outputing commands, which when I try to read through \input{\jobname.toc} inside tabular environment,...
Raja's user avatar
  • 468
1 vote
1 answer
67 views

I am creating a dictionary using a python script to convert an XML file filled with entries into a LaTeX readable file. As I edit the XML file, I regenerate the entries.tex file, which is imported ...
Kate Lindsey's user avatar
4 votes
5 answers
291 views

Background I have a file QA.tex whose entire content looks like: {Question}{Answer} I would like to include this file into a document, but parse for only the Question part. My attempt at a solution (...
jonathan's user avatar
  • 103
5 votes
3 answers
322 views

I am drafting a multi chapter document. Unfortunately, the names of the input files still change often. Fortunately, I keep them in a reasonable list that determines order, such as 02-introduction....
ivo Welch's user avatar
  • 4,264
0 votes
0 answers
31 views

When I try to build file tree in WinEdt, \inputted files in the local TeX directory are not found. The code lines \input greekup2 \input pusymb_t2a \input x2symb produce such nodes in the tree: ...
Spectorsky's user avatar
1 vote
1 answer
93 views

I'm trying to use the spreadtab package to create a table where the data rows are imported from an external file using \input. When I input the data directly into the spreadtab environment (by typing ...
IH Pro's user avatar
  • 155
4 votes
2 answers
226 views

The LaTeX compiler is able to determine the file without adding the filetype e.g., \includegraphics[width=0.8\textwidth]{images/frontend/verbose} which is similar to \includegraphics[width=0.8\...
domi's user avatar
  • 85
2 votes
2 answers
296 views

I get this error with these sets of equations. The commented out ones also produce same error as one that is not commented out. How do I fix it? What am I doing wrong? This is my error code: ! TeX ...
Patrik's user avatar
  • 23
4 votes
2 answers
106 views

Imagine you have a tikz figure defined in myfig.tex : \begin{figure} %conditional statement (mychoice==1)... \draw[blue,thick] (0,0) -- (1,0); %conditional statement (mychoice==2)... \draw[red,thick] (...
Karlo's user avatar
  • 3,363
0 votes
2 answers
108 views

I have a shared preamble file that provide uniform configuration for my documents. But it has no document class of its own. That way, I can determine the class for each document. But that means it ...
Steven Thomas Hatton's user avatar
2 votes
2 answers
105 views

I'm using ltablex to create a multi-page table. I import the header using input. However, an unwanted space is created below the header: tableheader.tex header1 & header2 & header3\\ \hline\...
Br1ghT3x's user avatar
0 votes
2 answers
71 views

I'm using overleaf and I have a file Preamble.tex: \documentclass[tikz, margin=2mm]{standalone} \usetikzlibrary { arrows.meta, shapes.geometric, trees, shapes, positioning, backgrounds, ...
Mr.Price's user avatar
  • 525

15 30 50 per page
1
2 3 4 5
61