Modificar altura da coluna (tabela científica)

1. Modificar altura da coluna (tabela científica)

João Carlos da Silva
jkaploc

(usa Ubuntu)

Enviado em 19/07/2010 - 19:46h

Estou com problemas para aumentar o espaço da linha em uma coluna montada no kile. Preciso as vezes diminuir a coluna mas aumentar o espaço de forma vertical. Uso este sistemaThis file can be compiled as it stands or included in another %%
%% LaTeX document. The table is based on the longtable package so %%
%% the longtable options (headers, footers...) can be set in the %%
%% preamble section below (see PRAMBLE). %%
%% %%
%% To include the file in another, the following two lines must be %%
%% in the including file: %%
%% \def\inputGnumericTable{} %%
%% at the beginning of the file and: %%
%% \input{name-of-this-file.tex} %%
%% where the table is to be placed. Note also that the including %%
%% file must use the following packages for the table to be %%
%% rendered correctly: %%
%% \usepackage[latin1]{inputenc} %%
%% \usepackage{color} %%
%% \usepackage{array} %%
%% \usepackage{longtable} %%
%% \usepackage{calc} %%
%% \usepackage{multirow} %%
%% \usepackage{hhline} %%
%% \usepackage{ifthen} %%
%% optionally (for landscape tables embedded in another document): %%
%% \usepackage{lscape}
Alguém poderia me ajudar, obrigado.


  


2. Aumentando o tamanho vertical da coluna

Cassiano S. Rosa
Termitoide

(usa Ubuntu)

Enviado em 20/07/2010 - 07:14h

Bem, se entendi bem o que você precisa é aumentar o tamanho (ou altura) da sua linha em uma tabela.

Se é isso mesmo, o comando a seguir deve ser colocado no preâmbulo do seu documento (antes do begin{document})

\setlength\extrarowheight{12pt}


O 12pt é a altura da linha, então você pode colocá-la da altura que desejar apenas mudando este valor.

Espero ter ajudado.


3. ainda com o mesmo problema

João Carlos da Silva
jkaploc

(usa Ubuntu)

Enviado em 20/07/2010 - 11:07h

Fiz a tentativa que indicou, mas não tive sucesso. Vou colocar passo a passo e talvez me indique o que fazer. Esta é a geração da tabela:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% This is the header of a LaTeX2e file exported from Gnumeric. %%
%% %%
%% This file can be compiled as it stands or included in another %%
%% LaTeX document. The table is based on the longtable package so %%
%% the longtable options (headers, footers...) can be set in the %%
%% preamble section below (see PRAMBLE). %%
%% %%
%% To include the file in another, the following two lines must be %%
%% in the including file: %%
%% \def\inputGnumericTable{} %%
%% at the beginning of the file and: %%
%% \input{name-of-this-file.tex} %%
%% where the table is to be placed. Note also that the including %%
%% file must use the following packages for the table to be %%
%% rendered correctly: %%
%% \usepackage[latin1]{inputenc} %%
%% \usepackage{color} %%
%% \usepackage{array} %%
%% \usepackage{longtable} %%
%% \usepackage{calc} %%
%% \usepackage{multirow} %%
%% \usepackage{hhline} %%
%% \usepackage{ifthen} %%
%% optionally (for landscape tables embedded in another document): %%
%% \usepackage{lscape} %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



%% This section checks if we are begin input into another file or %%
%% the file will be compiled alone. First use a macro taken from %%
%% the TeXbook ex 7.7 (suggestion of Han-Wen Nienhuys). %%
\def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}


%% Check for the \def token for inputed files. If it is not %%
%% defined, the file will be processed as a standalone and the %%
%% preamble will be used. %%
\ifundefined{inputGnumericTable}

%% We must be able to close or not the document at the end. %%
\def\gnumericTableEnd{\end{document}}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% This is the PREAMBLE. Change these values to get the right %%
%% paper size and other niceties. Uncomment the landscape option %%
%% to the documentclass defintion for standalone documents. %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[12pt%
%,landscape%
]{report}
\usepackage[latin1]{inputenc}
\usepackage{fullpage}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}

\begin{document}


%% End of the preamble for the standalone. The next section is for %%
%% documents which are included into other LaTeX2e files. %%
\else

%% We are not a stand alone document. For a regular table, we will %%
%% have no preamble and only define the closing to mean nothing. %%
\def\gnumericTableEnd{}

