Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1595 connectés 

 


Avec quel éditeur faites-vous du LateX ?
Sondage à 2 choix possibles.




Attention si vous cliquez sur "voir les résultats" vous ne pourrez plus voter

 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  43  44  45  ..  116  117  118  119  120  121
Auteur Sujet :

[Topic unique] LaTeX (R)

n°2187844
Jeddo
A nice place to live
Posté le 12-10-2005 à 19:02:27  profilanswer
 

Reprise du message précédent :
Rebonjour à tous :hello: Ca fait un bye que j'avais pas mis les mains dans \LaTeX :D  
J'ai la flemme de parcourir les 44 pages du topic :p  
Je cherche à faire un glossaire en fait et j'ai vu sur la FAQfr qu'il y avait deux contributions : GloTeX et GlossTeX... Vous me conseillez quoi ?


---------------
FREE DATOUNE
mood
Publicité
Posté le 12-10-2005 à 19:02:27  profilanswer
 

n°2191780
troopa81
Posté le 17-10-2005 à 09:11:41  profilanswer
 

bonjour a tous !!  
 
j'aimerais savoir comment faire pour que le texte reviennent automatiquement dans un tableau avec tabular ou tabularx. J'ai essayé l'option p{width} mais il faut fixer la largeur de la colonne hors j'aimerai quelle remplisse la page toute seule.  
 
Merci

n°2191783
Jeddo
A nice place to live
Posté le 17-10-2005 à 09:24:55  profilanswer
 

troopa81 a écrit :

bonjour a tous !!  
 
j'aimerais savoir comment faire pour que le texte reviennent automatiquement dans un tableau avec tabular ou tabularx. J'ai essayé l'option p{width} mais il faut fixer la largeur de la colonne hors j'aimerai quelle remplisse la page toute seule.  
 
Merci


Je comprends pas. Tu veux faire un tableau avec une seule colonne ??
Sinon, utilise p{x\linewidth} où x est un coefficient entre 0 et 1, par exemple 0.5\linewidth c'est la moitié de la largeur d'une ligne.


---------------
FREE DATOUNE
n°2191799
troopa81
Posté le 17-10-2005 à 09:37:35  profilanswer
 

je veux faire un tableau a 2 colonne dont l'une as un largeur fixe et l'autre remplit la ligne. Mon pb est qu'avec tabular, le texte, si il est top long sort du tableau et ne revient pas automatiquement à la ligne. tabularx pourré peut etre résoudre mon pb mais il ne me permet pas de le placer dans un environnement :  
 
 
\newenvironment{rubrique}[1]
%debut
{
 
  \begin{tabularx}{\textwidth}{
      >{\noindent\raggedright\bfseries}m{\TAILLECOLONNE}  %%gras, centre a gauche, avec largeur de colonne fixe
      l}
 
}  
%fin
{
  \end{tabularx}  
}
 
en effet il me met une erreur car il attend la fin du tabularx. J'espere avoir été plus clair.

n°2191814
troopa81
Posté le 17-10-2005 à 10:10:39  profilanswer
 

j'ai résolu mon pb en utilisant tabular et avec ta technique 0.2\textwidth. Par contre il a fallu que je vire l espace intercolonne pour que mon tableau ne depasse pas du cadre de la page.  
 
\begin{tabular}{@{} l @{} c @{} } ...  
 
par contre S que quelqu'un sait comment faire un calcul arithmétique, je veux calculer :  
 
1-\TAILLECOLONNEDROITE
 
merci

n°2192377
winnt
Posté le 17-10-2005 à 19:53:12  profilanswer
 

Bonjour,
voilà, je souhaiterais mettre sur la première page d'un document LateX des petits logos :heink:  
 
