Quantcast
Channel: Question and Answer » texlive
Viewing all 29 articles
Browse latest View live

How to increase the font size of Xelatex IEEE Bibliography?

$
0
0

After I change my biblography to IEEE style (usepackage[style=ieee,backend=biber]{biblatex} and printbibliography[title=Bibliography]), the words in the biblography becomes smaller, so my advisor asked me to adjust it back.

I have searched for the solutions, but none of them works.

{footnotesize
bibliography{bibfile}}

and renewcommand*{bibfont}{normalsize} : no effect, the words are still small.

natbib method (defbibfont{normalsize}) : unexpected and ungooglable error message was reported.

beamer method : since there is already a document class, so I cannot use it.

My thesis must be compiled with Xelatex→Biber→Xelatex→Xelatex. I use Texworks in Tex Live.


Can't Uninstall or start tex live manager after update

$
0
0

My question is similar to this one however I have tried installing strawberry perl and since the problem arose after an update not during an installation. I am running a windows 64bit machine with a fresh install of strawberry perl.

I tried running tlmgr in administrator but this did not help. The system says that perl.exe has stopped working anytime I try to run tlmgr.exe or uninstall Tex Live 2014 (my current version).

Thanks in advance for any help.

Issue installing Tex Live on Windows 10

$
0
0

I installed yesterday a clean version of Windows 10 after the update and the format.

Today I was trying install Tex Live but there is an issue. The installer (exe) unzip the file but then simply shut down when I press close and not start the installation process itself.

The zipped version of the installer (the alternate method cited on the tex live site) open the CMD succesfully, but then a window say that there are some problem with perl and with every press key shut down.

Then I tried with the 2015 live cd, the error is the same of the CMD.

The other programs and drivers are perfect, Tex Live is the only one that cause me trouble.

Is the same for you or it’s just me? There are some fix that I can try or I just need to wait for an updated version of the Tex Live suite compatible with Windows 10?

Sorry for the bad english!

GUI version of the TeX Live manager for TL2015 does not work

$
0
0

I updated to Tex Live 2015 on Ubuntu 14.04 and trying to use tlmgr --gui to update packages but it not working.

Installed the perl-tk through

sudo apt-get install perl-tk

and then used

tlmgr --gui

but it says

Segmentation fault (core dumped)

and also tried

tlmgr gui

but with the same message

Segmentation fault (core dumped)

Any idea to solve the issue. Thanks in advance for your help.

MiKTeX and TeX Live both installed?

$
0
0

I am new to LaTeX and I have started having errors that I cannot explain. The code works for a moment but then it fails without any changes made! So I have started thinking that it is because of the programs I am using. I am currently using MiKTeX and TeXMaker. Some people on the net recommend TeX Live; some don’t. (I use Windows 7.)

Can I install TeX Live and switch to it when I want to make sure about the code and errors? (I have TeXStudio installed too.) Is it possible to run MiKTeX and TeX Live at the same time? Can I select which one I’d like to use? If so, how can I do that?

How to “install” a .cls file for LaTeX [duplicate]

How to manually install a package for LuaLaTeX

$
0
0

I used to have an old version of a package (pgfplots v 1.9) and I manually installed a later version (v 1.12) complete with new documentation. pdflatex indeed compiles with the newest version while LuaLaTeX is “stuck” with the older one.

Here is an example of the behaviour:

documentclass[border=5pt]{standalone}
usepackage{tikz}
usepackage{pgfplots}
pgfplotsset{compat=1.12} % this line creates problems
begin{document}
begin{tikzpicture}
  begin{axis}
    addplot {x^2};
  end{axis}
end{tikzpicture}
end{document}

If the file is compiled with pdflatex, the compiler says:

[...] Package pgfplots notification ‘compat/show suggested
version=true’: document has been generated with the most recent
feature set (pgfplotsset{compat=1.12}). [...]

and everything goes right, while LuaLaTeX gives me the following message and then stops without producing any page of output:

[...] ! Package pgfkeys Error: Choice ’1.12′ unknown in choice key
‘/pgfplots/compat/anchors’. I am going to ignore this key. [...]

However, if I do not require to use the latest version (1.12), the compilation goes smoothly for both engines. The compiler’s message is in both cases:

[...] Package pgfplots Warning: running in backwards compatibility
mode (unsuitable tick labels; missing features). Consider writing
pgfplotsset{compat=1.9} into your preamble. [...]

So the question is: How can I manually install/make available a package for compilations (also) with LuaLaTeX?

I work with TeXLive in a GNU/Linux system. I know this is not the recommended way to proceed, but I do not have tlmgr.

Possibly related: How do I install an individual package on a Linux system?

Tikz problem since TeXLive 2015 update

$
0
0

sorry if I do something wrong, it is my first post.
I generate usually pdfs with gnuplot by using the output terminal tkiz to generate first a .tex and afterwards a .pdf.
I recently updated to TeXLive. Now the compilation from .tex to .pdf does not work anymore.

My example is a .tex that was generate by the “set term tkiz” output in gnuplot.
I get the error

! Undefined control sequence.
l.22 gpsetdashtype
                   {gp dt solid}

without being able to explain it. Does somebody know how to fix it?
Thank you for looking into the problem.

Edit: Here is an example that runs now through in an empty folder. But I am not sure what this “createstyle” does. Usually I enter here “standalone header “usepackage{MyGnuplotLaTeX}” that is a .sty file calling usepackages like siunitx for me.

#!/usr/bin/gnuplot 
basename='test_graph.plt'
end3='.tex'
f(x)=sin(x)
plot f(x) with lines #ls 1 
set term tikz size 342.435pt,228pt standalone create style font \rmfamily,12pt"
set output basename.end3
replot
set output
system(sprintf('pdflatex %s%s', basename, end3)) 
%%%%%%%%%%%%%% Standalone example to be compiled via pdflatex for example. %%%%