%% If we want landscape mode in an embedded document, comment out %%
%% the line above and uncomment the two below. The table will %%
%% begin on a new page and run in landscape mode. %%
% \def\gnumericTableEnd{\end{landscape}}
% \begin{landscape}


%% End of the else clause for this file being \input. %%
\fi

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% The rest is the gnumeric table, except for the closing %%
%% statement. Changes below will alter the table's appearance. %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\providecommand{\gnumericmathit}[1]{#1}
%% Uncomment the next line if you would like your numbers to be in %%
%% italics if they are italizised in the gnumeric table. %%
%\renewcommand{\gnumericmathit}[1]{\mathit{#1}}
\providecommand{\gnumericPB}[1]%
{\let\gnumericTemp=\\#1\let\\=\gnumericTemp\hspace{0pt}}
\ifundefined{gnumericTableWidthDefined}
\newlength{\gnumericTableWidth}
\newlength{\gnumericTableWidthComplete}
\newlength{\gnumericMultiRowLength}
\global\def\gnumericTableWidthDefined{}
\fi
%% The following setting protects this code from babel shorthands. %%
\ifthenelse{\isundefined{\languageshorthands}}{}{\languageshorthands{english}}
%% The default table format retains the relative column widths of %%
%% gnumeric. They can easily be changed to c, r or l. In that case %%
%% you may want to comment out the next line and uncomment the one %%
%% thereafter %%
\providecommand\gnumbox{\makebox[0pt]}
%%\providecommand\gnumbox[1][]{\makebox}

%% to adjust positions in multirow situations %%
\setlength{\bigstrutjot}{\jot}
\setlength{\extrarowheight}{\doublerulesep}

%% The \setlongtables command keeps column widths the same across %%
%% pages. Simply comment out next line for varying column widths. %%
\setlongtables

\setlength\gnumericTableWidth{%
51pt+%
273pt+%
209pt+%
0pt}
\def\gumericNumCols{3}
\setlength\gnumericTableWidthComplete{\gnumericTableWidth+%
\tabcolsep*\gumericNumCols*2+\arrayrulewidth*\gumericNumCols}
\ifthenelse{\lengthtest{\gnumericTableWidthComplete > \linewidth}}%
{\def\gnumericScale{\ratio{\linewidth-%
\tabcolsep*\gumericNumCols*2-%
\arrayrulewidth*\gumericNumCols}%
{\gnumericTableWidth}}}%
{\def\gnumericScale{1}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% The following are the widths of the various columns. We are %%
%% defining them here because then they are easier to change. %%
%% Depending on the cell formats we may use them more than once. %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\ifthenelse{\isundefined{\gnumericColA}}{\newlength{\gnumericColA}}{}\settowidth{\gnumericColA}{\begin{tabular}{@{}p{51pt*\gnumericScale}@{}}x\end{tabular}}
\ifthenelse{\isundefined{\gnumericColB}}{\newlength{\gnumericColB}}{}\settowidth{\gnumericColB}{\begin{tabular}{@{}p{273pt*\gnumericScale}@{}}x\end{tabular}}
\ifthenelse{\isundefined{\gnumericColC}}{\newlength{\gnumericColC}}{}\settowidth{\gnumericColC}{\begin{tabular}{@{}p{209pt*\gnumericScale}@{}}x\end{tabular}}

\begin{longtable}[c]{%
b{\gnumericColA}%
b{\gnumericColB}%
b{\gnumericColC}%
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The longtable options. (Caption, headers... see Goosens, p.124) %%
% \caption{The Table Caption.} \\ %
% \hline % Across the top of the table.
%% The rest of these options are table rows which are placed on %%
%% the first, last or every page. Use \multicolumn if you want. %%

%% Header for the first page. %%
% \multicolumn{3}{c}{The First Header} \\ \hline
% \multicolumn{1}{c}{colTag} %Column 1
% &\multicolumn{1}{c}{colTag} %Column 2
% &\multicolumn{1}{c}{colTag} \\ \hline %Last column
% \endfirsthead

%% The running header definition. %%
% \hline
% \multicolumn{3}{l}{\ldots\small\slshape continued} \\ \hline
% \multicolumn{1}{c}{colTag} %Column 1
% &\multicolumn{1}{c}{colTag} %Column 2
% &\multicolumn{1}{c}{colTag} \\ \hline %Last column
% \endhead

%% The running footer definition. %%
% \hline
% \multicolumn{3}{r}{\small\slshape continued\ldots} \\
% \endfoot

%% The ending footer definition. %%
% \multicolumn{3}{c}{That's all folks} \\ \hline
% \endlastfoot
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\hhline{|-|-|-}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{\textbf{Po�o}}}
&\multicolumn{1}{p{\gnumericColB}|}%
{\gnumericPB{\centering}\gnumbox{\textbf{Litologia predominante na se��o filtrante}}}
&\multicolumn{1}{p{\gnumericColC}|}%
{\gnumericPB{\centering}\gnumbox{\textbf{Condutividade hidr�ulica (cm/s)}}}
\\
\hhline{34===:t|}
\multicolumn{1}{||p{\gnumericColA}|}%
{}
&\multicolumn{1}{p{\gnumericColB}|}%
{\gnumericPB{\centering}\gnumbox{\textbf{Po�os de monitoramento rasos}}}
&\multicolumn{1}{p{\gnumericColC}||}%
{}
\\
\hhline{|b:===29}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-03*}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{|---|}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-04*}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{|---|}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-11*}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{|---|}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-21*}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{34===:t|}
\multicolumn{1}{||p{\gnumericColA}|}%
{}
&\multicolumn{1}{p{\gnumericColB}|}%
{\gnumericPB{\centering}\gnumbox{\textbf{Po�os de monitoramento multin�veis}}}
&\multicolumn{1}{p{\gnumericColC}||}%
{}
\\
\hhline{14---20}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-23}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{|---|}
\multicolumn{1}{|p{\gnumericColA}|}%
{\gnumericPB{\centering}\gnumbox{PM-27}}
&\multicolumn{1}{p{\gnumericColB}|}%
{}
&\multicolumn{1}{p{\gnumericColC}|}%
{}
\\
\hhline{|-|-|-|}
\end{longtable}