Sur la page de titre, je veux deux logos en haut(un dans le coin gauche, l'autre dans le coin droit) et un logo tout en pied de page (\begin{center}  ..... \end{center} bien centré au milieu).
Par exemple si on imagine une thèse; en haut à gauche votre école, à droite le logo de l'entreprise d'acceuil et tout en bas le logo de votre labo   :sol:  (mais ce doc n'a rien à voir avec la fac :jap: )
 
Le problème c'est que déjà la marge haute c'est galère, en plus quand on insère une image sur la page de titre, il y a de fortes chances pour qu'elle se mette sur une page indépendante avant la page de titre :heink:  
 
Puisque la première page est des plus compliquées, si vous avez un exemple sous le coude, je suis preneur, merci d'avance :jap:
 
Ce message est un copié collé car cette rubrique m'a été conseillée par un modo  :sol:

n°2192379
Mjules
Parle dans le vide
Posté le 17-10-2005 à 19:54:14  profilanswer
 

tu peux déjà commencer par mettre tout ça dans un environnement titlepage


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°2192382
Ernestor
modo-coco :o
Posté le 17-10-2005 à 19:55:14  profilanswer
 

Pour tes deux images du haut, tu peux utiliser un tableau avec deux cases, chacune insérant une figure et l'alignant du bon coté.
 
Faut forcer la largeur du tableau à la largeur de la page quand tu le définis.


---------------
Idéaliste pragmatique gauchiste cherche camarades pour fonder un parti
n°2192471
toutsec
Posté le 17-10-2005 à 22:06:28  profilanswer
 

salut :)
 
la recherche intra topic ne marche pas en ce moment avec "cv"
 
alors, je cherche des exemples de cv, voir des modèles.
 
merci :jap:


---------------
Premier Mondial sur Boinc! merci HFR :D
n°2192562
Ciler
Posté le 18-10-2005 à 00:27:02  profilanswer
 

http://www.isabelle-hurbain.com/soft/index.fr.html  
 
La nana code aussi des bots IRC :D


---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8
mood
Publicité
Posté le 18-10-2005 à 00:27:02  profilanswer
 

n°2193354
toutsec
Posté le 18-10-2005 à 21:17:26  profilanswer
 

merci :)
 
j'avais déja remarqué ce site (il doit être dans les 1eres pages du topic il me semble)
 
mais j'ai pas compris comment les faire marcher :o
 
mais je vais y arriver  :p


Message édité par toutsec le 18-10-2005 à 21:17:47

---------------
Premier Mondial sur Boinc! merci HFR :D
n°2195114
neg'gwada
rafix 971
Posté le 20-10-2005 à 15:49:09  profilanswer
 

Question aux utilisateurs de Texniccenter. Je cherche à savoir si il y a un moyen de creer des "Macros", comme pour winshell. J'arrive à creer des toolbars mettre des actions dedans mais elles sont deja définis. j'aimerai créer un bouton dans ma toolbar qui me permettrait d'ecrire des trucs prédéfinis: par example lorsqu'on clic sur Enummerated equation ca nous sort:
 
\begin{equation}
 
\end{equation}
 
moi j'aimerais qu'il me sorte un truc personalisé du genre
 
%---------------------------------------------------------------------------
\begin{equation}\label{ }
   
\end{equation}
%---------------------------------------------------------------------------
c'est possible?  :jap:

Message cité 1 fois
Message édité par neg'gwada le 20-10-2005 à 15:51:09

---------------
--- WinSplit Revolution ---
n°2195327
Je@nb
Kindly give dime
Posté le 20-10-2005 à 18:18:24  profilanswer
 

Est-ce que parmis vous il y en ont qui ont des exemples de compte rendu de TP (info) en LaTeX avec inclusion de code source, schéma etc ?

n°2195422
Ciler
Posté le 20-10-2005 à 19:19:04  profilanswer
 

Je@nb a écrit :

Est-ce que parmis vous il y en ont qui ont des exemples de compte rendu de TP (info) en LaTeX avec inclusion de code source, schéma etc ?


C'est un TP de chimie, mais le contenu en lui-meme ne fait aucune difference :o
 

Citation :


\documentclass[]{article}
\usepackage{ciler}
% Provides packages xymtex and graphicx and selects appropriate input depending on
% output type, DVI or PDF. Define commands \myauthor \mytitle ... that add corresponding
% infos to a PDF file if PDF output
 
\myauthor{}
\mytitle{I.R.~Spectrophotometry}
\mysubject{}
\mykeywords{}
\date{}
 
\begin{document}
\maketitle
 
\section{Introduction}
 
