I'm using biblatex in my documents. I have a .bib file containing a list of bibliography entries (publications.bib). Here is the .tex file:
\documentclass[a4paper,12pt]{article}
\usepackage[style=numeric,subentry]{biblatex}
\addbibresource{publications.bib}
\usepackage[utf8]{inputenc}
\usepackage ...
Search found 16 matches
- Thu Jun 21, 2012 2:25 am
- Forum: Text Formatting
- Topic: biblatex | No Reference Labels and different Page Geometry
- Replies: 0
- Views: 1686
- Tue May 01, 2012 10:53 pm
- Forum: Graphics, Figures & Tables
- Topic: Horizontal Line affects Table Alignment
- Replies: 1
- Views: 2243
Horizontal Line affects Table Alignment
I'm trying to align a tabular with a picture relative to top. It seems that the presence of an \hline at the top of the table changes alignment rules.
here is an example:
\documentclass[12pt,a4paper,sans]{article}
\usepackage[demo]{graphicx}
\begin{document}
\raisebox{-\totalheight ...
here is an example:
\documentclass[12pt,a4paper,sans]{article}
\usepackage[demo]{graphicx}
\begin{document}
\raisebox{-\totalheight ...
- Mon Apr 02, 2012 12:53 pm
- Forum: Text Formatting
- Topic: Hyphenation for Words with a Slash
- Replies: 1
- Views: 3322
Hyphenation for Words with a Slash
It seems that \hyphenation is not working when the word defined with the macro is next to a slash in the text. For example:
\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\setlength{\parindent}{0pt}
\usepackage{hyphenat ...
\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\setlength{\parindent}{0pt}
\usepackage{hyphenat ...
- Wed Mar 28, 2012 8:57 pm
- Forum: Text Formatting
- Topic: Specific Paragraph Spacing in Parts of a Document
- Replies: 3
- Views: 3295
Specific Paragraph Spacing in Parts of a Document
I would like some portions of my document to have different paragraphs spacing. For that I put those portions into brackets (some people say groups) and add at the beginning of each portion \setlength{\parskip}{XXpt} . When paragraphs are ended with \par this technique works almost. It indeed adjust ...
- Wed Mar 28, 2012 5:02 pm
- Forum: Text Formatting
- Topic: Specific Paragraph Spacing in Parts of a Document
- Replies: 3
- Views: 3295
Re: Specific Paragraph Spacing in Parts of a Document
I forgot that the \newcommand macro I was actually using was the starred one. The starred one won't allow the use of '\par' in its argument.
- Tue Mar 27, 2012 2:53 pm
- Forum: Text Formatting
- Topic: Specific Paragraph Spacing in Parts of a Document
- Replies: 3
- Views: 3295
Specific Paragraph Spacing in Parts of a Document
I have two commands in a .sty file as following:
\newcommand{\tabitem}[3][.25em]{%
\begin{tabular}{@{}p{2em}@{\hspace{.2em}}p{\textwidth}@{}}%
\ifthenelse{\equal{#2}{}}{}{\raggedleft\hintstyle{#2}} & {#3}%
\end{tabular}%
\par\addvspace{#1}}
\newcommand{\entrydefinition}[2]{\tabitem{}{\bfseries ...
\newcommand{\tabitem}[3][.25em]{%
\begin{tabular}{@{}p{2em}@{\hspace{.2em}}p{\textwidth}@{}}%
\ifthenelse{\equal{#2}{}}{}{\raggedleft\hintstyle{#2}} & {#3}%
\end{tabular}%
\par\addvspace{#1}}
\newcommand{\entrydefinition}[2]{\tabitem{}{\bfseries ...
- Sat Mar 17, 2012 7:01 pm
- Forum: Text Formatting
- Topic: hyperref | Lowercase for Metadata
- Replies: 1
- Views: 1786
hyperref | Lowercase for Metadata
I defined a new variable (newvar) as
\def\@newvar{\MakeLowercase{\@originalvariable}}
and used \@newvar
to options of hyperref with \hypersetup
. The result is the same and occurs with the same message.- Sat Mar 17, 2012 1:26 am
- Forum: Text Formatting
- Topic: hyperref | Lowercase for Metadata
- Replies: 1
- Views: 1786
hyperref | Lowercase for Metadata
I'm using hyperref package in a class file. To define its options such as "pdftitle" I'm using variables, but I would like to assign them lowercase only. The command \MakeLowercase does not work in such circumstances and returns an error such as:
! Undefined control sequence.
\MakeLowercase ...
! Undefined control sequence.
\MakeLowercase ...
- Fri Mar 09, 2012 9:06 pm
- Forum: Text Formatting
- Topic: Use of '\makeatletter' and '\makeatother'
- Replies: 2
- Views: 5781
Re: Use of '\makeatletter' and '\makeatother'
Right, it works without these commands, thanks.
- Wed Mar 07, 2012 3:03 am
- Forum: Text Formatting
- Topic: Use of '\makeatletter' and '\makeatother'
- Replies: 2
- Views: 5781
Use of '\makeatletter' and '\makeatother'
I'm using \makeatletter and \makeatother in a *.sty file for commands generated with newcommand.py, but depending the place at which it is put it can make the compilation failing with e.g. the following error:
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for ...
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for ...