The renewcommand tag has no wiki summary.
6
votes
3answers
3k views
\newcommand / \newenvironment - optional parameters
I'm experimenting with my own commands and environments and now I'm facing those problems:
How to create command \foo{parameter}[optional] or environment called \begin{bar}{parameter}[optional]?
How ...
1
vote
2answers
267 views
How do I use \renewcommand to get BACK my greek letters?
I'm a LaTeX newbie, but I've been doing my homework, and now I have a question that I can't seem to find the answer to.
I create the definition of an equation, let's just say it's this one:
The ...
1
vote
2answers
328 views
Rename monthnames in LaTeX
I've got a seemingly small problem using LaTeX, which i can't find the answer for after quite a bit of internet searching...
I'm writing a schoolassignment in faroese, and want to change the ...
1
vote
3answers
1k views
Latex renewcommand not working properly
Why is this not working:
\documentclass[a4paper,10pt]{article}
\usepackage{a4wide}
\usepackage[T1]{fontenc}
\usepackage[portuguese]{babel}
\usepackage[latin1]{inputenc}
\usepackage{indentfirst}
...
0
votes
1answer
386 views
Latex \path command inside \newcommand definition not working?
I would like to use the \path command inside a \newcommand definition inside a latex document. However my definition does not work as I would expect it to work. A minimal example for this is
...