\subsection{Objectives of the experiment}
Commercial xylene (dimethylbenzene) is a mixture of ortho, meta and para isomers, illustrated in figure \ref{fig:xylene} page \pageref{fig:xylene}. These isomers cannot be separated easily by chromatographic methods or distillation and their UV/Visible spectra are hardly distinguishable (thus fluorescence would fail at discriminating them too). They however exhibit sufficient differences in their infrared spectra to allow for independent quantification of each isomer. Hence the use of IR spectroscopy to determine the composition of a commercial xylene mixture in this experiment.
\begin{figure}[htb]
  \caption{the 3 xylene isomers}  
  \centering
  \begin{tabular}[c]{c}
    \bzdrv{1==CH$_3$;2==CH$_3$}\\
    ortho
  \end{tabular}
  \begin{tabular}[c]{c}
    \bzdrv{1==CH$_3$;3==CH$_3$}\\
    meta
  \end{tabular}
  \begin{tabular}[c]{c}
    \bzdrv{1==CH$_3$;4==CH$_3$}\\
    para
  \end{tabular}
  \label{fig:xylene}
\end{figure}
 
\subsection{Theory of infrared spectroscopy}
The range of electromagnetic spectrum refered to as infrared\footnote{later refered as IR} is 0.75$\sim$300 $\mu$m. However, the vast majority of applications occurs between 2.5 and 15 $\mu$m (4000 cm$^{-1}$ to 670 cm$^{-1}$).
 
IR spectrophotometry studies the molecular \emph{absorption} of radiation in the IR range. The energy level of IR radiations is not sufficient to trigger promotion of electrons to excited states, but is enough to send the molecule to a higher \emph{vibrationnal} state -- refered as such because the energy absorbed is converted to molecular motion in the form a vibrations of two types~: \emph{stretching}, a motion along the bond axis, and \emph{bending} a change in bond angle. These vibrations can be described in several ways but the most common approach is a Hook-type law where atoms acts as masses and the bonds between them as springs.  
 
There are two conditions necessary for the absorption of IR radiations by a molecule~:
\begin{itemize}
  \item the frequency of the incident radiation must be equal to that of the particular vibration mode. This can also be seen from an energy point of view as saying that the energy of the incident radiation must be equal to the difference in energy between the two levels the transition is comprised.
  \item there must be a change in the \emph{charge distribution} of the molecule -- a change in its \emph{dipole moment} -- for it to interact with the incident radiation.
\end{itemize}
 
As for other spectroscopic methods, IR consists in exposing a sample to a radiation source and record the transmitted intensity. Therefore, IR spectra are absorption spectra from which information can be obtained. They are composed of bands or peaks -- and not of lines as would be expected -- because the re-emission by the molecule also includes overtones and combinations that overlap with the fundamental vibrations~; each band having a specific intensity. This intensity is depends upon the magnitude of the change in oscillating bond during the transition and is also directly related to the number of bond in the molecule responsibles for that particular absorption.
 
\subsubsection{Quantitative analysis}
As mentioned above, the intensity of an absorption band for a given bond is proportional to a certain extent to the concentration of that bond in the solution, thus quantitative IR analysis is possible within a certain range and is described by a Beer-Lambert type law~:
\begin{displaymath}
  \mathrm{Absorbance} = \log{\frac{I_o}{I}} = \epsilon C l
\end{displaymath}
where $I_o$ is the incident intensity, $I$ the transmitted intensity, $C$ the concentration of the absorbing bond, $l$ the path length of the incident beam through the sample and $\epsilon$ a coefficient.
 
\subsubsection{Qualitative analysis}
Although it is the most common use of IR spectroscopy, it is not extensively used in this experiment. Since each bond has a specific vibration frequency -- which can obviously vary slightly depending on the surroundings, structural investigation using IR spectra can be relatively efficient. Coupled with NMR and mass spectroscopy data, it is the best approach for complete structural determination even for extremely complex molecules.
 
\subsection{Instrumentation}
Two kinds of spectrometers are available for IR spectroscopy, \emph{dispersive} and with \emph{Fourier transform} operation. A FT-IR is used in this experiment.
 
\subsubsection{dispersive spectrometers}
The sample is illuminated with a uniform IR beam containing all wavelengths. After passing through the sample the light is then directed through a monochromator in which a given wavelength is selected to illuminate the detector and allow the transmittance to be determined. By scanning the monochromator across all wavelengths a spectrum is obtained.
 
These spectrometers exist as both \emph{single-beam} and \emph{double-beam} apparatuses. Double-beam equipment provides slightly more accurate and easier operation but is more expensive. Dispersive spectrometers are generally regarded as slower and less accurate than Fourier transform instruments.
\subsubsection{Fourier transform spectrometers}
Based on the \emph{Michelson interferometer}, and subsequent reconstruction of the spectrum through a \emph{Fourier transform}, those spectrometer allow for both faster and more accurate operation. A more detailed description is available on the following website~: \href{http://membres.lycos.fr/ciler/archives/Lectures/Spectroscopy/Lect3\_IR.pdf}{IR SPECTROSCOPY - instrumentation \& techniques}
 
\section{Safety}
Two chemicals are used in this experiment, cyclohexane and xylene. Cyclohexane is a common organic solvent, and as such the usual safety precautions should apply (labcoat, safety glasses, gloves). Xylene, being a benzene derivative is most likely similarly -- if not more acutely -- toxic.
 
\subsection{Cyclohexane}
Cyclohexane is very flammable (flash point at -20$^\circ$C) and may be ignited by contact with a hot surface -- a naked flame is not necessary, it should thus be used in a well vented area (fume-hood recommended) away from hot surfaces and ignition sources (electrical appliances). It must not be flushed down a sink as it is both an environmental hazard and a serious fire risk and should be stored for disposal in a specific container.
 
Cyclohexane is far less toxic than hexane, due to its cyclic structure, but is still hazardous and immediate medical help should be seeked if swallowed. In case of skin contact, wash off with soap\footnote{this is necessary since cyclohexane is poorly soluble in water} and water (only water in case of eye contact).  
 
\subsection{Xylene}
Xylene is flammable in lesser proportions than cyclohexane, and thus does not need any further precautions. It has however a higher toxicity and is both a respiratory irritant and a narcotic. Consequently, extreme care should be taken to work in a well vented area and limit exposure to xylene vapours.  
 
\section{Results \& discussion}
\subsection{Experimental results}
Procedure is as per manual. Spectra are attached as appendix at the end of the report.
 
\begin{table}[htb]
  \caption{Data sheet}
  \centering
  \begin{tabular}{l c c c c r}
      & \multicolumn{2}{c}{solution A} & \multicolumn{2}{c}{solution B} & commercial \\
    isomer & vol (mL/20mL) & abs & vol (mL/20mL) & abs & abs \\
    \hline
    ortho & 0.1 & 0.153 & 0.25 & 0.263 & 0.245 \\
    meta & 0.3 & 0.09 & 1 & 0.255 & 0.142 \\
    para & 0.1 & 0.097 & 0.5 & 0.363 & 0.117 \\
    \hline
  \end{tabular}\\
  results courtesy of Gillian Collins and Patricia Coffey.
  \label{tab:data}
\end{table}
 
Considering that~:
\begin{itemize}
\item all 3 solutions (A, B and commercial) have the same initial volume (20 mL) and dilution level (2$\rightarrow$20 mL)
\item all 3 isomers have the same molecular mass and density
\end{itemize}
it is possible to plot the initial volume content instead of concentration in the calibration plot and determine the equivalent volume content of the commercial sample.
 
\begin{figure}[htb]
  \caption{Calibration plots and calculations}
  \centering
  \includegraphics[width=0.45\textwidth]{plot}  
   \begin{tabular}[b]{l r}
     isomer & equation \\
     \hline
     ortho & Abs = 0.7333vol + 0.0797 \\
     meta & Abs = 0.2357vol + 0.0193 \\
     para & Abs = 0.665vol + 0.0305 \\
     \hline
     \\
     isomer & vol (mL/20mL) in com\\
     \hline  
     ortho & 0.22 \\
     meta & 0.52 \\
     para & 0.13 \\
     \hline
     \\
   \end{tabular}
  \label{fig:cal}
\end{figure}
 
\subsection{Obtaining the \% content}
The commercial sample has been made from 1 mL of commercial mixture. Therefore, the \% content can be calculated from the equivalent volumes obtained above.
 
\begin{displaymath}
  \textrm{\% content}=\frac{\textrm{equivalent volumic content of the isomer (mL)}}{\textrm{total xylene volume (mL)}} \times 100
\end{displaymath}
 
\subsection{Final results}
In the commercial sample, the first meta peak (690 cm$^{-1}$) is slightly enlarged compared to solutions A and B spectra, and its top is flat instead of the sharp peaks obtained for the other samples. This is most likely due to an interaction with another molecule in the mixture. Since it is not seen in either A or B, it cannot be the solvent or another of the isomers,. Hence the conclusion that there most likely is at least another chemical in the commercial mixture.
 
This is confirmed by calculating the \% composition and noticing that the total of all 3 isomers does not add up to 100\%, as seen in table \ref{tab:results}.  
\begin{table}[htb]
  \caption{Content of the commercial mixture}
  \centering
  \begin{tabular}{l c }
    isomer & \% content (vol) \\
    \hline
    ortho & 22  \\
    meta & 52  \\
    para & 13  \\
    others & 13 \\
    \hline
  \end{tabular}
  \label{tab:results}
\end{table}
 
It may that the extra compound is ethylbenzene, a structural isomer of xylene, illustrated in figure \ref{fig:eb}. It has similar density and boiling point as xylene, and is obtained in the same fraction of petrol distillate, which explains its non-negligible presence in the commercial mixture.  
 
\begin{figure}[htb]
  \caption{ethylbenzene}  
  \centering
    \bzdrv{1==CH$_2$-CH$_3$}
  \label{fig:eb}
\end{figure}  
 
\section{Conclusion}
Final results for the experiment are summarised in table \ref{tab:conc}. Values obtained are in the acceptable order of magnitude, which indicates that the experiment has been overall properly carried out. However, it can be noticed that the content value for the ortho isomer falls out of the expected range (and consequently, so does the ethylbenzene one).  
 
\begin{table}[htb]
  \caption{Final results}
  \centering
  \begin{tabular}{l c r}
    isomer & \% content (vol) & labeled value \\
    \hline
    ortho & 22 & 15-20\% \\
    meta & 52 & 40-65\% \\
    para & 13 & $<$20\% \\
    ethylbenzene & 13 & 15-20\% \\
    \hline
  \end{tabular}
  \label{tab:conc}
\end{table}
 
This could be due to several factors. The accuracy of the calibration must be considered first. It is widely accepted that quantitative IR measurement are not very accurate. The experimental choice of measuring ortho over a narrow concentration range contributes to enhancing the order of magnitude of the error, as a small variation in the absorbance leads to a large variation in the slope of the calibration line. Furthermore, the fact that only two points are used to obtain the calibration means that there is no smoothing of an experimental artifact, as there would be with a 10 points calibration line. Ultimately, it is possible that the pure ortho has been contaminated which would result in a lesser amount present in the calibration than expected, thus leading to higher readings.
 
As a conclusion it can be said that content for meta and para isomer is acceptable, and that ortho and ethylbenzene should be rechecked in order to confirm their concentrations. This new experiment set could also be used to check if ethylbenzene is the contaminant and whether or not it is pure or just the main non-xylene compound.
 
Ultimately, it should be pointed that the sample processing through the IR spectrometer was made in poor safety conditions -- with very little venting and quite a noticeable amount of xylene vapour inhaled. In order to enhance safety, it would be advisable for the IR spectrometer to be moved into, or at least very near to a fumehood.  
\end{document}  


Le seul truc un peu hardcore dedans c'est le graphique avec donnees a cote, mais meme ca c'est pas bien mechant.


---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8
n°2195445
Jeddo
A nice place to live
Posté le 20-10-2005 à 19:43:35  profilanswer
 

Je@nb a écrit :

Est-ce que parmis vous il y en ont qui ont des exemples de compte rendu de TP (info) en LaTeX avec inclusion de code source, schéma etc ?


Je cherche ça et je te mets un lien (pour le code source : package listings).
 
@ciler :

Citation :

\usepackage{ciler}


 :sol:
 
EDIT :
- un rapport avec des listings en langage C et des figures (png)
- le pdf qui va avec
 
N'hésite pas à me contacter pour + de précisions :jap:

Message cité 1 fois
Message édité par Jeddo le 20-10-2005 à 20:03:27

---------------
FREE DATOUNE
n°2195486
Je@nb
Kindly give dime
Posté le 20-10-2005 à 20:10:33  profilanswer
 

Hmmm merci c'est cool.
Ca rend bien et le package listings a l'air mal puissant. Je pense que je vais faire mes rapport de TP en LaTeX il me reste juste à convaincre ma co-TP.
Par contre j'ajouterai surement hyperref pour que le pdf soit tout indexé et compilerai avec pdflatex mais merci ça me conforte dans l'idée que ça peut le faire.
 
Ya des styles normés ou pas sinon concernant les comptes rendu ?

n°2195538
Ciler
Posté le 20-10-2005 à 20:52:56  profilanswer
 

Jeddo a écrit :


@ciler :

Citation :

\usepackage{ciler}


 :sol:


Ah tiens, j'ai oublie de donner ca, ca marche moins bien sans [:tinostar]
 
C'est pas un vrai package en fait, juste mon header type que j'ai pas envie de me faire chier a rerentrer a chaque fois  :D  

Citation :

\ProvidesPackage{ciler}
 
%xymtex is a molecular structures drawing tool
\usepackage{xymtexps}
 
% PDFLaTeX takes JPEG/PNG/PDF not EPS as graphic input
\ifx\pdfoutput\undefined
% LaTeX -> DVI
  \wedgehashedwedge                  %PostScript compatible mode (wedge and hashed wedge)
  \usepackage{graphicx}
  \graphicspath{{psfig/}}
  \newcommand{\myauthor}[1]{\author{#1}}
  \newcommand{\mytitle}[1]{\title{#1}}
  \newcommand{\mysubject}[1]{}
  \newcommand{\mykeywords}[1]{}
  \newcommand{\url}[1]{\emph{#1}}
  \newcommand{\href}[2]{\emph{#2}[#1]}
\else
% PDFLaTeX -> PDF                     %pdfLaTeX compatibility mode for XymTeX
  \reducedsizepicture
  \usepackage[pdftex]{graphicx}
  \graphicspath{{pdffig/}}
  \usepackage[pdftex]{hyperref}       %allows bookmarks in the PDF file
  \newcommand{\myauthor}[1]{\author{#1}\hypersetup{pdfauthor={#1}}}
  \newcommand{\mytitle}[1]{\title{#1}\hypersetup{pdftitle={#1}}}
  \newcommand{\mysubject}[1]{\hypersetup{pdfsubject={#1}}}
  \newcommand{\mykeywords}[1]{\hypersetup{pdfkeywords={#1}}}
\fi
% As a consequence the input for a picture looks like
%\includegraphics{pic} << no directory or extension needed :]


---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8
n°2195539
neg'gwada
rafix 971
Posté le 20-10-2005 à 20:53:38  profilanswer
 

neg'gwada a écrit :

Question aux utilisateurs de Texniccenter. Je cherche à savoir si il y a un moyen de creer des "Macros", comme pour winshell. J'arrive à creer des toolbars mettre des actions dedans mais elles sont deja définis. j'aimerai créer un bouton dans ma toolbar qui me permettrait d'ecrire des trucs prédéfinis: par example lorsqu'on clic sur Enummerated equation ca nous sort:
 
\begin{equation}
 
\end{equation}
 
moi j'aimerais qu'il me sorte un truc personalisé du genre
 
%---------------------------------------------------------------------------
\begin{equation}\label{ }
   
\end{equation}
%---------------------------------------------------------------------------
c'est possible?  :jap:

up :)


---------------
--- WinSplit Revolution ---
n°2195557
Je@nb
Kindly give dime
Posté le 20-10-2005 à 21:04:41  profilanswer
 

Citation :

\ifx\pdfoutput\undefined


Tu définis comment si tu utilises pdflatex ?
usepackage[pdfoutput]{ciler} ?

n°2195561
Jeddo
A nice place to live
Posté le 20-10-2005 à 21:05:38  profilanswer
 

Je@nb a écrit :

Hmmm merci c'est cool.
Ca rend bien et le package listings a l'air mal puissant. Je pense que je vais faire mes rapport de TP en LaTeX il me reste juste à convaincre ma co-TP.
Par contre j'ajouterai surement hyperref pour que le pdf soit tout indexé et compilerai avec pdflatex mais merci ça me conforte dans l'idée que ça peut le faire.
 
Ya des styles normés ou pas sinon concernant les comptes rendu ?


Y'a pas de quoi, c'est tjs un plaisir l'entraide ! J'espère que t'arriveras à convaincre ta co-tp. Normalement, LaTeX ça devrait pas effrayer les informaticiens ;)  
C'est quoi comme compte-rendu : quelle matière, quel niveau ?


---------------
FREE DATOUNE
n°2195566
Jeddo
A nice place to live
Posté le 20-10-2005 à 21:07:23  profilanswer
 

Je@nb a écrit :

Citation :

\ifx\pdfoutput\undefined


Tu définis comment si tu utilises pdflatex ?
usepackage[pdfoutput]{ciler} ?


A mon avis c'est lors de la compilation :o


---------------
FREE DATOUNE
n°2195578
Jeddo
A nice place to live
Posté le 20-10-2005 à 21:14:18  profilanswer
 


C'est bizarre que tu n'aies pas de réponse, vu que la majorité utilise ce soft :??:  
Mais bon, je peux pas t'aider, j'ai abandonné TeXnikcenter pour Kile :ange:  
Désolé, bon courage qd même.


Message édité par Jeddo le 20-10-2005 à 21:15:55

---------------
FREE DATOUNE
n°2195617
Je@nb
Kindly give dime
Posté le 20-10-2005 à 21:43:58  profilanswer
 

Jeddo a écrit :

Y'a pas de quoi, c'est tjs un plaisir l'entraide ! J'espère que t'arriveras à convaincre ta co-tp. Normalement, LaTeX ça devrait pas effrayer les informaticiens ;)  
C'est quoi comme compte-rendu : quelle matière, quel niveau ?


 
Matière c'est Algorithmie et Programmation ou Système d'exploitation pour l'instant mais si j'ai d'autres comptes rendu genre en réseau je pense que je ferai pareil. Niveau 1ère année école d'ingénieur (BAC +3 donc)

n°2195704
Jeddo
A nice place to live
Posté le 20-10-2005 à 23:07:48  profilanswer
 

Je@nb a écrit :

Matière c'est Algorithmie et Programmation ou Système d'exploitation pour l'instant mais si j'ai d'autres comptes rendu genre en réseau je pense que je ferai pareil. Niveau 1ère année école d'ingénieur (BAC +3 donc)


OK. Bon courage pour ton école. Niveau algo, doit y avoir moyen de faire des beaux listings avec if... then...else, etc.  Tu devrais t'adapter sans pb :)


---------------
FREE DATOUNE
n°2195760
Ciler
Posté le 21-10-2005 à 00:21:42  profilanswer
 

Je@nb a écrit :

Citation :

\ifx\pdfoutput\undefined


Tu définis comment si tu utilises pdflatex ?
usepackage[pdfoutput]{ciler} ?


 

Jeddo a écrit :

A mon avis c'est lors de la compilation :o


 
Je definis rien. Si je compile avec LaTeX, il prends le 1er membre et ignore le 2e, et si je compile avec pdfLaTeX, il ignore le 1er et prends le second.


---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8
n°2199797
Je@nb
Kindly give dime
Posté le 24-10-2005 à 23:28:19  profilanswer
 

Comment faire pour afficher dans ma table des matières Introduction et Conclusion mais qu'ils n'aient pas de numéro ?
\section*{Introduction} ça m'enlève les n° mais ça me les vire du sommaire

n°2200249
Ernestor
modo-coco :o
Posté le 25-10-2005 à 13:36:31  profilanswer
 

Très grand classique ;)
 
http://forum.hardware.fr/forum2.ph [...] 0#t1542556


---------------
Idéaliste pragmatique gauchiste cherche camarades pour fonder un parti
n°2200256
Je@nb
Kindly give dime
Posté le 25-10-2005 à 13:42:14  profilanswer
 

Ah merde pourtant je lis le topic depuis plusieurs années et j'ai oublié que ça avait été déjà répondu et j'ai pas fait de recherches :( honte à moi :D
Merci en tout cas ;)

n°2200257
Ernestor
modo-coco :o
Posté le 25-10-2005 à 13:42:26  profilanswer
 

De rien :)


---------------
Idéaliste pragmatique gauchiste cherche camarades pour fonder un parti
n°2200422
Je@nb
Kindly give dime
Posté le 25-10-2005 à 16:12:58  profilanswer
 

Ya une méthode pour faire des schéma jolis ?
Car quand je fais mon pdf avec pdflatex à partir de png ça rend tout caca.
 
Si je fais en dvips avec un .eps pareil il y a des trucs pour que ça marche bien ? J'utilise Dia pour faire mes schémas :/

n°2200505
Jeddo
A nice place to live
Posté le 25-10-2005 à 17:12:41  profilanswer
 

Je@nb a écrit :

Ya une méthode pour faire des schéma jolis ?
Car quand je fais mon pdf avec pdflatex à partir de png ça rend tout caca.
 
Si je fais en dvips avec un .eps pareil il y a des trucs pour que ça marche bien ? J'utilise Dia pour faire mes schémas :/


Bizarre... avec Dia/png, je n'ai jamais eu de pb.


---------------
FREE DATOUNE
n°2200513
Jeddo
A nice place to live
Posté le 25-10-2005 à 17:16:05  profilanswer
 

Quel OS utilises-tu ? Quel viewer ? Quels objets dia as-tu mis dans ton schéma ?


---------------
FREE DATOUNE
n°2200521
dizzie
Posté le 25-10-2005 à 17:22:23  profilanswer
 

Je@nb a écrit :

Ya une méthode pour faire des schéma jolis ?
Car quand je fais mon pdf avec pdflatex à partir de png ça rend tout caca.
 
Si je fais en dvips avec un .eps pareil il y a des trucs pour que ça marche bien ? J'utilise Dia pour faire mes schémas :/


J'ai toujours inclus des png et jpg dans mes documents et aucun pb. Est-ce que les tiens ne manqueraient pas de définition ?

n°2200548
Je@nb
Kindly give dime
Posté le 25-10-2005 à 17:37:07  profilanswer
 

Linux (Gentoo), libkghostviewpart en viewver ou acroread
Mes objets dia c'est des rectangles, losanges, du texte et des flèches.
 
J'ai exporté en png, là ça fait pas trop trop mal en fixant la width avec \linewidth

n°2200575
Jeddo
A nice place to live
Posté le 25-10-2005 à 17:44:38  profilanswer
 

Je@nb a écrit :

Linux (Gentoo), libkghostviewpart en viewver ou acroread
Mes objets dia c'est des rectangles, losanges, du texte et des flèches.
 
J'ai exporté en png, là ça fait pas trop trop mal en fixant la width avec \linewidth


pb résolu donc ?


---------------
FREE DATOUNE
n°2200589
Je@nb
Kindly give dime
Posté le 25-10-2005 à 17:53:20  profilanswer
 

Oué mais c'est normal de devoir mettre ça ?
Pour bien faire c'est quoi les manip à faire ?

n°2200601
Jeddo
A nice place to live
Posté le 25-10-2005 à 18:02:01  profilanswer
 

Je@nb a écrit :

Oué mais c'est normal de devoir mettre ça ?
Pour bien faire c'est quoi les manip à faire ?


Oui parce que quand tu exportes en png, ça te fait une résolution énorme je crois, donc ton schéma est bien souvent plus large qu'une page.


---------------
FREE DATOUNE
n°2200696
Ernestor
modo-coco :o
Posté le 25-10-2005 à 19:26:17  profilanswer
 

Et le mieux c'est d'exporter en PS, EPS ou PDF pour avoir du vectoriel, là ça sera nickel ;)


---------------
Idéaliste pragmatique gauchiste cherche camarades pour fonder un parti
n°2201823
Pitchoun56
Posté le 26-10-2005 à 16:35:06  profilanswer
 

Question : Comment faire le caractère (R) "rond" qui est en exposant pour une marque déposée ?
 
Je n'ai pas trouver ds les différents tutos...
 
Merci d'avance ;)

Message cité 1 fois
Message édité par Pitchoun56 le 26-10-2005 à 17:56:28
n°2202083
Ciler
Posté le 26-10-2005 à 19:40:21  profilanswer
 

\textregistered, \texttrademark et \copyright.
 
Et incidement, registered et copyright ne vont pas en exposant en typographie standard. trademark oui, mais c'est inclus par defaut dans le charactere.


---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8
n°2202458
Pitchoun56
Posté le 27-10-2005 à 01:33:50  profilanswer
 

Ciler a écrit :

\textregistered, \texttrademark et \copyright.
 
Et incidement, registered et copyright ne vont pas en exposant en typographie standard. trademark oui, mais c'est inclus par defaut dans le charactere.


Merci pour le coup de main ;)
 
Sinon, est ce qu'il y a un moyen pour qu'il n'y ait pas d'espace d'inséré automatiquement avant le ":".
Par ex. je voudrais mettre 1:1 et après la compil ca m'insère l'espacement habituel 1 :1.

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  43  44  45  ..  116  117  118  119  120  121

Aller à :
Ajouter une réponse
 

Sujets relatifs
[Topic] Le FASTPATH chez free !Pourquoi ferme t-on d'autorité un topic...
Je recherche un topic...Où mettre ce filtre ADSL??(fin du topic)
[Topic Unique] Freebox V3.... auront nous la V4 mi-juillet???[TU] Mozilla Thunderbird
Plus de sujets relatifs à : [Topic unique] LaTeX (R)


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)