documentclass[10pt]{article}
usepackage[T1]{fontenc}
usepackage{textcomp}

usepackage[utf8x]{inputenc}

usepackage{gnuplot-lua-tikz}
pagestyle{empty}
usepackage[active,tightpage]{preview}
PreviewEnvironment{tikzpicture}
setlengthPreviewBorder{gpbboxborder}

begin{document}

begin{tikzpicture}[gnuplot]
%% generated with GNUPLOT 5.0p1 (Lua 5.2; terminal rev. 99, script rev. 100)
%% Fri Sep 11 09:10:43 2015
tikzset{every node/.append style={font={rmfamilyfontsize{12pt}{14.4pt}selectfont}}}
path (0.000,0.000) rectangle (12.035,8.013);
gpcolor{color=gp lt color border}
gpsetlinetype{gp lt border}
gpsetdashtype{gp dt solid}
gpsetlinewidth{1.00}
draw[gp path] (1.430,0.740)--(1.610,0.740);
draw[gp path] (11.372,0.740)--(11.192,0.740);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,0.740) {$-1$};
draw[gp path] (1.430,1.423)--(1.610,1.423);
draw[gp path] (11.372,1.423)--(11.192,1.423);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,1.423) {$-0.8$};
draw[gp path] (1.430,2.106)--(1.610,2.106);
draw[gp path] (11.372,2.106)--(11.192,2.106);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,2.106) {$-0.6$};
draw[gp path] (1.430,2.789)--(1.610,2.789);
draw[gp path] (11.372,2.789)--(11.192,2.789);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,2.789) {$-0.4$};
draw[gp path] (1.430,3.472)--(1.610,3.472);
draw[gp path] (11.372,3.472)--(11.192,3.472);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,3.472) {$-0.2$};
draw[gp path] (1.430,4.155)--(1.610,4.155);
draw[gp path] (11.372,4.155)--(11.192,4.155);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,4.155) {$0$};
draw[gp path] (1.430,4.838)--(1.610,4.838);
draw[gp path] (11.372,4.838)--(11.192,4.838);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,4.838) {$0.2$};
draw[gp path] (1.430,5.521)--(1.610,5.521);
draw[gp path] (11.372,5.521)--(11.192,5.521);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,5.521) {$0.4$};
draw[gp path] (1.430,6.204)--(1.610,6.204);
draw[gp path] (11.372,6.204)--(11.192,6.204);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,6.204) {$0.6$};
draw[gp path] (1.430,6.887)--(1.610,6.887);
draw[gp path] (11.372,6.887)--(11.192,6.887);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,6.887) {$0.8$};
draw[gp path] (1.430,7.570)--(1.610,7.570);
draw[gp path] (11.372,7.570)--(11.192,7.570);
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.210,7.570) {$1$};
draw[gp path] (1.430,0.740)--(1.430,0.920);
draw[gp path] (1.430,7.570)--(1.430,7.390);
node[gp node center,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (1.430,0.371) {$-10$};
draw[gp path] (3.916,0.740)--(3.916,0.920);
draw[gp path] (3.916,7.570)--(3.916,7.390);
node[gp node center,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (3.916,0.371) {$-5$};
draw[gp path] (6.401,0.740)--(6.401,0.920);
draw[gp path] (6.401,7.570)--(6.401,7.390);
node[gp node center,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (6.401,0.371) {$0$};
draw[gp path] (8.887,0.740)--(8.887,0.920);
draw[gp path] (8.887,7.570)--(8.887,7.390);
node[gp node center,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (8.887,0.371) {$5$};
draw[gp path] (11.372,0.740)--(11.372,0.920);
draw[gp path] (11.372,7.570)--(11.372,7.390);
node[gp node center,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (11.372,0.371) {$10$};
draw[gp path] (1.430,7.570)--(1.430,0.740)--(11.372,0.740)--(11.372,7.570)--cycle;
node[gp node right,font={rmfamilyfontsize{12pt}{14.4pt}selectfont}] at (9.652,7.205) {f(x)};
gpcolor{rgb color={0.690,0.188,0.376}}
gpsetlinewidth{2.00}
draw[gp path] (9.872,7.205)--(10.932,7.205);
draw[gp path] (1.430,6.013)--(1.530,5.400)--(1.631,4.737)--(1.731,4.050)--(1.832,3.367)%
  --(1.932,2.716)--(2.033,2.124)--(2.133,1.615)--(2.233,1.208)--(2.334,0.922)--(2.434,0.767)%
  --(2.535,0.750)--(2.635,0.871)--(2.736,1.126)--(2.836,1.504)--(2.936,1.990)--(3.037,2.564)%
  --(3.137,3.203)--(3.238,3.881)--(3.338,4.569)--(3.438,5.241)--(3.539,5.868)--(3.639,6.426)%
  --(3.740,6.892)--(3.840,7.246)--(3.941,7.474)--(4.041,7.568)--(4.141,7.523)--(4.242,7.340)%
  --(4.342,7.028)--(4.443,6.600)--(4.543,6.071)--(4.644,5.465)--(4.744,4.806)--(4.844,4.120)%
  --(4.945,3.435)--(5.045,2.780)--(5.146,2.181)--(5.246,1.662)--(5.347,1.244)--(5.447,0.945)%
  --(5.547,0.777)--(5.648,0.745)--(5.748,0.853)--(5.849,1.095)--(5.949,1.461)--(6.050,1.937)%
  --(6.150,2.503)--(6.250,3.136)--(6.351,3.811)--(6.451,4.499)--(6.552,5.174)--(6.652,5.807)%
  --(6.752,6.373)--(6.853,6.849)--(6.953,7.215)--(7.054,7.457)--(7.154,7.565)--(7.255,7.533)%
  --(7.355,7.365)--(7.455,7.066)--(7.556,6.648)--(7.656,6.129)--(7.757,5.530)--(7.857,4.875)%
  --(7.958,4.190)--(8.058,3.504)--(8.158,2.845)--(8.259,2.239)--(8.359,1.710)--(8.460,1.282)%
  --(8.560,0.970)--(8.661,0.787)--(8.761,0.742)--(8.861,0.836)--(8.962,1.064)--(9.062,1.418)%
  --(9.163,1.884)--(9.263,2.442)--(9.364,3.069)--(9.464,3.741)--(9.564,4.429)--(9.665,5.107)%
  --(9.765,5.746)--(9.866,6.320)--(9.966,6.806)--(10.066,7.184)--(10.167,7.439)--(10.267,7.560)%
  --(10.368,7.543)--(10.468,7.388)--(10.569,7.102)--(10.669,6.695)--(10.769,6.186)--(10.870,5.594)%
  --(10.970,4.943)--(11.071,4.260)--(11.171,3.573)--(11.272,2.910)--(11.372,2.297);
gpcolor{color=gp lt color border}
gpsetlinewidth{1.00}
draw[gp path] (1.430,7.570)--(1.430,0.740)--(11.372,0.740)--(11.372,7.570)--cycle;
%% coordinates of the plot area
gpdefrectangularnode{gp plot 1}{pgfpoint{1.430cm}{0.740cm}}{pgfpoint{11.372cm}{7.570cm}}
end{tikzpicture}
%% gnuplot variables
end{document}

Incomplete iffalse error and “Tex capacity exceeded” [on hold]

$
0
0

I’m getting these error messages when I try to compile (XeLaTeX) my dissertation on texpad for Mac OS/X running TexLive2015, this is what I get:

./Dissertation.tex:94: Incomplete iffalse; all text was ignored after line 290.
<inserted text> 
                fi 
l.94 begin{document}

./Dissertation.tex:94: TeX capacity exceeded, sorry [input stack size=5000].
blx@dopreamblecmds ->do blx@dopreamblecmds 
                                              do blx@onlypreamble 
l.94 begin{document}

No pages of output.

I never had this problem before. It used to work like a charm until I added one footnote. One of the issues is clearly related to my bibliography, and in fact, a few lines above I can read:

Package biblatex Warning: File 'Dissertation.bbl' is wrong format version - expected 2.5.

Package biblatex Warning: The following entry could not be found
(biblatex)                in the database:
(biblatex)                type X <return> to quit.
(biblatex)                Please verify the spelling and rerun
(biblatex)                LaTeX afterwards.

and at the end of the dissertation.bbl file I find this error:

 endentry
  endsortlist
  missing{type  X <return>  to quit.}GenericError {               }{LaTeX Error: Something's wrong--perhaps a missing item}{See the LaTeX manual or LaTeX Companion for explanation.}{Try typing  <return>  to proceed.MessageBreak If that doesn't work}
  missing{subsubsectionblock def subsubsection{subsubsection}par @tempskipa beforesubsubsecskip relax let GenericError {               }{LaTeX Error: Something's wrong--perhaps a missing item}{See the LaTeX manual or LaTeX Companion for explanation.}{Try typing  <return>  to proceed.MessageBreak If that doesn't work}
  missing{The marquis Federico Cavriani's views}
  missing{type  X <return>  to quit.}let reserved@d =*def par}
endrefsection
endinput

But it’s hard for me to understand why iffalse and “Tex capacity exceeded” errors appear at the same time. I use a template from my university in order to comply with the graduate school’s formatting rules. I tried to adapt this template for a dissertation in the humanities and I added the necessary packages.

documentclass[12pt,letterpaper,oneside,final]{memoir}
usepackage[no-math]{fontspec}
usepackage{xltxtra}
setmainfont[Mapping=tex-text,Ligatures={Common}]{Garamond Premier Pro}
usepackage{xkeyval}
usepackage{polyglossia}
usepackage{graphicx}
graphicspath{ {images/} }
usepackage[rightcaption]{sidecap}
usepackage{float}
usepackage{url}
usepackage{type1cm}
usepackage{lettrine}
setdefaultlanguage[variant=american]{english}
setotherlanguage[variant=ancient,numerals=arabic]{greek}
setotherlanguage[spelling=new]{german}
setotherlanguages{latin,french,italian,spanish}
usepackage{csquotes}
usepackage{etoolbox,keyval,ifthen}
usepackage{csquotes}
usepackage[backend=biber]{biblatex-chicago}
%DeclareAutoCiteCommand{plain}{cite}{cites}
DeclareAutoCiteCommand{plain}{textcite}{textcites}
DeclareAutoCiteCommand{inline}{textcite}{textcites}
DeclareAutoCiteCommand{footnote}[l]{footcite}{footcites}
%DeclareAutoCiteCommand{footnote}[f]{smartcite}{smartcites}
bibliography{masterbib}
usepackage[final]{hyperref}%?%hyperfootnotes=false
hypersetup{bookmarks=false,        % show bookmarks bar?
    unicode=true,           % non-Latin characters in Acrobat’s bookmarks
    pdftoolbar=true,        % show Acrobat’s toolbar?
    pdfmenubar=true,        % show Acrobat’s menu?
    pdffitwindow=false,     % window fit to page when opened
    pdfstartview={FitH},    % fits the width of the page to the window
    pdftitle={},
    pdfauthor={XXXXXXXXXXXXXXXXXX},     % author
    pdfsubject={Ph.D. Dissertation},   % subject of the document
    pdfcreator={XXXXXXXXXXXX},   % creator of the document
    pdfproducer={XXXXXXXXXXXXX}, % producer of the document
    pdfkeywords={XXXXXXXXXXXXX}, % list of keywords
    pdfnewwindow=true,      % links in new window
    colorlinks=true,       % false: boxed links; true: colored links
    linkcolor=black,          % color of internal links
    citecolor=black,        % color of links to bibliography
    filecolor=black,      % color of file links
    urlcolor=black           % color of external links
}
usepackage{microtype}
usepackage{xecolor}
definergbcolor{blue}{0000FF}
definergbcolor{red}{FF0000} %textxecolor{colorname}{text}
XeTeXdashbreakstate=1
usepackage{indentfirst}
usepackage{outline}
usepackage{verbatim}
usepackage{enumerate}
usepackage{longtable}
usepackage{ccicons}
usepackage{bookmark}
usepackage{etoolbox}
%!%%%%%%%%%%%%%%%%%%%%%for non-italicized headings%%%%%
% http://tex.stackexchange.com/questions/32655/remove-italic-from-memoir-headings-pagestyle
makeevenhead{headings}{leftmark}{}{}
makeoddhead{headings}{rightmark}{}{}
makeevenfoot{headings}{}{thepage}{}
makeoddfoot{headings}{}{thepage}{}

%!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!%%%%%%%%%%%%%%%%%%%%%for margins, l=1.5; rest=1.0, maybe add 0.1in%%%%%
setstocksize{11in}{8.5in}
settrimmedsize{11.0in}{8.5in}{*} %settrimmedsize{ height }{ width }{ ratio }
settypeblocksize{7.75in}{5.8in}{*} %settypeblocksize{ height }{ width }{ ratio } %note: 7.25h gives margins of 1.5 on top/bottom w/ ubratio of 1
setlrmargins{1.5in}{*}{*} %setlrmargins{ spine }{ edge }{ ratio } %spine = left, edge = right; only answer one or two of these values
%setlrmarginsandblock{1.5in}{1.0in}{*} %setlrmarginsandblock{ spine }{ edge }{ ratio } %
%setulmargins{*}{*}{*} %setulmargins{ upper }{ lower }{ ratio }
%setulmarginsandblock{0.5in}{*}{*} %setulmarginsandblock{ upper }{ lower }{ ratio }
%setheadfoot{*}{*} %setheadfoot{ headheight }{ footskip }
%setheaderspaces{1.0in}{*}{*} %setheaderspaces{ headdrop }{ headsep }{ ratio }
%checkandfixthelayout[lines]
flushbottom
%!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
apptocmd{sloppy}{hbadness 10000relax}{}{}

setsecnumdepth{subparagraph}
makeatletter
renewcommand@makefntext{hspace*{2em}@thefnmark. }
newenvironment*{singlespcquote}
        {quoteSingleSpacing}
        {endquote}
SetBlockThreshold{0}
SetBlockEnvironment{singlespcquote}
SetCiteCommand{parencite} %default is cite

begin{document}
%fussy
%hyphenpenalty=5000   %1000 default=?
%tolerance=1000        %1000 %200= default
%setlength{emergencystretch}{3em}
%midsloppy
fussy
vbadness=10000 % badness above which bad vboxes are shown. (Default = 10000?)
frontmatter
hyphenation{}

DoubleSpacing

begin{center}

Texlive 2015 problem – cannot find 'article.cls' [closed]

$
0
0

EDIT: This turned out to be a problem due to having forgotten to update the distribution in the Texpad editor preferences!

I have just updated from TexLive 2014 to 2015 using the full MacTeX-2015 Distribution on Yosemite which I downloaded and installed yesterday. Upon compiling a simple new document with pdflatex

documentclass[11pt]{article}

begin{document}
Test
end{document}

I get an error message:

/usr/texbin/pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=/Users/xyz/    Desktop/.texpadtmp test.tex

This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=pdflatex)
 restricted write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2015/01/01> patch level 2
Babel <3.9m> and hyphenation patterns for 79 languages loaded.

! LaTeX Error: File `article.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name: 
./test.tex:2: Emergency stop.
<read *> 

l.2 ^^M

./test.tex:2:  ==> Fatal error occurred, no output PDF file produced!
Transcript written on /Users/xyz/Desktop/.texpadtmp/test.log.

Needless to say that the file article.cls sits happily at

/usr/local/texlive/2015/texmf-dist/tex/latex/base/article.cls

I have tried

sudo -H mktexlsr

and the result looks OK to me:

mktexlsr: Updating /usr/local/texlive/2015/texmf-config/ls-R... 
mktexlsr: Updating /usr/local/texlive/2015/texmf-dist/ls-R... 
mktexlsr: Updating /usr/local/texlive/2015/texmf-var/ls-R... 
mktexlsr: Updating /usr/local/texlive/texmf-local/ls-R... 
mktexlsr: Done.

and the output from

kpsepath tex | sed 's/:/n/g'

also looks fine as far as I can tell:

    .n/Users/xyz/Library/texlive/2015/texmf-config/tex/kpsewhich//n/Users/xyz/Library/texlive/2015/texmf-var/tex/kpsewhich//n/Users/xyz/Library/texmf/tex/kpsewhich//n!!/usr/local/texlive/2015/texmf-config/tex/kpsewhich//n!!/usr/local/texlive/2015/texmf-var/tex/kpsewhich//n!!/usr/local/texlive/texmf-local/tex/kpsewhich//n!!/usr/local/texlive/2015/texmf-dist/tex/kpsewhich//n/Users/xyz/Library/texlive/2015/texmf-config/tex/generic//n/Users/xyz/Library/texlive/2015/texmf-var/tex/generic//n/Users/xyz/Library/texmf/tex/generic//n!!/usr/local/texlive/2015/texmf-config/tex/generic//n!!/usr/local/texlive/2015/texmf-var/tex/generic//n!!/usr/local/texlive/texmf-local/tex/generic//n!!/usr/local/texlive/2015/texmf-dist/tex/generic//n/Users/xyz/Library/texlive/2015/texmf-config/tex///n/Users/xyz/Library/texlive/2015/texmf-var/tex///n/Users/xyz/Library/texmf/tex///n!!/usr/local/texlive/2015/texmf-config/tex///n!!/usr/local/texlive/2015/texmf-var/tex///n!!/usr/local/texlive/texmf-local/tex///n!!/usr/local/texlive/2015/texmf-dist/tex///

When I switch back to the 2014 distro all seems to be working OK…

I’m at a loss – any ideas would be greatly appreciated!

TeXstudio Error:Could not start build view XelaTex?

$
0
0

enter image description here

I can use PDFlaTex, but when I use XelaTex ,error happened
enter image description here

enter image description here

What is the purpose of installing the TeX Live “font/macro source tree” for ordinary users?

$
0
0

The TeX Live installer gives the option, checked by default, to “install font/macro source tree”. The documentation states simply that omitting these files is “not recommended”, with no further explanation.

Presumably they are useful to have on hand for writing or modifying macro packages and LaTeX classes. What use, if any, is there to installing them if the user will never do anything other than using existing packages and so on to write documents? For example, are they ever required for debugging?

Unable to compile on TexLive [closed]

$
0
0

I compiled my .tex file using MikTeX+Texmaker on windows. I could correct all the errors and warnings. However, when I tried to compile the same file using TexLive+Texmaker on Ubuntu, I couldn’t compile it. Is there something different one needs to do before starting to use TexLive on a Linux based system?

Fails to compile with XeLaTeX in TL2015 when including `newtxmath`

$
0
0

All my LaTeX documents stopped compiling with XeLaTeX from TeX Live 2015 sometime in the last two months. It was working before. Here is a minimum working example:

documentclass[11pt]{scrartcl}

usepackage{libertine}
usepackage[libertine]{newtxmath}

% DeclareSymbolFont{operators}{encodingdefault}{familydefault}{m}{n}

begin{document}
end{document}

Trying to compile like this: xelatex -interaction nonstopmode bug, gives me the following error:

(/opt/texlive/2015/texmf-dist/tex/generic/kastrup/binhex.tex)
tx@Isdigit=count137
)
! Incomplete iftrue; all text was ignored after line 128.
<inserted text> 
                fi 
l.5 

The file ended while I was skipping conditional text.
This kind of error happens when you say `if...' and forget
the matching `fi'. I've inserted a `fi'; this might work.

)
! Incomplete iftrue; all text was ignored after line 128.
<inserted text> 
                fi 
<*> bug

The file ended while I was skipping conditional text.
This kind of error happens when you say `if...' and forget
the matching `fi'. I've inserted a `fi'; this might work.

! Emergency stop.
<*> bug

*** (job aborted, no legal end found)

What is going wrong? I have tried the suggestion in this answer with no luck.

How can I install newly created fonts?

$
0
0

I am using texlive2015 on Ubuntu 14.04. The distro is owned by root and I have to use sudo for such things as updmap. [I have another computer where I changed ownership to me, but the following problems are similar there.] I am using pdftex with dvi output, which I then convert to pdf via dvipdfmx. (This is for historical reasons: I started work on this 700-page book 20 years ago. It is (e)plain tex with lots of my own macros and 100 eps figures.) I now want to enable font expansion (this is the reason for using pdftex, besides character protrusion.) However, I cannot reliably get the new fonts to work, especially if I use more than one font. Here is a simple example.

pdfoutput=0 
fonttenrm=ntx-Regular-tlf-ot1
fonttenit=ntx-Italic-tlf-ot1
hsize=5truein
tenrm

pdffontexpandtenrm 20 20 5
pdffontexpandtenit 20 20 5
pdfadjustspacing=2

Our {it major topics} include random walks and their intimate connection to
electrical networks; uniform spanning trees, their limiting forests, and
their marvelous relationships with random walks and electrical networks;
branching processes; percolation and the powerful, elegant mass-transport
technique; isoperimetric inequalities and how they relate to both random
walks and percolation; minimal spanning trees and forests, and their
connections to percolation; Hausdorff dimension, capacity, and how to
understand them via trees; and random walks on Galton-Watson trees.
Connections among our topics are pervasive and rich, making for surprising
and enjoyable proofs.

bye

I followed the instructions at How do I make expanded fonts and install them?, but they did not ever work fully. I have the above file in the same directory as the map file and the new fonts. I cannot get xdvi to work properly, even with only the roman fonts here. The error includes

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ntx-Regular-tlf-ot1+15
mktexpk: don't know how to create bitmap font for ntx-Regular-tlf-ot1+15.
mktexpk: perhaps ntx-Regular-tlf-ot1+15 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

dvipdfmx is similar:

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600
ntx-Regular-tlf-ot1+10
mktexpk: don't know how to create bitmap font for ntx-Regular-tlf-ot1+10.
mktexpk: perhaps ntx-Regular-tlf-ot1+10 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

dvipdfmx:warning: Could not locate a virtual/physical font for TFM
"ntx-Regular-tlf-ot1+10".
dvipdfmx:warning: >> There are no valid font mapping entry for this font.
dvipdfmx:warning: >> Font file name "ntx-Regular-tlf-ot1+10" was assumed
but failed to locate that font.
dvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF
output...

Output file removed.

If I run dvipdfmx -f newtx-ext.map, then I will get output. However, the italics cause distortions in spacing and scaling (more evident in a longer file, especially with ntxmi math font unexpanded mixed in):

pdf output

Similarly, if I use only italics, the pdf is fine, but if I mix rm, then I will get similar distortions. In addition, if I expand only tenrm, not tenit, then the results are similarly poor. dvips fails to find the correct fonts, but dvips -u+newtx-ext.map produces perfect output:

dvips output

However, I need a suitable dvi file in order to use dvipdfmx (for a proper pdf file with my book, not with this test file).

kpsewhich ntx-Regular-tlf-ot1+20.tfm reports ./ntx-Regular-tlf-ot1+20.tfm, kpsewhich ntx-Italic-tlf-ot1+20.tfm reports ./ntx-Italic-tlf-ot1+20.tfm and kpsewhich newtx-ext.map reports ./newtx-ext.map.

Here is the map file:

ntx-Regular-tlf-ot1+20 TeXGyreTermes-Regular " 1.020 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1+15 TeXGyreTermes-Regular " 1.015 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1+10 TeXGyreTermes-Regular " 1.010 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1+5 TeXGyreTermes-Regular " 1.005 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1-20 TeXGyreTermes-Regular " 0.980 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1-15 TeXGyreTermes-Regular " 0.985 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1-10 TeXGyreTermes-Regular " 0.990 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Regular-tlf-ot1-5 TeXGyreTermes-Regular " 0.995 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmr.pfb
ntx-Italic-tlf-ot1+20 TeXGyreTermes-Italic " 1.020 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1+15 TeXGyreTermes-Italic " 1.015 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1+10 TeXGyreTermes-Italic " 1.010 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1+5 TeXGyreTermes-Italic " 1.005 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1-20 TeXGyreTermes-Italic " 0.980 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1-15 TeXGyreTermes-Italic " 0.985 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1-10 TeXGyreTermes-Italic " 0.990 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb
ntx-Italic-tlf-ot1-5 TeXGyreTermes-Italic " 0.995 ExtendFont encntx-ot1-tlf ReEncodeFont " <ntx-ot1-tlf.enc <[ntx-ot1-tlf.enc <qtmri.pfb

This map file is incorporated properly (I believe) in both /root/.texmf-var/fonts/map/pdftex/updmap/pdftex_dl14.map and /root/.texmf-var/fonts/map/dvips/updmap/psfonts_t1.map.

The output of sudo -H updmap --force --enable Map=newtx-ext.map is

updmap is using the following updmap.cfg files (in precedence order):
  /root/.texmf-config/web2c/updmap.cfg
  /etc/texmf/web2c/updmap.cfg
  /usr/share/texmf/web2c/updmap.cfg
  /usr/share/texlive/texmf-dist/web2c/updmap.cfg
updmap is using the following updmap.cfg file for writing changes:
  /root/.texmf-config/web2c/updmap.cfg
dvips output dir: "/root/.texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "/root/.texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "/root/.texmf-var/fonts/map/dvipdfmx/updmap"

updmap is creating new map files
using the following configuration:
  LW35 font names                  : URWkb (default)
  prefer outlines                  : true (default)
  texhash enabled                  : true
  download standard fonts (dvips)  : true (default)
  download standard fonts (pdftex) : true (default)
  kanjiEmbed replacement string    : noEmbed (default)
  kanjiVariant replacement string  :  (default)
  create a mapfile for pxdvi       : false (default)

Scanning for LW35 support files  [  3 files]
Scanning for MixedMap entries    [ 49 files]
Scanning for KanjiMap entries    [  6 files]
Scanning for Map entries         [209 files]

Generating output for dvipdfmx...
Generating output for ps2pk...
Generating output for dvips...
Generating output for pdftex...

Files generated:
  /root/.texmf-var/fonts/map/dvips/updmap:
       15762 2016-01-09 15:56:43 builtin35.map
       21235 2016-01-09 15:56:43 download35.map
     1093081 2016-01-09 15:56:43 psfonts_pk.map
     1353946 2016-01-09 15:56:43 psfonts_t1.map
     1348439 2016-01-09 15:56:43 ps2pk.map
          14 2016-01-09 15:56:44 psfonts.map -> psfonts_t1.map
  /root/.texmf-var/fonts/map/pdftex/updmap:
     1348446 2016-01-09 15:56:44 pdftex_dl14.map
     1346781 2016-01-09 15:56:44 pdftex_ndl14.map
          15 2016-01-09 15:56:44 pdftex.map -> pdftex_dl14.map
  /root/.texmf-var/fonts/map/dvipdfmx/updmap:
        6109 2016-01-09 15:56:43 kanjix.map

Transcript written on "/root/.texmf-var/web2c/updmap.log".
updmap: Updating ls-R files.

I really hope someone can help me. I have spent many frustrating hours over the last month on this, but I can see that if I get it to work, it will be worthwhile. Thank you!

Edit:

After cleaning the results of update (without -sys), I ran sudo updmap-sys --enable Map=newtx-ext.map; that did very little, so I ran sudo updmap-sys --force --enable Map=newtx-ext.map. It gave the same results as above, with the following exceptions: The first line was updmap: resetting $HOME value (was /home/rdlyons) to root's actual home (/root). and the end was

WARNING: updmap has found mismatched files!

The following files have been generated as listed above,
but will not be found because overriding files exist, listed below.
 builtin35.map: /root/.texmf-var/fonts/map/dvips/updmap/builtin35.map
 download35.map: /root/.texmf-var/fonts/map/dvips/updmap/download35.map
 kanjix.map: /root/.texmf-var/fonts/map/dvipdfmx/updmap/kanjix.map
 pdftex.map: /root/.texmf-var/fonts/map/pdftex/updmap/pdftex.map
 pdftex_dl14.map: /root/.texmf-var/fonts/map/pdftex/updmap/pdftex_dl14.map
 pdftex_ndl14.map: /root/.texmf-var/fonts/map/pdftex/updmap/pdftex_ndl14.map
 ps2pk.map: /root/.texmf-var/fonts/map/dvips/updmap/ps2pk.map
 psfonts.map: /root/.texmf-var/fonts/map/dvips/updmap/psfonts.map
 psfonts_pk.map: /root/.texmf-var/fonts/map/dvips/updmap/psfonts_pk.map
 psfonts_t1.map: /root/.texmf-var/fonts/map/dvips/updmap/psfonts_t1.map
(Run updmap --help for full documentation of updmap.)

Transcript written on "/var/lib/texmf/web2c/updmap.log".
updmap: Updating ls-R files.

So I moved that directory /root/.texmf-var/fonts/map and then that last problem disappeared. However, nothing was fixed: the exact same problems occur.


Tex Live 2015 on Windows 10: errors during update in Tex Live Manager

$
0
0

In a brand new installation of Tex Live, the first time I tried to update installed packages (a few weeks after installation), I got many errors similar to the following:

fmtutil-sys --no-error-if-no-engine=luajittex --no-error-if-no-format --byengine uptex failed (status 255), output:
c:texlive2015texmf-distscriptstexlivefmtutil.pl: Unexpected non-option argument(s): fmtutil
Try "fmtutil --help" for more information.
C:texlive2015binwin32runscript.tlu:663: command failed with exit code 255:
perl.exe c:texlive2015texmf-distscriptstexlivefmtutil.pl fmtutil --sys --no-error-if-no-engine=luajittex --no-error-if-no-format --byengine uptex

Many errors like this one regarding uptex occurred concerning pdftex, xetex, tex, etc.

This first approach to Tex Live is not very attractive, is it advisable to go with MikTeX since I’m under Windows?

How to get with TexLive Windows/Linux same extensive verbose level as with Rubber?

$
0
0

If I compile the following MWE with Rubber under Linux (rubber --pdf VerboseDemo.tex) I get a nice verbose level including the HyperRef debug.

However if I compile with plain pdflatex under windows (pdflatex.exe VerboseDemo.tex also under Linux BTW) I get much less output and not the HyperRef debug

How can I get the same extensive verbose level under Windows TexLive as with Rubber on Linux? How can I enable this on Windows?

MWE

documentclass{book}
usepackage[debug=true]{hyperref}
begin{document}
  href{tex.stackexchange.com}{tex.stackexchange.com}
end{document}

Windows Output (pdflatex.exe VerboseDemo.tex)

texTexLive2015binwin32pdflatex "D:tmpVerboseDemo.tex"  
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/W32TeX) (preloaded format=pdflatex)
 restricted write18 enabled.
entering extended mode
(d:/tmp/VerboseDemo.tex
LaTeX2e <2015/10/01> patch level 2
Babel <3.9m> and hyphenation patterns for 79 languages loaded.
(d:/tex/TexLive2015/texmf-dist/tex/latex/base/book.cls
Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
(d:/tex/TexLive2015/texmf-dist/tex/latex/base/bk10.clo))
(d:/tex/TexLive2015/texmf-dist/tex/latex/hyperref/hyperref.sty
(d:/tex/TexLive2015/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(d:/tex/TexLive2015/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)
) (d:/tex/TexLive2015/texmf-dist/tex/latex/graphics/keyval.sty)
(d:/tex/TexLive2015/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(d:/tex/TexLive2015/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(d:/tex/TexLive2015/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(d:/tex/TexLive2015/texmf-dist/tex/latex/hyperref/pd1enc.def)
(d:/tex/TexLive2015/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(d:/tex/TexLive2015/texmf-dist/tex/latex/url/url.sty))

Package hyperref Message: Driver (autodetected): hpdftex.

(d:/tex/TexLive2015/texmf-dist/tex/latex/hyperref/hpdftex.def
(d:/tex/TexLive2015/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(./VerboseDemo.aux)
(d:/tex/TexLive2015/texmf-dist/tex/latex/hyperref/nameref.sty
(d:/tex/TexLive2015/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)
) (./VerboseDemo.out) (./VerboseDemo.out) [1{d:/tex/TexLive2015/texmf-v
ar/fonts/map/pdftex/updmap/pdftex.map}] (./VerboseDemo.aux)

Package rerunfilecheck Warning: File `VerboseDemo.out' has changed.
(rerunfilecheck)                Rerun to get outlines right
(rerunfilecheck)                or use package `bookmark'.

 )pdfTeX warning (dest): name{chapter.2} has been referenced but does not exist
, replaced by a fixed one

pdfTeX warning (dest): name{chapter.1} has been referenced but does not exist, 
replaced by a fixed one

<d:/tex/TexLive2015/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
>
Output written on VerboseDemo.pdf (1 page, 13781 bytes).
Transcript written on VerboseDemo.log.

Rubber Verbose Output (rubber --pdf VerboseDemo.tex)

    This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=pdflatex 2015.
    entering extended mode
     restricted write18 enabled.
     %&-line parsing enabled.
    **nonstopmode input{VerboseDemo.tex}
    (./VerboseDemo.tex (/usr/local/texlive/2015/texmf-dist/tex/latex/base/book.cls
    Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
    (/usr/local/texlive/2015/texmf-dist/tex/latex/base/bk10.clo
    File: bk10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
    )
    c@part=count79
    c@chapter=count80
    c@section=count81
    c@subsection=count82
    c@subsubsection=count83
    c@paragraph=count84
    c@subparagraph=count85
    c@figure=count86
    c@table=count87
    abovecaptionskip=skip41
    belowcaptionskip=skip42
    bibindent=dimen102
    )
    (/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/hyperref.sty
    Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX

    (/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
    Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)


    (/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
    Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
    Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
    Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
    Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
    Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
    Package ifluatex Info: LuaTeX not detected.
    Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
    Package ifvtex Info: VTeX not detected.
    Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
    Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
    Package ifpdf Info: pdfTeX in PDF mode is detected.
    Package ifpdf Info: pdfTeX in PDF mode is detected.
    Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
    Package etexcmds Info: Could not find expanded.
    (etexcmds)             That can mean that you are not using pdfTeX 1.50 or
    (etexcmds)             that some package has redefined expanded.
    (etexcmds)             In the latter case, load this package earlier.
    Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
    Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
    Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
    )
    Package pdftexcmds Info: LuaTeX not detected.
    Package pdftexcmds Info: pdf@primitive is available.
    Package pdftexcmds Info: pdf@ifprimitive is available.
    Package pdftexcmds Info: pdfdraftmode found.
    Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
    Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO
    )
    Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
    Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
    )
    Package hobsub Info: Skipping package `hobsub' (already loaded).
    Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
    Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
    Package: xcolor-patch 2011/01/30 xcolor patch
    Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
    Package atveryend Info: enddocument detected (standard20110627).
    Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
    Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
    Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
    )
    (/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/keyval.sty
    Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
    KV@toks@=toks14
    )
    (/usr/local/texlive/2015/texmf-dist/tex/generic/ifxetex/ifxetex.sty
    Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
    )
    (/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/auxhook.sty
    Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
    )
    (/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/kvoptions.sty
    Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
    )
    @linkdim=dimen103
    Hy@linkcounter=count88
    Hy@pagecounter=count89

    (/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/pd1enc.def
    File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
    )
    Hy@SavedSpaceFactor=count90

    (/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/hyperref.cfg
    File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
    )
    Package hyperref Info: Option `debug' set `true' on input line 4319.
    Package hyperref Info: Hyper figures OFF on input line 4443.
    Package hyperref Info: Link nesting OFF on input line 4448.
    Package hyperref Info: Hyper index ON on input line 4451.
    Package hyperref Info: Plain pages OFF on input line 4458.
    Package hyperref Info: Backreferencing OFF on input line 4463.
    Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
    Package hyperref Info: Bookmarks ON on input line 4688.
    (..)
    Package hyperref Info: Anchor `Doc-Start' on input line 3.
    Package atveryend Info: Empty hook `BeforeClearDocument' on input line 5.
    Package hyperref Info: Anchor `page.1' on input line 5.
     [1{/root/.texlive2015/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
    (..)

Sharelatex with texlive and special fonts

$
0
0

I installed the docker image of sharelatex community edition and installed texlive scheme-full with the tlmgr command within the docker container.

When I try to compile one of my projects, there is an error:

LaTeX Font Info:    Try loading font information for U+ifclk on input line 5.
(/usr/local/texlive/2015/texmf-dist/tex/latex/ifsym/uifclk.fd))
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 153.
Package babel Info: Redefining ngerman shorthand "|
(babel)             in language  on input line 153.
Package babel Info: Redefining ngerman shorthand "~
(babel)             in language  on input line 153.
Package babel Info: Redefining ngerman shorthand "|
(babel)             in language  on input line 153.
Package babel Info: Redefining ngerman shorthand "~
(babel)             in language  on input line 153.
[6]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 153.
(/var/lib/sharelatex/data/compiles/56478c32cee7ce41008d473d/output.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 153.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 153.
Package rerunfilecheck Info: File `output.out' has not changed.
(rerunfilecheck)             Checksum: 615863FB9FD710B6690EA564A4BDA59E;128.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 153.
 ) 
Here is how much of TeX's memory you used:
 11277 strings out of 493054
 176809 string characters out of 6134767
 359609 words of memory out of 5000000
 14482 multiletter control sequences out of 15000+600000
 40642 words of font info for 56 fonts, out of 8000000 for 9000
 1141 hyphenation exceptions out of 8191
 43i,7n,46p,473b,381s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/local/texlive/2015/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/lo
cal/texlive/2015/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/local/texlive/20
15/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc}
!pdfTeX error: pdflatex (file ifclk10): Font ifclk10 at 657 not found
 ==> Fatal error occurred, no output PDF file produced!

It is not only with the ifsym font but with all fonts I am using e.g.

usepackage{aurical}
usepackage{calligra}
usepackage{yfonts}
usepackage{uncial}
usepackage{rustic}
usepackage{rotunda}
usepackage{inslrmin}
usepackage{pbsi}
usepackage{egothic}
usepackage{sqrcaps}

If I use find to look if the files exist, I get following output.

/usr/local/texlive# find . -name "ifclk*"
./2015/texmf-dist/fonts/source/public/ifsym/ifclk.gen
./2015/texmf-dist/fonts/source/public/ifsym/ifclk10.mf
./2015/texmf-dist/fonts/source/public/ifsym/ifclkb10.mf
./2015/texmf-dist/fonts/tfm/public/ifsym/ifclk10.tfm
./2015/texmf-dist/fonts/tfm/public/ifsym/ifclkb10.tfm

Looks like everything exists – so I don’t know what I am doing wrong here. Does anyone have an idea what I can do?

PS: If I install texlive-full via apt-get command, everything works fine – problem with this is the distribution packages are from 2013.

Missing endcsname inserted error

$
0
0

I have the following latex code which produces the error mentioned in the title:

documentclass{article}
%usepackage{flexisym}
%usepackage[T1]{fontenc}
%usepackage{array}
usepackage{setspace}
usepackage{amsmath}


begin{document}
numberwithin{
[ 
left( begin{array}{c}
textrm{$;dtextprime;$}\
textrm{$;stextprime;$}\
textrm{$;btextprime;$}
end{array} right)

]
}
end{document}

If I remove the numberwithin command and add the flexisym package but remove the amsmath package, it runs fine. Also, if I remove the numberwithin command and add the flexisym package and amsmath package, I get an error saying,”amsmath.sty: Latex error or: command dfrac already defined”. Can someone please point out the mistake due to which I get these errors? I somehow need the numberwithin command to be working with arrays.

TeXlive versions, installation of packages

$
0
0

I’m experiencing some problems with the following issues:
1) How to know what is the TeXlive version I’m using, and how to know if it’s the latest one;
2) How to update it in case it’s not updated (provided it’s worth doing it, rather than remove the older version and install the up-to-date one);
3) How to install a package that is not contained in the downloaded distribution.

As for the first question, what I do now is to type

tex --version

in the command prompt, and I get something like

tex --version TeX 3.14159265 <TeX Live 2015/W32TeX> [...]

But I don’t think that’s enough…

As for the third one, I read about it but I haven’t been able to make the packages work. I’ve read what’s written in here and the package I’m looking for is – according to tlmgr – already installed… (Obviously pdflatex doesn’t find it).
Thank you very much for your time.

PS I use Windows 8.1

Viewing all 29 articles
Browse latest View live