Questions tagged as 'latex'

2
answers

Matplotlib + Latex: Writing text in the axes in Portuguese

From the beginning, the versions I have are: Ipython: 1.1.0 Matplotlib: 1.3.1 Latex: pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012 / Debian) OS: Ubuntu 12.04 I want to plot what is below, in an Ipython-Notebook session # Using the...
asked by 12.12.2013 / 13:08
3
answers

How to format a table (data.frame) with publication quality in pdf (latex) in R?

Suppose the following table: tabela <- structure(list(Sexo = structure(c(1L, 1L, 2L, 2L), .Label = c("Homem", "Mulher"), class = "factor"), Grupo = structure(c(1L, 2L, 1L, 2L), .Label = c("A", "B"), class = "factor"), Média = c(0.26550866...
asked by 08.03.2014 / 02:13
3
answers

Questions about LaTeX

My 2-day experience writing this markup language has hinted at me to be very limited in several aspects, even though I do not know and can expand directly with the features offered. For then came the following doubts that I sought and did not fi...
asked by 25.05.2015 / 04:10
1
answer

Lines with same height in table in the Latex

I need to reproduce in Latex a table with 3 columns and 5 rows. It should use the full width of the paragraph, center the contents of the cells both horizontally and vertically, and auto-adjust longer texts. But above all, it must have the same...
asked by 07.07.2014 / 19:40
1
answer

abntex2 compile error

I'm running abntex2 to compose a final grade paper. I follow the canonical template distributed by abntex2 here with some modifications to the production of my work. The main modification is the separation of the template into several sm...
asked by 19.12.2013 / 20:53
1
answer

Stargazer changing the position of the dependent variable

Considering the quantile regressions. library(quantreg) > x=rnorm(100,12,2) > y=rnorm(100,0,4) a<-rq(y~x,tau = .10) b<-rq(y~x,tau = .15) c<-rq(y~x,tau = .20) d<-rq(y~x,tau = .25) As I just have a constant and an explanat...
asked by 16.05.2016 / 22:40
1
answer

Latex - Quote from natbib without brackets

I wish that in some places, the command "\ citep {XX}" make the reference in the format [XX] and in others, only XX appears. XX is the reference number (1, 2, 3, ....). Package Definition: \ usepackage [numbers] {natbib} Can anyone help me...
asked by 19.01.2016 / 14:32
1
answer

Line in a flowchart in the tikz of XeLaTeX

Below is the code and the result of the flowchart I'm building: \documentclass{article} \usepackage{tikz} \usetikzlibrary{shapes,backgrounds} \begin{document} \begin{figure}[!ht] \centering % Define block styles \tikzstyle{block} = [recta...
asked by 26.01.2017 / 19:11
2
answers

Style citation: "(Author, Date)" to "Author (Date)"

I'm using abntcite . I would like to know how to change the style of just a few quotes from (Autor, Data) to Autor (Data) . I tried using \citeauthor{chave} , but it did not work. Thank you.     
asked by 02.01.2015 / 05:16
2
answers

Big figure disrupts the positioning of the others

In a Latex report I'm writing, I'm trying to insert a large picture at the beginning of the chapter. It's a one-page-size flowchart: \begin{figure}[!htb] \centering \includegraphics[width=\textwidth]{visio/fluxograma} % fluxograma é um PDF...
asked by 28.01.2014 / 08:05