\ifthenelse{\isundefined{\languageshorthands}}{}{\languageshorthands{\languagename}}
\gnumericTableEnd

Este é o meu documento de código fonte para gerar meu relatório:

\documentclass[12pt,english,brazil,a4paper,fleqn]{report}
\author{Da Silva, João Carlos}
\usepackage{times}

%Pacotes Lingua
\usepackage[brazil]{babel}
\usepackage[utf8x]{inputenc}

%Pacote Biblio
%\usepackage{abnt-alf}
%\usepackage[alf,abnt-year-extra-label=yes]{abntcite}

\usepackage[titletoc,page,toc]{appendix}

%% Redefine the font used for the section headings to
%% Helvetica-Narrow Bold.
\usepackage{sectsty}
\chapterfont{\usefont{OT1}{phv}{bc}{n}\selectfont}

%Pacote Figuras
\usepackage{graphics}
\usepackage[dvipdfm]{graphicx}
\usepackage[dvipdfm]{color}
\usepackage{subfigure} %para inserir figuras lado a lado

%Pacotes Tabelas Gnumeric
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}
\usepackage{lscape}
%\usepackage{geometry}
%\geometry{hmargin={1cm,1cm},vmargin={1cm,1cm}
%\begin{document}

%Pacotes Equações
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}

\usepackage{setspace}

\usepackage[margin=2.5cm]{geometry}

\usepackage{indentfirst}

\usepackage{hyperref}
\usepackage{float}
\usepackage[subfigure]{tocloft}
\usepackage{titlesec}
\usepackage[center]{caption}
\usepackage{nomencl}
\usepackage{ifthen}
\makeatother
\makeatletter
\makeglossary

