Search found 16 matches

by annier
Tue Mar 15, 2016 5:36 am
Forum: Theses, Books, Title pages
Topic: underline under the title increasing as per the title length
Replies: 4
Views: 4343

Re: underline under the title increasing as per the title le

Hi Johannes,
Thank you providing me an excellent illustration.

Yours Sincerely,
Anil Kunwar
by annier
Mon Mar 14, 2016 4:13 pm
Forum: Theses, Books, Title pages
Topic: underline under the title increasing as per the title length
Replies: 4
Views: 4343

underline under the title increasing as per the title length

Hi Johannes,
My question is discussing of longer thesis titles. For now, i use the manual way of dividing the title instead of using the preamble definition of title \etitle.

Dissertation Title:\fixedunderlinecenter[12.6cm]{This is a very long title }\\
\underline{\makebox[12.6cm]{ and this phrase ...
by annier
Mon Mar 14, 2016 2:04 pm
Forum: Theses, Books, Title pages
Topic: underline under the title increasing as per the title length
Replies: 4
Views: 4343

underline under the title increasing as per the title length

In the format of the thesis templates, when we want to underline the thesis title, how can we write the format of the coverpage or other pages so that the length of the underline depends upon the lenth of the title?

\noindent
Dissertation Title: \fixedunderlinecenter[12.6cm]{\@etitle ...
by annier
Fri Mar 11, 2016 9:17 am
Forum: Texmaker and TeXstudio
Topic: Error: File Not Found
Replies: 6
Views: 17171

Error: File Not Found

One of the solutions in texmaker related to Error:File Not Found is-->>
1. Options -> Configure TexMaker -->> TexMaker Commands

2. Change the PdfLatex from
pdflatex -synctex=1 -interaction=nonstopmode %.tex
to
pdflatex -synctex=1 -interaction=nonstopmode -pdf %.tex


and XeLatex from
xelatex ...
by annier
Fri Feb 05, 2016 12:00 pm
Forum: Theses, Books, Title pages
Topic: Mixing two thesis templates
Replies: 1
Views: 1972

Mixing two thesis templates

Hi All,
There are two latex templates for a thesis:
1. One in Chinese Language (with abstract and keywords in English). This is in Xelatex format.

2. One in English language( with abstract and keywords in Chinese). This is in Ctex format.

As the first one runs perfectly using Xetex, i would like ...
by annier
Thu Feb 04, 2016 11:23 am
Forum: XeTeX
Topic: fontspec and related things in xelatex - texlive
Replies: 2
Views: 73911

fontspec and related things in xelatex - texlive

Hi Johannes,
Thank you very much for providing me the solutions.
Now i have got the following working examples for my context:

Method - A
a). Yes, replacing CJKaddspaces by CJKspace solved the log as shown above.
b). In context of replacements of LMRoman10 by Latin Modern Roman and so on, the ...
by annier
Wed Feb 03, 2016 10:29 am
Forum: XeTeX
Topic: fontspec and related things in xelatex - texlive
Replies: 2
Views: 73911

fontspec and related things in xelatex - texlive

Hi All,
I recently have tried to compile the following tex file in xetex (texlive-2015) in ubuntu 14.04.
\documentclass{article}
\usepackage{fontspec}
\usepackage{amsmath,amssymb}
%\setmainfont[Ligatures=TeX]{TeX Gyre Pagella}
\usepackage[CJKnumber,CJKaddspaces,CJKchecksingle,BoldFont]{xeCJK ...
by annier
Fri Sep 25, 2015 10:35 am
Forum: Fonts & Character Sets
Topic: What does nullfont mean?
Replies: 5
Views: 15002

What does nullfont mean?

You could use XeLaTeX or LuaLaTeX to access any font installed on your system (needs to contain the characters needed).
Hi Johannes,
Could you please elaborate on "needs to contain the characters needed"? I tried to open with LuaLaTeX and it showed blank space (without any error message).


Yours ...
by annier
Thu Sep 24, 2015 9:31 am
Forum: Fonts & Character Sets
Topic: What does nullfont mean?
Replies: 5
Views: 15002

What does nullfont mean?

Hi Clemens,
The following code is compiled successfully without error by the texmaker in my context
\documentclass{book}
\usepackage{CJK}
%\usepackage{ccmap}
\begin{document}
%\begin{CJK*}{GB}{song}
\begin{CJK*}{UTF8}{gbsn}
\CJKindent
你好
\end{CJK*}
\end{document}
Then, is it related to ...
by annier
Wed Sep 23, 2015 3:45 pm
Forum: Fonts & Character Sets
Topic: What does nullfont mean?
Replies: 5
Views: 15002

What does nullfont mean?

Hi all,
I am using Texlive 2015 in Ubuntu 14.04. I want to print some chinese characters using Latex and the sample code is as following:
\documentclass{book}
\usepackage{CJK}
%\usepackage{ccmap}
\begin{document}
\begin{CJK*}{GB}{song}
\CJKindent
你好
\end{CJK*}
\end{document}

For things ...