Questions tagged as 'latex'

1
answer

Latex and Python integration

I need to generate and save a PDF file with some data I dealt with in a script I made to generate a report, but I do not know how to do it. Does this data need to go through a .tex file before generating the PDF? If yes, how can I work with v...
asked by 27.06.2017 / 22:04
1
answer

Place end line in a Table- Latex

I'm building a Latex table and it's giving me an error on the final horizontal line I put in. \begin{table}[t] \begin{center} \begin{tabular}{|c|r||l|} \hline \emph{Fases} & \emph{Descrição} & \emph{Função}\ \hline...
asked by 17.12.2017 / 00:01
2
answers

Space between title and table

The title of my table is a long way from the table itself, I'd like to know some way to narrow it down. Picture: Code: \begin{table}[!htb] \renewcommand{\arraystretch}{1.5} \caption{Cronograma de pesquisa} \label{cronogram...
asked by 13.08.2018 / 15:15
1
answer

"Error: \ caption outside float" in R Markdown

When I try to compile my Markdown R code, I get the following error:   ! Package caption Error: \ caption outside float.       See the package documentation for explanation. Type H     for immediate help.   ...   l.336 \ caption       pan...
asked by 19.09.2017 / 22:01
1
answer

How to create a command that makes sums using latex

I need to put the page numbering in the document I'm creating, but this document starts from page 20 for example, so I should use a command that would do something like: \cfoot{Página \thepage+20 de (Número total de Páginas)} where \ thepag...
asked by 21.08.2017 / 02:23
1
answer

Insert footnote in Legend in Latex

How do I insert a footnote in the legend of a picture? With the code: \begin{figure}[htb] \centering \begin{subfigure}[b]{.4\textwidth} \centering \includegraphics[width=\textwidth]{imagens/gui/atom} \caption{Visualização do conjunto}...
asked by 21.07.2016 / 05:11
1
answer

Including Confidence Interval on a Line in an Array

I want to create an array of 38 rows and two columns with coefficients in the odd rows and the confidence intervals for the parameters in even rows. Then call stargazer . My code is: library(quantreg) y <- rnorm(200) x <- matrix(...
asked by 04.08.2016 / 20:54
0
answers

Using Python to Extract Equations, Figures, and Other LaTeX File Items

I'm on a personal project that involves leaving an article written in LaTeX as clean as possible for sending the translation. In order to increase my productivity, avoid problems of information leakage and make it easier for the translator,...
asked by 01.10.2018 / 00:03
0
answers

How to add a field in the in format.bibtex and display it by using the IEEEannot.bst class

I'm using the IEEEannot.bst class to do bibliographic surveys and wanted to insert a field into the bibtex file, such as @article attribute, and then display that field in the PDF references. I am very beginer in LaTex syntax and I do not know...
asked by 07.08.2018 / 00:21
0
answers

Problem in package tikz-fillin LaTeX [closed]

I have a problem to find this package \RequirePackage{tikz-fillin} in CTAN to download, would anyone know to inform me the link? Thanks in advance!     
asked by 01.07.2018 / 23:48