\def\inputGnumericTable{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\newenvironment{lyxlist}[1]
{\begin{list}{}
{\settowidth{\labelwidth}{#1}
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\renewcommand{\makelabel}[1]{##1\hfil}}}
{\end{list}}

%Comandos auxiliares Pacote nomencl

% cd /home/joao/doc_jc/Geologia_estrutural/
% makeindex aluatex.nlo -s nomencl.ist -o aluatex.nls

\begin{document}
\DeclareGraphicsExtensions{.jpg,.pdf,.mps,.png}
\setcounter{lofdepth}{2}
%**********************************CAPA*************************************

\begin{figure}[H]
\centering
\includegraphics[bb=0 0 155 42]{./Figura89.JPG}
% Figura89.JPG: 155x42 pixel, 72dpi, 5.47x1.48 cm, bb=0 0 155 42
\end{figure}


\vspace*{2cm}
\begin{spacing}{1.5}
\begin{center}\textbf{\Large CENTRO UNIVERSITÁRIO MONTE SERRAT}\\
\textbf{\Large (``UNIMONTE'')}\\
\textbf{\Large PROJETO DE PÓS-GRADUAÇÃO}\\
%\textbf{\Large }\par\end{center}{\Large \par}
\end{spacing}

\vspace{2cm}
\begin{spacing}{2.50}
\begin{center}
\textsf{\textbf{\LARGE \Huge INVESTIGAÇÃO DETALHADA}}\\
\end{center}{\ \par}
\end{spacing}

\vspace{0.5cm}
\begin{spacing}{2.50}
\begin{center}
\textsf{\textbf{\Huge }}\par\end{center}{\Huge \par}
\end{spacing}

\vspace*{0.5cm}

\par


%*****************************FOLHA DE ROSTO*********************************
\begin{onehalfspace}
\begin{flushleft}\leftskip=7.5cm
\leftskip=7.5cm Autor: \\ \textbf{Msc:João Carlos da Silva}\\
Colaborador:\\ \textbf{Msc:Ricardo Santos}\\ Data: 02/06/2010
\par
\end{flushleft}
\end{onehalfspace}

\par
\endgroup
%44444444444444444444444444444444444444444444444444444444444444444
%\begin{onehalfspace}
%\begin{flushleft}\leftskip=2.5cm \textbf{}\\
%\leftskip=4.5cm Autores:\\ \textbf{João Carlos da Silva\\ Pesquisadores: \\ Thiago Vieira Mascaro \\
%Daniel de Oliveira Pereira \\ Camila Rodrigues Ferreira}
%\par
%\end{flushleft}
%\end{onehalfspace}

%$03/2004$\vspace*{2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



\thispagestyle{empty}\newpage{}


\renewcommand\thepage{\roman{page}}

\newpage{}\thispagestyle{empty}


\doublespacing
%*****************************íNDICE********************************
\thispagestyle{empty}\newpage{}
\setcounter{tocdepth}{3}
\renewcommand{\contentsname}{Índice}
\tableofcontents

\newpage{}

\singlespacing
% Cria um comando auxiliar para montagem da lista de figuras
\newcommand{\figfillnum}[1]{%
{\hspace{0em}\normalfont\dotfill}\nobreak
\hb@xt@\@pnumwidth{\hfil\normalfont #1}{}\par}

% Cria um comando auxiliar para montagem da lista de tabelas
\newcommand{\tabfillnum}[1]{%
{\hspace{0em}\normalfont\dotfill}\nobreak
\hb@xt@\@pnumwidth{\hfil\normalfont #1}{}\par}

% Altera a forma de montagem da lista de figuras
\renewcommand*{\l@figure}[2]{
\leftskip 3.1em
\rightskip 1.6em
\parfillskip -\rightskip
\parindent 0em
\@tempdima 2.0em
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{Figura \normalfont #1}\nobreak \figfillnum{#2}}

% Altera a forma de montagem de lista de tabelas
\renewcommand*{\l@table}[2]{
\leftskip 3.4em
\rightskip 1.6em
\parfillskip -\rightskip
\parindent 0em
\@tempdima 2.0em
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{Tabela \normalfont #1}\nobreak \tabfillnum{#2}}


%*************************LISTA DE FIGURAS******************************
\addcontentsline{toc}{chapter}{Lista de Figuras}
\listoffigures
\newpage{}

%************************LISTA DE TABELAS*******************************
\addcontentsline{toc}{chapter}{Lista de Tabelas}
\listoftables
\newpage{}

%*******************************NOMENCLATURA****************************


%**********************************************************%
%*************************TEXTO****************************%
%**********************************************************%
\parindent 1cm
\doublespacing
\parskip 12pt
\par
%\cfoot[\thepage]{\thepage}
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Abstract

\begin{abstract}
Mostra-se uma tentativa de reaproveitamento do esgoto coletado e utilizado de
forma inadequada. A implementação da estação de tratamento
(ESTANREAP), apresenta uma maneira de reaproveitar os dejetos (sólidos e
líquidos) de água negra em forma de água tratável. O modelo incluí ainda o
aproveitamento das águas plúviais, que são bastante comuns na Baixada
Santista em determinados períodos. A iniciativa deste modelo é aproveitar
melhor os desperdícios de água potável e ainda economizar com os gastos de
água da Universidade. A estação contará com um sistema manual e para um
futuro pode ser implementado o sistema totalmente programado para
automatização. Como diferencial, a estação poderá servir de estação de
experimentos ambientais dos própios alunos da pós-graduação.

\textbf{Palavras chaves:} Dejetos sólidos; Água de reuso; Uso de água
racional.

%%%%%%%%%%%%%%%%%%%%%%colocar a forma de aparecer o abstract%%%%%%%%%%%%%%%%%
\begin{center}

\textbf{Abstract}

\end{center}


It shows an attempt to reuse of sewage collected and used in
inappropriately. The implementation of the treatment plant
(ESTANREAP) presents a way of reusing the waste (solid and
net) of black water in the form of treatable water. The model also includes
the rainwater harvesting, which are quite common in the Low Santos at certain
times. The initiative is to take advantage of this model
more waste drinking water and still save at the expense of
Water of the University. The station will have a manual system and a
future can be fully implemented the system programmed to
automation. As a distinction, the station could serve as a station
Own environmental experiments of students graduate.

\textbf {Keywords:} Solid Waste, Water reuse, Water use
rational

\end{abstract}






%*****************INTRODUÇÃO***************
\include{fase1}\newpage{}
\include{fase2}\newpage{}
\include{fase3}\newpage{}
\include{fase4}\newpage{}
\include{fase5}\newpage{}
\include{fase6}\newpage{}
\include{fase7}\newpage{}
\include{fase8}\newpage{}
\include{fase9}\newpage{}
\include{fase10}\newpage{}
\include{fase11}\newpage{}
\include{fase12}\newpage{}
\include{fase13}\newpage{}
\include{fase14}\newpage{}
%****************************BIBLIOGRAFIA**************************************

\bibliographystyle{abbrv}
\clearpage
\addcontentsline{toc}{chapter}{\bibname}
\bibliography{projeto.bib}
\nocite{*}\newpage{}


%******************************APENDiCES**********************

%\renewcommand{\appendixtocname}{APÊNDICES}
%\renewcommand{\appendixpagename}{APÊNDICES}
%\renewcommand{\appendixname}{Apêndice}
%\begin{appendices}
%\appendix
%\input{apendice}
%\input{apendicequimico}

%\end{appendices}


%*******************************ANEXOS***************************
\renewcommand{\appendixtocname}{ANEXOS}
\renewcommand{\appendixpagename}{ANEXOS}
\renewcommand{\appendixname}{Anexo}
\begin{appendices}
\appendix
%\input{parte5} \label{anx1}
%\input{parte6} \label{anx2}
%\input{parte7} \label{anx3}
%\input{parte8} \label{anx4}
%\input{parte9} \label{anx5}
%\input{parte10} \label{anx6}
%\input{tabelas} \label{anx2}

\end{appendices}

\end{document}
Então, eu consigo aumentar minha coluna de forma horizontal, mas não sei como aumentar minha coluna de forma vertical. Se consigo aumentar a forma vertical tenho a possibilidade de diminuir o espaço lateral e aí cabe tudo num formato a4.
Se alguém puder ajudar e agradeço imensamente.


4. Re: Modificar altura da coluna (tabela científica)

Wanderson G. Wanzeller
wander_gw

(usa KUbuntu)

Enviado em 10/12/2014 - 09:01h

Ola,

Acabei de enfrentar o mesmo problema e consegui um resultado "bom"

Só coloquei um \space logo após o \\ \hline


\begin{table}[htbp]
\begin{tabular}{p{3cm}|p{2cm}|p{2cm}|p{2cm} |p{2cm}|p{2cm}|} \cline{2-6} \vspace{.51cm}
& \bh{0 \qquad} & \bh{\pi/6\qquad} & \bh{\pi/4\qquad} & \bh{\pi/3\qquad} & \bh{\pi/2\qquad} \\ \hline\vspace{.5cm}
seno & \bh{ 0} & \bh{ 1/2} & \bh{\sqrt{2}/2} & &\bh{ 1 } \\\hline\vspace{.5cm}
cosseno& &\bh{\sqrt{3}/2} & \bh{\sqrt{2}/2} & \bh{ 1/2 } & 0 \\\hline\vspace{.5cm}
tangente& 0 &\bh{\sqrt{3}/3} & & \bh{\sqrt{3}} & \bh{ \not\exists} \\\hline\vspace{.5cm}
cotangente& & & \bh{1} & & \\\hline\vspace{.5cm}
secante& \bh{1} & & & & \\\hline\vspace{.5cm}
cossecante& & & & & \\\hline
\end{tabular}
\end{table}


Espero ter ajudado!!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts