search for: typeset

Displaying 20 results from an estimated 214 matches for "typeset".

2019 Apr 22
2
how can i get consumer-typeset exe in debug mode
Hi All, I have made some changes in AArch64LoadStoreOptimizer.cpp file and with check-llvm all tests are passing successfully. But in llvm-test suite some tests are failing, like consumer-typeset tests are failing. Now I want to debug with 'consumer-typeset' exe from SANDBOX. But it is release build. How can I debug this issue in this case and how can I get 'consumer-typeset' exe in debug mode? Could any one please give your suggestions on this issue. Thanks & Regard...
2007 Feb 15
1
Proper way to typeset the symbol for R in LaTeX?
Hoping this is not off topic... I am in the process of writing some tutorials for my students for learning R, and naturally I'm using Sweave for this. So suddenly a question occurred to me: LaTeX has a recommended way of typesetting the TeX and LaTeX symbols, via the \TeX and \LaTeX commands. Is there a similar command for the R symbol, or in general are there any guidelines/recommendations on how to typeset the letter R when referring to the R language? Haris
2011 Mar 01
1
vignette typesetting issue
...nding that LaTeX ties (that is, the tilde symbol, "~", used to tell LaTeX not to make a newline in the output), are appearing as actual tildes. This is not desired behaviour for me. Thus the PDF includes things like this: ". . . taken directly from~Oakley (1999)....". [this typeset as "taken directly from~\cite{oakley1999}..."]. I do not want the tilde to appear in the PDF file. I do not want to remove the tilde symbols because then latex would be free to make a line break between "from" and "Oakley", which is poor form. The issue does not aris...
2006 Dec 27
0
Formatting an arry to typeset as a table
I am writting some functions that return an array of coefficients along with confidence intetervals for each coefficient. My intent is to eventually typeset the coefficients and intervals into a table (or tables) in a document. I would like to use existing tools such as the 'latex' function in the Hmisc package, the 'odfTable' function in odfWeave package, or 'HTML' in the R2HTML package (or any others that work similarly). Th...
2019 Jan 05
2
empty list assertion
Hi, I'm trying to do a Debug build for the 1st time and I keep getting this assertion: llvm-tblgen: CodeGenDAGPatterns.cpp:64: llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>): Assertion `!VTList.empty() && "empty list?"' failed. I do not know what list this assertion is referring to. Does anyone know? I always did Release builds before without any problem. Thanks. -------------- next part...
2005 Dec 11
1
bug? in making security/isakmpd
...e somebody has to look at it, too. By, Gabor < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"
2010 May 12
1
Input encoding problem when using sweave with xetex
Hello Because I want to use different true type fonts with latex, I''m using the XeTeX typesetting engine for my sweave-documents. I''m using Lyx with Sweave on a Windows 7 PC and have set up LyX to work with XeTeX according to the following instructions: http://wiki.lyx.org/LyX/XeTeX Because the input file for XeTeX is assumed to be in UTF-8 encoding, I set the encoding under...
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
...er types such as v32f32, v32f64 although i have defined them appropriately in all the files like machinevaluetype.h, valuetypes.cpp etc. i have checked it many times but still getting the following error when build in debug mode. llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57: llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern &): Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT == MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed. What could be the reason?? please guide how to define new types in llvm backend....
2008 Apr 06
3
[OT] Typesetting / highlighting R code in Latex
Using Latex and the beamer class, I would like to highlight code snippets. Does anybody know a suitable 'preprocessor' or 'filter' for R (and/or C/C++) code ? I have been including it in simple \begin{verbatim} ... \end{verbatim} and I know there is a better way -- in fact I saw it used a while back in some package I looked at. And I didn't write that down... What I am
2019 Jan 06
2
empty list assertion
...t; On Sat, Jan 5, 2019 at 9:04 AM m m via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > >> Hi, >> I'm trying to do a Debug build for the 1st time and I keep getting this >> assertion: >> >> llvm-tblgen: CodeGenDAGPatterns.cpp:64: >> llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>): >> Assertion `!VTList.empty() && "empty list?"' failed. >> >> I do not know what list this assertion is referring to. Does anyone >> know? I always did Release builds before without any problem...
2004 Oct 04
4
Off-Topic: LaTeX package listings
Hola! I ask here since I learnt from this list that the LaTeX package listings should be good for typesetting R code. I encountered one problem: \begin{lstlisting} X %*% V \end{lstlisting} in the output the * in %*% disappears! same with %/%, etc, the / disappears. Any ideas? Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elman...
2006 Feb 12
1
Mathematical typesetting of column heads using the latex (Hmisc) function
Dear r-helpers, I would very much appreciate help with the following problem: The following command (in a .Rnw file) latex(anova(e7.lmer3, e7.lmer4), file = 'e7lmer34.tex', rowname = c ('nonlinear', 'linear'), longtable = FALSE, dcolumn = T, booktabs = T, table.env = F) produces the following output after running Sweave: % latex.default(anova(e7.lmer1, e7.lmer2),
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
...ed them >> appropriately in all the files like machinevaluetype.h, valuetypes.cpp >> etc. i have checked it many times but still getting the following error >> when build in debug mode. >> >> llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57: >> llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern &): >> Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT == >> MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed. >> > > Are you sure that you updated all of the enum va...
2015 May 13
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 12 May 2015 at 10:23, Renato Golin <renato.golin at linaro.org> wrote: > ARM binary passes all tests / test-suite. Uploaded. AArch64 looks ok, though my environment was a bit unstable and I had to add a few include paths here and there. The binary was uploaded into the server, in case someone wants to have a look, but I'll have to fix my environment for the final release.
2015 May 14
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 14 May 2015 at 16:49, Renato Golin <renato.golin at linaro.org> wrote: > MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset This was a fluke. The test passed later on all subsequent runs. > MultiSource/UnitTests/C++11/frame_layout/frame_layout This one is a new test, and I believe it wasn't there in 3.6.0, so it's ok to fail, since the patch hasn't been backported. $ ./frame_layout |...
2013 Feb 16
1
Asterisk not return int value
Hello Everyone, I have write a script following script for nagios -- typeset -i CRITICAL; #Positional parameter CRITICAL=`echo $2`; ME=`basename $0`; #echo $CRITICAL if [[ "$2" == "" ]] then echo NO INPUT!!! Usage ./$ME -c N else typeset -i ASCALLS; ASCALLS=`asterisk -rx "core show channels" | grep active | grep call | awk '{print $1}'...
2007 Sep 20
2
Plotmath issue superscript "-"
Dear List, I'm trying to typeset some chemical ions in axis labels. These have both super and subscript components, and for some, I need a superscript "-". In LaTeX I might use $NO_3^-$ to do the typesetting, but I'm having a problem getting the correct invocation for expression: > expression(NO^{-}[3]) Error: sy...
2006 Feb 28
3
LaTeX in R graph
Hello, I would like to know if it is possible to insert LaTeX typesetting in R output. I want to obtain a graph with LaTeX label in order to incorporate it as postscript or pdf, x<-seq(0,1,length=100) y<-x*x plot(x,y,xlab="$X$",ylab="$X^2$")
2015 Jan 06
2
FAO Statistical Yearbook consultant
...esearchers and analysts as well as the general public. The suite of products includes yearbooks and pocketbooks at both the global and regional levels (www.fao.org/economic/ess/ess-publications/ess-yearbook/en/). The publication is generated with the statistical software R in combination with the typesetting program LaTeX. R downloads and imports the data, constructs new variables, computes aggregations, and produces the visualizations (charts, tables, maps, etc.), while LaTeX typesets the product. The two programs therefore work together to provide a seamless process in generating data publication...
2017 Jul 12
2
Using new types v32f32, v32f64 in llvm backend not possible
...e files like machinevaluetype.h, valuetypes.cpp >>>> etc. i have checked it many times but still getting the following error >>>> when build in debug mode. >>>> >>>> llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57: >>>> llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern >>>> &): Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT == >>>> MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed. >>>> >>> >>> Are you...